From: Richard Sandiford Date: Sun, 8 May 2005 09:27:18 +0000 (+0000) Subject: Add PR number to last changelog. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5e9ad4cf081ad82c70eb001a7ad010ab307c727d;p=gcc.git Add PR number to last changelog. From-SVN: r99381 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 66fa3611499..75d006493cb 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,6 @@ 2005-05-08 Richard Sandiford + 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 fb78b25e069..3d4ba310502 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,5 +1,6 @@ 2005-05-08 Richard Sandiford + PR target/21416 * gcc.target/mips/fpcmp-[12].c: New tests. 2005-05-06 Mark Mitchell