diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-09-05 23:36:49 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-09-05 23:36:49 +0000 |
commit | 7a93ebdd58f13f2c7225682000b7050667b9751a (patch) | |
tree | d13eec917f019a61059fd2cd650caeed5899f29d | |
parent | fdd7e4eff1713f0af96831ba3834e68660d74dc2 (diff) | |
download | gdb-7a93ebdd58f13f2c7225682000b7050667b9751a.zip gdb-7a93ebdd58f13f2c7225682000b7050667b9751a.tar.gz gdb-7a93ebdd58f13f2c7225682000b7050667b9751a.tar.bz2 |
* coff-sparc.c (CALC_ADDEND): Don't set the addend to the value of
a global symbol.
PR 7908.
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 7e41784..3d6d1f3 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +Tue Sep 5 19:35:28 1995 Ian Lance Taylor <ian@cygnus.com> + + * coff-sparc.c (CALC_ADDEND): Don't set the addend to the value of + a global symbol. + Tue Sep 5 12:48:26 1995 Jason Molenda (crash@phydeaux.cygnus.com) * config.bfd: i386pe_ve -> i386pe_vec. |