From 1af56aa4b6a52599dda7006a3cf031ed1fbad00f Mon Sep 17 00:00:00 2001 From: zack <zack@138bc75d-0d04-0410-961f-82ee72b054a4> Date: Mon, 5 Jan 2004 00:39:35 +0000 Subject: [PATCH] * .cvsignore: Add autom4te.cache. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75405 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/.cvsignore | 1 + gcc/ChangeLog | 14 +++++++++----- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/gcc/.cvsignore b/gcc/.cvsignore index 3f4ee4b6f48a..41fb7617291f 100644 --- a/gcc/.cvsignore +++ b/gcc/.cvsignore @@ -2,3 +2,4 @@ cscope.files cscope.out cscope.in.out cscope.po.out +autom4te.cache diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1ccaf2a6aa93..3f0ddc6d51ec 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-01-04 Zack Weinberg <zack@codesourcery.com> + + * .cvsignore: Add autom4te.cache. + 2004-01-04 Richard Sandiford <rsandifo@redhat.com> * doc/invoke.texi: Revamp documentation of MIPS options. Remove @@ -35,9 +39,9 @@ with modern equivalents. * configure: Regenerate. - * configure.ac: Replace gcc_AC_CHECK_TYPE with AC_CHECK_TYPE. - * aclocal.m4 (gcc_AC_CHECK_TYPE): Remove. - * configure: Regenerate. + * configure.ac: Replace gcc_AC_CHECK_TYPE with AC_CHECK_TYPE. + * aclocal.m4 (gcc_AC_CHECK_TYPE): Remove. + * configure: Regenerate. * doc/install.texi: Note that 'gcc' is now a 2.57 directory. @@ -65,9 +69,9 @@ * loop.c (loop_optimize): Free all loops_info's mems. - * c-typeck.c (finish_init): Free spelling_base before + * c-typeck.c (finish_init): Free spelling_base before setting it again. - + * cfgloop.c (flow_loops_find): Always free the sbitmap headers. -- GitLab