diff options
author | Richard Sandiford <rdsandiford@googlemail.com> | 2004-07-08 15:39:43 +0000 |
---|---|---|
committer | Richard Sandiford <rdsandiford@googlemail.com> | 2004-07-08 15:39:43 +0000 |
commit | de7e6852134391ba8229ba9305e575ba34afaf59 (patch) | |
tree | f18bf631c0d2b3d6fe9bd969afcea565173bdd2e /gas/ChangeLog | |
parent | 1544280f1d3c2d72202a5daec14e7e7277efbc5a (diff) | |
download | gdb-de7e6852134391ba8229ba9305e575ba34afaf59.zip gdb-de7e6852134391ba8229ba9305e575ba34afaf59.tar.gz gdb-de7e6852134391ba8229ba9305e575ba34afaf59.tar.bz2 |
* config/tc-mips.c (mips_fix_adjustable): If the full addend is
going to be split into more than one in-place addend, return 0
for relocations against mergeable sections. Associate comments
with code.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 1236a09..03532ee 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,10 @@ +2004-07-08 Richard Sandiford <rsandifo@redhat.com> + + * config/tc-mips.c (mips_fix_adjustable): If the full addend is + going to be split into more than one in-place addend, return 0 + for relocations against mergeable sections. Associate comments + with code. + 2004-07-07 Tomer Levi <Tomer.Levi@nsc.com> * Makefile.am (CPU_TYPES): Add crx. |