diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-02-04 03:17:30 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-02-04 03:17:30 +0000 |
commit | 11c07496003a60660dc4ed8741dd39b67ae28dbe (patch) | |
tree | 88f0ba492f70a2cda811dafb37ca5588db92088b /gas/config | |
parent | fdb3408e128813c85c87be37200e930ae5300781 (diff) | |
download | gdb-11c07496003a60660dc4ed8741dd39b67ae28dbe.zip gdb-11c07496003a60660dc4ed8741dd39b67ae28dbe.tar.gz gdb-11c07496003a60660dc4ed8741dd39b67ae28dbe.tar.bz2 |
Revert last change.
Diffstat (limited to 'gas/config')
-rw-r--r-- | gas/config/tc-mips.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gas/config/tc-mips.c b/gas/config/tc-mips.c index 1305857..d99f2a1 100644 --- a/gas/config/tc-mips.c +++ b/gas/config/tc-mips.c @@ -4750,14 +4750,6 @@ md_apply_fix (fixP, valueP) value = *valueP; fixP->fx_addnumber = value; /* Remember value for tc_gen_reloc */ - /* bfd_perform_relocation is going to add in the symbol value. If - this is an external symbol, it will have a non-zero value, but we - do not want to add in. Therefore, we subtract it out of - fx_addnumber. FIXME: relocations in gas are very confusing. */ - if (fixP->fx_addsy != (symbolS *) NULL - && fixP->fx_addsy->ecoff_undefined) - fixP->fx_addnumber -= S_GET_VALUE (fixP->fx_addsy); - switch (fixP->fx_r_type) { case BFD_RELOC_32: |