aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.mi/dw2-ref-missing-frame.S
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/gdb.mi/dw2-ref-missing-frame.S')
-rw-r--r--gdb/testsuite/gdb.mi/dw2-ref-missing-frame.S4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.mi/dw2-ref-missing-frame.S b/gdb/testsuite/gdb.mi/dw2-ref-missing-frame.S
index 684b9d9..e37b04a 100644
--- a/gdb/testsuite/gdb.mi/dw2-ref-missing-frame.S
+++ b/gdb/testsuite/gdb.mi/dw2-ref-missing-frame.S
@@ -163,4 +163,8 @@
.byte 0x0 /* Terminator */
.byte 0x0 /* Terminator */
+#ifdef __arm__
+ .section .note.GNU-stack,"",%progbits
+#else
.section .note.GNU-stack,"",@progbits
+#endif