mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-17 13:10:12 +08:00
binutils-all/strip-12.s: Use ".section .bss" instead of ".bss"
which isn't supported by all ELF targets.
This commit is contained in:
parent
d4ac1f878e
commit
0a77d46120
@ -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
|
||||
|
@ -1,4 +1,4 @@
|
||||
.bss
|
||||
.section .bss
|
||||
.space 8
|
||||
.section .debug_str,"MS",%progbits,1
|
||||
.string ""
|
||||
|
Loading…
Reference in New Issue
Block a user