projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8965895
)
Fix a ChangeLog entry.
author
Bernardo Innocenti
<bernie@gcc.gnu.org>
Sun, 25 Jul 2004 19:46:26 +0000
(21:46 +0200)
committer
Bernardo Innocenti
<bernie@gcc.gnu.org>
Sun, 25 Jul 2004 19:46:26 +0000
(21:46 +0200)
From-SVN: r85162
gcc/ChangeLog
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index d3f99783cbe0d3af3bd537cf7248c7603b1c7a77..1d58466784efaf1a76c03f3f184b1513641f8ba1 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-32,6
+32,10
@@
* 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>