aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn David Anglin <danglin@gcc.gnu.org>2003-02-11 21:28:29 +0000
committerJohn David Anglin <danglin@gcc.gnu.org>2003-02-11 21:28:29 +0000
commit16ddb59931ee80859aaff3624ca4f30e48295a22 (patch)
treed75bfae3030ee449e9dcf7e1d806982f3cd17bdd
parenta81f80bc9cb7533a550cc9b3f4da9f9dfe546705 (diff)
downloadgcc-16ddb59931ee80859aaff3624ca4f30e48295a22.zip
gcc-16ddb59931ee80859aaff3624ca4f30e48295a22.tar.gz
gcc-16ddb59931ee80859aaff3624ca4f30e48295a22.tar.bz2
Add missing log entry from commit.
From-SVN: r62729
-rw-r--r--gcc/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index e8ccf06..edf66be 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -26,6 +26,14 @@
* config/rs6000/rs6000.md (divmodsi4): Use register_operand
predicate for mod result.
+2003-02-11 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
+
+ * inclhack.def (hpux_long_double, hpux10_ctype_declarations1,
+ hpux10_ctype_declarations2, hpux_ctype_macros): New hacks.
+ * fixincl.x: Rebuilt.
+ * tests/base/stdlib.h: Update.
+ * tests/base/ctype.h: New file.
+
Tue Feb 11 20:44:45 CET 2003 Jan Hubicka <jh@suse.cz>
* emit-rtl.c (emit_copy_of_insn_after): Copy insn recog cache too.