diff options
Diffstat (limited to 'gdb/testsuite/gdb.dwarf2/dw2-stack-boundary.S')
-rw-r--r-- | gdb/testsuite/gdb.dwarf2/dw2-stack-boundary.S | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.dwarf2/dw2-stack-boundary.S b/gdb/testsuite/gdb.dwarf2/dw2-stack-boundary.S index 8ea03b1..6d4a7be 100644 --- a/gdb/testsuite/gdb.dwarf2/dw2-stack-boundary.S +++ b/gdb/testsuite/gdb.dwarf2/dw2-stack-boundary.S @@ -66,4 +66,8 @@ debug_end: .byte 0x0 .byte 0x0 .byte 0x0 +#ifdef __arm__ + .section .note.GNU-stack,"",%progbits +#else .section .note.GNU-stack,"",@progbits +#endif |