mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-21 01:12:32 +08:00
32348c581b
The assembler accepts dtpoff complex relocation expression like identifier@dtpoff + const. However, it doesn't accept an expression such as identifier@dtpoff@base + const. This patch solves this issue, and adds a number of tests. ld/ 2016-09-14 Claudiu Zissulescu <claziss@synopsys.com> * testsuite/ld-arc/tls-dtpoff.dd: New file. * testsuite/ld-arc/tls-dtpoff.rd: Likewise. * testsuite/ld-arc/tls-dtpoff.s: Likewise. * testsuite/ld-arc/tls-relocs.ld: Likewise. * testsuite/ld-arc/arc.exp: Add new tdpoff test. gas/ 2016-09-14 Claudiu Zissulescu <claziss@synopsys.com> * testsuite/gas/arc/tls-relocs2.d: New file. * testsuite/gas/arc/tls-relocs2.s: Likewise. * config/tc-arc.c (tokenize_arguments): Accept offsets when base is used.
12 lines
235 B
Plaintext
12 lines
235 B
Plaintext
|
|
.*: file format .*arc.*
|
|
architecture: ARCv2, flags 0x00000113:
|
|
HAS_RELOC, EXEC_P, HAS_SYMS, D_PAGED
|
|
start address 0x00010000
|
|
|
|
|
|
Disassembly of section .text:
|
|
|
|
[0-9a-f]+ <.text>:
|
|
[0-9a-f]+: 70c3 0000 0804 add_s r0,r0,0x804
|