mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-09 04:21:49 +08:00
8c9604b6a2
* testsuite/binutils-all/strip-13mips64.s: Add section flags for reloc section. * testsuite/binutils-all/strip-13rel.s: Likewise. * testsuite/binutils-all/strip-13rela.s: Likewise. * testsuite/binutils-all/strip-14mips64.s: Likewise. * testsuite/binutils-all/strip-14rel.s: Likewise. * testsuite/binutils-all/strip-14rela.s: Likewise. * testsuite/binutils-all/strip-15mips64.s: Likewise. * testsuite/binutils-all/strip-15rel.s: Likewise. * testsuite/binutils-all/strip-15rela.s: Likewise.
28 lines
457 B
ArmAsm
28 lines
457 B
ArmAsm
.text
|
|
foo:
|
|
.dc.l 0x12345678
|
|
|
|
.section .rela.text,""
|
|
.ifdef ELF64
|
|
|
|
.dc.a 0
|
|
.dc.a 0x000ffff000000000 + RELOC
|
|
.dc.a 0x0000000000000001
|
|
|
|
.dc.a 0
|
|
.dc.a 0
|
|
.dc.a 0
|
|
.else
|
|
|
|
# Some targets, such as `h8300-*' or `ip2k-*', use 16-bit addresses.
|
|
# With them `.dc.a' emits 16-bit quantities, so we need to use
|
|
# `.dc.l' for 32-bit relocation data.
|
|
.dc.l 0
|
|
.dc.l 0x0ffff000 + RELOC
|
|
.dc.l 0x00000001
|
|
|
|
.dc.l 0
|
|
.dc.l 0
|
|
.dc.l 0
|
|
.endif
|