aboutsummaryrefslogtreecommitdiff
path: root/gas/write.c
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1999-06-11 19:03:06 +0000
committerIan Lance Taylor <ian@airs.com>1999-06-11 19:03:06 +0000
commit76171f81c775f93a83498d00d8c10c8b0fef9983 (patch)
treeb7cd2f8db1a35047f55064a14dc6e251b1047b21 /gas/write.c
parent5865bb778de378f3bfd1a99fc7601bcc32ae198b (diff)
downloadfsf-binutils-gdb-76171f81c775f93a83498d00d8c10c8b0fef9983.zip
fsf-binutils-gdb-76171f81c775f93a83498d00d8c10c8b0fef9983.tar.gz
fsf-binutils-gdb-76171f81c775f93a83498d00d8c10c8b0fef9983.tar.bz2
1999-06-11 Martin Dorey <mdorey@madge.com>
* write.c (fixup_segment): Don't add symbol value for i960 ELF. * config/tc-i960.c (s_leafproc): Don't call tc_set_bal_of_cal if OBJ_ELF. (md_apply_fix): Simplify BFD_ASSEMBLER handling.
Diffstat (limited to 'gas/write.c')
-rw-r--r--gas/write.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gas/write.c b/gas/write.c
index a8b8046..cd74c70 100644
--- a/gas/write.c
+++ b/gas/write.c
@@ -2671,12 +2671,14 @@ fixup_segment (fixP, this_segment_type)
#if !(defined (TC_V850) && defined (OBJ_ELF))
#if !(defined (TC_M68K) && defined (OBJ_ELF))
#if !(defined (TC_ARM) && defined (OBJ_ELF))
+#if !(defined (TC_I960) && defined (OBJ_ELF))
#if !defined (TC_I386) || !(defined (OBJ_ELF) || defined (OBJ_COFF)) || defined (TE_PE)
add_number += S_GET_VALUE (add_symbolP);
#endif
#endif
#endif
#endif
+#endif
}
}
}