mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-03 04:12:10 +08:00
c8373ebb4e
Some targets provide aligned .bss sections, so explicitly align. msp430 and rl78 emit "magic" symbols when assembling symbol.s, and mips targets emit STT_OBJECT rather than STT_NOTYPE syms. * binutils-all/strip-12.s: Align .bss section. * binutils-all/strip-12.d: Adjust. * binutils-all/symbols-1.d: Allow extraneous symbols. * binutils-all/symbols-2.d: Likewise, and V for weakened syms. * binutils-all/symbols-3.d: Likewise. * binutils-all/symbols-4.d: Likewise.
8 lines
150 B
ArmAsm
8 lines
150 B
ArmAsm
.section .bss
|
|
.p2align 4
|
|
.space 8
|
|
.section .debug_str,"MS",%progbits,1
|
|
.string ""
|
|
.section .text.foo,"axG",%progbits,foo,comdat
|
|
.byte 0
|