diff options
author | Richard Sandiford <rdsandiford@googlemail.com> | 2003-12-06 13:52:23 +0000 |
---|---|---|
committer | Richard Sandiford <rdsandiford@googlemail.com> | 2003-12-06 13:52:23 +0000 |
commit | 0a6ace1e0e838a2a1abb2989c4f449626dec479a (patch) | |
tree | b8760175fb16df52dbfa29b081cca64ff091f270 /gas/testsuite/ChangeLog | |
parent | b76033d90479fc0835bd3c04b5384cb9c2c746ae (diff) | |
download | binutils-gdb-0a6ace1e0e838a2a1abb2989c4f449626dec479a.tar.gz |
gas/
* config/tc-mips.c (macro): Switch misordered call to frag_grow()
and setting of tc_fr_offset.
gas/testsuite/
* gas/mips/elf-rel16.[sd]: New test.
* gas/mips/mips.exp: Run it.
* gas/mips/elf-rel-xgot-n32.d: Fix addends for "lw $5,dl1+34($5)".
* gas/mips/elf-rel-xgot-n64.d: Likewise.
Diffstat (limited to 'gas/testsuite/ChangeLog')
-rw-r--r-- | gas/testsuite/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 274770dc651..41ee31b2da6 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,10 @@ +2003-12-06 Richard Sandiford <rsandifo@redhat.com> + + * gas/mips/elf-rel16.[sd]: New test. + * gas/mips/mips.exp: Run it. + * gas/mips/elf-rel-xgot-n32.d: Fix addends for "lw $5,dl1+34($5)". + * gas/mips/elf-rel-xgot-n64.d: Likewise. + 2003-12-05 Ricardo Anguiano <anguiano@codesourcery.com> Mark Mitchell <mark@codesourcery.com> Richard Earnshaw <rearnsha@arm.com> |