aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1994-03-31 21:05:21 +0000
committerIan Lance Taylor <ian@airs.com>1994-03-31 21:05:21 +0000
commit492d52cc58814b4d490db041f41ad1140b7aea5b (patch)
tree7f52b8107518260578ca21f5eb1d48947a143fa9 /bfd/ChangeLog
parent1788b1bd01d0a7cf52f609fbf48e040428274f4a (diff)
downloadgdb-492d52cc58814b4d490db041f41ad1140b7aea5b.zip
gdb-492d52cc58814b4d490db041f41ad1140b7aea5b.tar.gz
gdb-492d52cc58814b4d490db041f41ad1140b7aea5b.tar.bz2
* coffcode.h (CALC_ADDEND): Change to fetch original symbol value
from original BFD, rather than using value of current BFD symbol. Needed for new linker. * coff-sparc.c (CALC_ADDEND): Likewise.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 444adcf..4b7127b 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,5 +1,10 @@
Thu Mar 31 11:52:15 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
+ * coffcode.h (CALC_ADDEND): Change to fetch original symbol value
+ from original BFD, rather than using value of current BFD symbol.
+ Needed for new linker.
+ * coff-sparc.c (CALC_ADDEND): Likewise.
+
* ecoff.c (ecoff_write_object_contents): Set the text_start and
data_start entries in the optional header correctly even if a text
or data section starts at location zero.