diff options
Diffstat (limited to 'binutils/testsuite/binutils-all/strip-12.s')
-rw-r--r-- | binutils/testsuite/binutils-all/strip-12.s | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/binutils/testsuite/binutils-all/strip-12.s b/binutils/testsuite/binutils-all/strip-12.s new file mode 100644 index 0000000..46b729f --- /dev/null +++ b/binutils/testsuite/binutils-all/strip-12.s @@ -0,0 +1,6 @@ + .bss + .space 8 + .section .debug_str,"MS",%progbits,1 + .string "" + .section .text.foo,"axG",%progbits,foo,comdat + .byte 0 |