]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
MIPS/GAS: Fix microMIPS TLS reloc classification
authorMaciej W. Rozycki <macro@orcam.me.uk>
Thu, 30 Oct 2025 14:24:23 +0000 (14:24 +0000)
committerMaciej W. Rozycki <macro@orcam.me.uk>
Thu, 30 Oct 2025 14:24:23 +0000 (14:24 +0000)
commitb1e3a6b5941060993e3ab9f72a0f2e0016efdc2e
tree4bc7c359c023e21d7d590d66c15eac80c0e4e01c
parent6b218502034c1e2f1efbbb7f2f012be7f221ae85
MIPS/GAS: Fix microMIPS TLS reloc classification

Fix `micromips_reloc_p' wrongly classifying microMIPS TLS relocations
as non microMIPS relocations.

Owing to where the function is called this issue does not trigger in
reality, but with an upcoming change it would, where suitable tests
will be included.
gas/config/tc-mips.c