mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-21 02:24:17 +08:00
* config/tc-mips.c (mips_force_relocation): Remove duplicate code.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2001-11-08 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
|
||||||
|
|
||||||
|
* config/tc-mips.c (mips_force_relocation): Remove duplicate code.
|
||||||
|
|
||||||
2001-11-06 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
|
2001-11-06 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
|
||||||
|
|
||||||
* config/tc-mips.c (my_getSmallParser): Fix small parser bug.
|
* config/tc-mips.c (my_getSmallParser): Fix small parser bug.
|
||||||
|
@ -10149,13 +10149,6 @@ mips_force_relocation (fixp)
|
|||||||
|| fixp->fx_r_type == BFD_RELOC_LO16))
|
|| fixp->fx_r_type == BFD_RELOC_LO16))
|
||||||
return 1;
|
return 1;
|
||||||
|
|
||||||
if (HAVE_NEWABI
|
|
||||||
&& S_GET_SEGMENT (fixp->fx_addsy) == bfd_abs_section_ptr
|
|
||||||
&& (fixp->fx_r_type == BFD_RELOC_MIPS_SUB
|
|
||||||
|| fixp->fx_r_type == BFD_RELOC_HI16_S
|
|
||||||
|| fixp->fx_r_type == BFD_RELOC_LO16))
|
|
||||||
return 1;
|
|
||||||
|
|
||||||
return (mips_pic == EMBEDDED_PIC
|
return (mips_pic == EMBEDDED_PIC
|
||||||
&& (fixp->fx_pcrel
|
&& (fixp->fx_pcrel
|
||||||
|| SWITCH_TABLE (fixp)
|
|| SWITCH_TABLE (fixp)
|
||||||
|
Reference in New Issue
Block a user