binutils-all/strip-12.s: Use ".section .bss" instead of ".bss"
authorHans-Peter Nilsson <hp@bitrange.com>
Fri, 7 Aug 2015 23:04:50 +0000 (01:04 +0200)
committerHans-Peter Nilsson <hp@bitrange.com>
Fri, 7 Aug 2015 23:07:30 +0000 (01:07 +0200)
which isn't supported by all ELF targets.

binutils/testsuite/ChangeLog
binutils/testsuite/binutils-all/strip-12.s

index 4f60f93fd3076e1f383ae9d10865dbd8c341731c..88b0d786adc4c07d84d85ecea755879d9916650c 100644 (file)
@@ -1,3 +1,8 @@
+2015-08-08  Hans-Peter Nilsson  <hp@axis.com>
+
+       * binutils-all/strip-12.s: Use ".section .bss" instead of ".bss"
+       which isn't supported by all ELF targets.
+
 2015-08-07  H.J. Lu  <hongjiu.lu@intel.com>
 
        PR binutils/18785
index 46b729f9a23838b045497f24d26b7af66dd01a2f..020cecc895004c4d2b253fbeb8a18967fe212aad 100644 (file)
@@ -1,4 +1,4 @@
-       .bss
+       .section        .bss
        .space 8
        .section        .debug_str,"MS",%progbits,1
        .string ""
This page took 0.028731 seconds and 4 git commands to generate.