diff options
author | Zack Weinberg <zack@wolery.cumb.org> | 2000-07-14 07:13:19 +0000 |
---|---|---|
committer | Zack Weinberg <zack@gcc.gnu.org> | 2000-07-14 07:13:19 +0000 |
commit | bfbbc0807af20c366ea9447f99507d41c65ee746 (patch) | |
tree | 53460c2cca7b859819ecea48e0a9a56b3ef8f3df | |
parent | 1735b35f78ec877757c2867033f37da83165ce89 (diff) | |
download | gcc-bfbbc0807af20c366ea9447f99507d41c65ee746.zip gcc-bfbbc0807af20c366ea9447f99507d41c65ee746.tar.gz gcc-bfbbc0807af20c366ea9447f99507d41c65ee746.tar.bz2 |
top level:
* .cvsignore: Correct typo.
cp:
* .cvsignore: parse.h and parse.c have no cp- prefix.
java:
* .cvsignore: New file.
From-SVN: r35031
-rw-r--r-- | gcc/.cvsignore | 2 | ||||
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/cp/.cvsignore | 4 | ||||
-rw-r--r-- | gcc/cp/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/java/.cvsignore | 2 | ||||
-rw-r--r-- | gcc/java/ChangeLog | 4 |
6 files changed, 17 insertions, 3 deletions
diff --git a/gcc/.cvsignore b/gcc/.cvsignore index 1c07e35..7a4c74d 100644 --- a/gcc/.cvsignore +++ b/gcc/.cvsignore @@ -4,4 +4,4 @@ genrtl.c c-parse.y c-parse.h c-parse.c -tradif.c +tradcif.c diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ae719af..48edf86 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2000-07-14 Zack Weinberg <zack@wolery.cumb.org> + + * .cvsignore: Correct typo. + 2000-07-13 Mark Mitchell <mark@codesourcery.com> * .cvsignore: Add generated YACC files. diff --git a/gcc/cp/.cvsignore b/gcc/cp/.cvsignore index 4059edc..449dedf 100644 --- a/gcc/cp/.cvsignore +++ b/gcc/cp/.cvsignore @@ -1,2 +1,2 @@ -cp-parse.h -cp-parse.c +parse.h +parse.c diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index dda4479..97c6763 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,7 @@ +2000-07-14 Zack Weinberg <zack@wolery.cumb.org> + + * .cvsignore: parse.h and parse.c have no cp- prefix. + 2000-07-13 Mark Mitchell <mark@codesourcery.com> * .cvsignore: New file. diff --git a/gcc/java/.cvsignore b/gcc/java/.cvsignore new file mode 100644 index 0000000..dbe7c59 --- /dev/null +++ b/gcc/java/.cvsignore @@ -0,0 +1,2 @@ +parse.c +parse-scan.c diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog index acb7bf1..1f8fd18 100644 --- a/gcc/java/ChangeLog +++ b/gcc/java/ChangeLog @@ -1,3 +1,7 @@ +2000-07-14 Zack Weinberg <zack@wolery.cumb.org> + + * .cvsignore: New file. + 2000-07-13 Mark Mitchell <mark@codesourcery.com> * parse.c: Remove. |