binutils-gdb/ld/testsuite/ld-pe/pdb1.s
2022-10-31 12:57:26 +10:30

22 lines
289 B
ArmAsm

.text
.long 0x12345678
.long 0x9abcdef0
.global foo
foo: # section 0001, offset 00000008
.secrel32 bar
.data
.long 0x12345678
.global bar
bar: # section 0002, offset 00000004
.long 0x9abcdef0
.section "gcsect"
.global baz
baz: # unreferenced, will be GC'd out
.long 0x12345678