diff options
author | Catherine Moore <clm@redhat.com> | 2008-05-09 19:28:47 +0000 |
---|---|---|
committer | Catherine Moore <clm@redhat.com> | 2008-05-09 19:28:47 +0000 |
commit | 35903be00caecb8248eb38414b3fad3fee65fbe8 (patch) | |
tree | f3be6c13f08f4763a73d15ca2d7ec1dbee926149 /gas/ChangeLog | |
parent | 7ae0e2a243189fe9573b6229cc5464c1db20cc14 (diff) | |
download | gdb-35903be00caecb8248eb38414b3fad3fee65fbe8.zip gdb-35903be00caecb8248eb38414b3fad3fee65fbe8.tar.gz gdb-35903be00caecb8248eb38414b3fad3fee65fbe8.tar.bz2 |
gas/
* config/tc-mips.c (mips_frob_file): Don't match MIPS16 relocs
with non-MIPS16 relocs.
gas/testsuite/
* gas/mips/mips16-hilo-match.s: New test.
* gas/mips/mip16-hilo-match.d: New test output.Index: config/tc-mips.c
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 2d1a9d1..887e0bb 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2008-05-09 Catherine Moore <clm@codesourcery.com> + + * config/tc-mips.c (mips_frob_file): Don't match MIPS16 relocs + with non-MIPS16 relocs. + 2008-05-09 Chao-ying Fu <fu@mips.com> * config/tc-mips.c (md_begin): Use strncmp to compare TARGET_OS, in |