mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-03-01 13:26:47 +08:00
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. |
||
---|---|---|
.. | ||
arc.exp | ||
got-01.d | ||
got-01.s | ||
nps-1.s | ||
nps-1a.d | ||
nps-1b.d | ||
nps-1b.err | ||
sda-relocs.dd | ||
sda-relocs.ld | ||
sda-relocs.rd | ||
sda-relocs.s | ||
tls_gd-01.d | ||
tls_gd-01.s | ||
tls_ie-01.d | ||
tls_ie-01.s | ||
tls-dtpoff.dd | ||
tls-dtpoff.rd | ||
tls-dtpoff.s | ||
tls-relocs.ld |