commit | 24e3920d1d84ce13cc4c373918ecf1daeda5db66 | [log] [tgz] |
---|---|---|
author | H.J. Lu <hjl.tools@gmail.com> | Tue Aug 27 09:48:21 2024 -0700 |
committer | H.J. Lu <hjl.tools@gmail.com> | Tue Aug 27 13:16:49 2024 -0700 |
tree | 9e9a10a5596a8e829c733a6e25f4cfbae94b1379 | |
parent | d660d20c0ce197fc195f3f5ac1c908009b520c7e [diff] |
x86: Report invalid TLS relocation name Get TLS relocation name from its lex_got entry when reporting invalid instructions with TLS relocations. PR gas/28595 * config/tc-i386.c (gotrel): Moved from ... (lex_got): There. (i386_assemble): Get invalid TLS relocation name from its lex_got entry when reporting TLS relocation error. Signed-off-by: H.J. Lu <hjl.tools@gmail.com>