mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
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.
12 lines
125 B
ArmAsm
12 lines
125 B
ArmAsm
.data
|
|
.global foo2
|
|
.weak sym1
|
|
.global sym2
|
|
foo2:
|
|
.long sym1
|
|
.long sym2
|
|
sym1:
|
|
.long 0x56565656
|
|
sym2:
|
|
.long 0x78787878
|