Skip to content

Commit

Permalink
* .cvsignore: Add autom4te.cache.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75405 138bc75d-0d04-0410-961f-82ee72b054a4
  • Loading branch information
zack committed Jan 5, 2004
1 parent ac6da9a commit 1af56aa
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
1 change: 1 addition & 0 deletions gcc/.cvsignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ cscope.files
cscope.out
cscope.in.out
cscope.po.out
autom4te.cache
14 changes: 9 additions & 5 deletions gcc/ChangeLog
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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.

Expand Down Expand Up @@ -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.

Expand Down

0 comments on commit 1af56aa

Please sign in to comment.