diff options
author | Nick Clifton <nickc@redhat.com> | 2001-11-14 14:07:26 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-11-14 14:07:26 +0000 |
commit | 42ebd756d5f67ae48a379c0d433ffc42f97f9d54 (patch) | |
tree | 21bb668f3cbc29cfbaf412d81f3cbb65f472dc79 /gas/ChangeLog | |
parent | 58a35813625d12f9f5e033cec8fbbf38a6e13df7 (diff) | |
download | gdb-42ebd756d5f67ae48a379c0d433ffc42f97f9d54.zip gdb-42ebd756d5f67ae48a379c0d433ffc42f97f9d54.tar.gz gdb-42ebd756d5f67ae48a379c0d433ffc42f97f9d54.tar.bz2 |
Do not remove the symbol's value from the addend for fixups against local
symbols in SEC_MERGE sections - it was not added in, in the first place.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index adf6e1a..337c8dc 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +2001-11-14 Nick Clifton <nickc@cambridge.redhat.com> + + * config/tc-sparc.c (md_apply_fix3): Do not remove the symbol's + value from the addend for fixups against local symbols in + SEC_MERGE sections - it was not added in, in the first place. + 2001-11-11 Timothy Wall <twall@alum.mit.edu> * write.c (relax_segment): Convert symbol address into an octet |