mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +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.
13 lines
134 B
ArmAsm
13 lines
134 B
ArmAsm
.text
|
|
foo:
|
|
.dc.l 0x12345678
|
|
|
|
.section .rel.text,""
|
|
.ifdef ELF64
|
|
.8byte 0
|
|
.8byte RELOC
|
|
.else
|
|
.4byte 0
|
|
.4byte RELOC
|
|
.endif
|