diff options
author | Alan Modra <amodra@gmail.com> | 2005-03-02 13:24:01 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2005-03-02 13:24:01 +0000 |
commit | ab1e9ef77fc5abdf14eaf908265d88812a661446 (patch) | |
tree | 40d52e26ed67212224a38580d6de76e2df6e1ea2 /gas/config/tc-ppc.c | |
parent | bb14f524002c5b0e93c17e929109f4c735f11f5b (diff) | |
download | gdb-ab1e9ef77fc5abdf14eaf908265d88812a661446.zip gdb-ab1e9ef77fc5abdf14eaf908265d88812a661446.tar.gz gdb-ab1e9ef77fc5abdf14eaf908265d88812a661446.tar.bz2 |
* config/tc-ppc.c (ppc_fix_adjustable <ELF>): Remove bogus checks.
Diffstat (limited to 'gas/config/tc-ppc.c')
-rw-r--r-- | gas/config/tc-ppc.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/gas/config/tc-ppc.c b/gas/config/tc-ppc.c index 6f0b717..7dab697 100644 --- a/gas/config/tc-ppc.c +++ b/gas/config/tc-ppc.c @@ -5485,12 +5485,7 @@ ppc_fix_adjustable (fix) && fix->fx_r_type != BFD_RELOC_VTABLE_INHERIT && fix->fx_r_type != BFD_RELOC_VTABLE_ENTRY && !(fix->fx_r_type >= BFD_RELOC_PPC_TLS - && fix->fx_r_type <= BFD_RELOC_PPC64_DTPREL16_HIGHESTA) - && (fix->fx_pcrel - || (fix->fx_subsy != NULL - && (S_GET_SEGMENT (fix->fx_subsy) - == S_GET_SEGMENT (fix->fx_addsy))) - || S_IS_LOCAL (fix->fx_addsy))); + && fix->fx_r_type <= BFD_RELOC_PPC64_DTPREL16_HIGHESTA)); } #endif |