52a43e7100
* gas/elf/section5.s: Don't start directives in first column. ld/testsuite/ * ld-elf/tbss.s: Don't start directives in first column. * ld-scripts/weak1.s: Likewise. * ld-scripts/weak2.s: Likewise. * ld-undefined/weak-undef.s: Likewise. * ld-undefined/undefined.exp: Enable tests for hppa-elf.
15 lines
229 B
ArmAsm
15 lines
229 B
ArmAsm
.file "x.c"
|
|
.globl bss
|
|
.section .bss,"aw",%nobits
|
|
.p2align 12
|
|
.type bss,%object
|
|
.size bss,4096
|
|
bss:
|
|
.zero 4096
|
|
.globl tbss
|
|
.section .tbss,"awT",%nobits
|
|
.p2align 12
|
|
.type tbss,%object
|
|
.size tbss,4096
|
|
tbss:
|
|
.zero 4096
|