Add PR number to last changelog.

From-SVN: r99381
This commit is contained in:
Richard Sandiford 2005-05-08 09:27:18 +00:00
parent 401d24f9fd
commit 5e9ad4cf08
2 changed files with 2 additions and 0 deletions

View File

@ -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.

View File

@ -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>