]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
MIPS/GAS: Remove stale `prev_reloc_op_frag' variable
authorMaciej W. Rozycki <macro@linux-mips.org>
Tue, 21 Jul 2020 00:59:24 +0000 (01:59 +0100)
committerMaciej W. Rozycki <macro@linux-mips.org>
Tue, 21 Jul 2020 00:59:24 +0000 (01:59 +0100)
commitec4fcab0ee2877e2dd33528b2be34fa90c00e0b7
treeabc4f9a0bdfa5e20d078b27dcace95d1c3d6cc10
parent3ce8f1ed68ff1dc02c2fca477d628f432294833a
MIPS/GAS: Remove stale `prev_reloc_op_frag' variable

Ever since commit 4d7206a284ee ("Rework MIPS macro relaxation, fix string
merging bug"), <https://sourceware.org/ml/binutils/2004-01/msg00248.html>,
`prev_reloc_op_frag' has only been set and never used.  Remove it then.

gas/
* config/tc-mips.c (prev_reloc_op_frag): Remove variable.
(my_getSmallExpression): Adjust accordingly.
gas/ChangeLog
gas/config/tc-mips.c