Fix a ChangeLog entry.
authorBernardo Innocenti <bernie@gcc.gnu.org>
Sun, 25 Jul 2004 19:46:26 +0000 (21:46 +0200)
committerBernardo Innocenti <bernie@gcc.gnu.org>
Sun, 25 Jul 2004 19:46:26 +0000 (21:46 +0200)
From-SVN: r85162

gcc/ChangeLog

index d3f99783cbe0d3af3bd537cf7248c7603b1c7a77..1d58466784efaf1a76c03f3f184b1513641f8ba1 100644 (file)
        * c-decl.c: Likewise.
        * gensupport.c: Likewise.
        * simplify-rtx.c: Likewise.
+       * c-common.c (disable_builtin_function): Replace a call to xmalloc()
+       with XNEW().
+       * gensupport.c (alter_output_for_insn): Replace two calls to xmalloc()
+       with XNEWVEC().
 
 2004-07-25  Joseph S. Myers  <jsm@polyomino.org.uk>