diff options
author | Richard Sandiford <rsandifo@gcc.gnu.org> | 2005-05-08 09:27:18 +0000 |
---|---|---|
committer | Richard Sandiford <rsandifo@gcc.gnu.org> | 2005-05-08 09:27:18 +0000 |
commit | 5e9ad4cf081ad82c70eb001a7ad010ab307c727d (patch) | |
tree | d223279c27cc687621d2069becc81928b36012b6 /gcc | |
parent | 401d24f9fd3e3db3f4c678e319b66d4560357479 (diff) | |
download | gcc-5e9ad4cf081ad82c70eb001a7ad010ab307c727d.zip gcc-5e9ad4cf081ad82c70eb001a7ad010ab307c727d.tar.gz gcc-5e9ad4cf081ad82c70eb001a7ad010ab307c727d.tar.bz2 |
Add PR number to last changelog.
From-SVN: r99381
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 1 | ||||
-rw-r--r-- | gcc/testsuite/ChangeLog | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 66fa361..75d0064 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,6 @@ 2005-05-08 Richard Sandiford <rsandifo@redhat.com> + PR target/21416 * config/mips/mips.c (mips_emit_compare): Don't reverse UNGE and UNGT comparisons. * config/mips/mips.md (swapped_fcond): New code macro and attribute. diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index fb78b25..3d4ba31 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,5 +1,6 @@ 2005-05-08 Richard Sandiford <rsandifo@redhat.com> + PR target/21416 * gcc.target/mips/fpcmp-[12].c: New tests. 2005-05-06 Mark Mitchell <mark@codesourcery.com> |