aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1995-07-14 03:19:38 +0000
committerJeff Law <law@redhat.com>1995-07-14 03:19:38 +0000
commit4575a69d6bee0753382a916effaacbf5354589a4 (patch)
tree99adcece5002956b3e188a3d3ed0297b98457474
parentd4654e380e776f83f38e70b68d41b7c3c227f283 (diff)
downloadbinutils-4575a69d6bee0753382a916effaacbf5354589a4.zip
binutils-4575a69d6bee0753382a916effaacbf5354589a4.tar.gz
binutils-4575a69d6bee0753382a916effaacbf5354589a4.tar.bz2
* config/tc-hppa.h (UNDEFINED_DIFFERENCE_OK): Define for SOM.
* write.c (adjust_reloc_syms): Set sy_used_in_reloc for both symbols in a fixup where a defined symbol is subtracted from an undefined symbol (when UNDEFINED_DIFFERENCE_OK is defined). (fixup_segment): Do nothing for the difference of two symbols if UNDEFINED_DIFFERENCE_OK is defined.
-rw-r--r--gas/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 65579a7..38dfdc5 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,12 @@
+Thu Jul 13 21:16:43 1995 Jeff Law (law@snake.cs.utah.edu)
+
+ * config/tc-hppa.h (UNDEFINED_DIFFERENCE_OK): Define for SOM.
+ * write.c (adjust_reloc_syms): Set sy_used_in_reloc for both
+ symbols in a fixup where a defined symbol is subtracted from an
+ undefined symbol (when UNDEFINED_DIFFERENCE_OK is defined).
+ (fixup_segment): Do nothing for the difference of two symbols if
+ UNDEFINED_DIFFERENCE_OK is defined.
+
Wed Jul 12 23:33:40 1995 Ian Lance Taylor <ian@cygnus.com>
* config/obj-coff.c (fixup_segment): Support MD_APPLY_FIX3.