diff options
| author | bernie <bernie@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-07-25 19:46:26 +0000 |
|---|---|---|
| committer | bernie <bernie@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-07-25 19:46:26 +0000 |
| commit | bf2df78f1b9a2bcfd18251abc218e969f34a40c9 (patch) | |
| tree | 76cc6c11a196b790453b16e3c749b0aae33850ef /gcc | |
| parent | 4c50dd42efcffb3c3e9a181b77eb273bb472b73d (diff) | |
| download | ppe42-gcc-bf2df78f1b9a2bcfd18251abc218e969f34a40c9.tar.gz ppe42-gcc-bf2df78f1b9a2bcfd18251abc218e969f34a40c9.zip | |
Fix a ChangeLog entry.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@85162 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
| -rw-r--r-- | gcc/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d3f99783cbe..1d58466784e 100644 --- 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> |

