aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/gdbstub_test.S
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/gdbstub_test.S')
-rw-r--r--src/tests/gdbstub_test.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tests/gdbstub_test.S b/src/tests/gdbstub_test.S
index bd293836b..739b0527a 100644
--- a/src/tests/gdbstub_test.S
+++ b/src/tests/gdbstub_test.S
@@ -1,10 +1,10 @@
.arch i386
- .section ".data"
+ .section ".data", "aw", @progbits
watch_me:
.long 0xfeedbeef
- .section ".text"
+ .section ".text", "ax", @progbits
.code32
gdbstub_test:
/* 1. Read registers test */