In commit
0f2cd53cf4f ("[gdb/testsuite] Handle missing .note.GNU-stack") I
updated a gdb.arch/arm*.S test-case to use %progbits rather than @progbits,
but failed to do so for gdb.arch/thumb*.S. Fix this oversight.
Tested on arm-linux-gnueabihf.
mov r0, #0
bx lr
.size main, .-main
- .section .note.GNU-stack,"",@progbits
+ .section .note.GNU-stack,"",%progbits
pop {r3, pc}
.size main, .-main
- .section .note.GNU-stack,"",@progbits
+ .section .note.GNU-stack,"",%progbits
bx lr
#endif /* __thumb2__ */
- .section .note.GNU-stack,"",@progbits
+ .section .note.GNU-stack,"",%progbits