summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>2000-07-14 07:13:19 +0000
committerzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>2000-07-14 07:13:19 +0000
commitba4170748fc93f2c386a186ba6132c50d792be7c (patch)
tree53460c2cca7b859819ecea48e0a9a56b3ef8f3df
parentd7beb261999a9fcd70d78ce2d90d79716d4e7415 (diff)
downloadgcc-ba4170748fc93f2c386a186ba6132c50d792be7c.tar.gz
top level:
* .cvsignore: Correct typo. cp: * .cvsignore: parse.h and parse.c have no cp- prefix. java: * .cvsignore: New file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35031 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/.cvsignore2
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/cp/.cvsignore4
-rw-r--r--gcc/cp/ChangeLog4
-rw-r--r--gcc/java/.cvsignore2
-rw-r--r--gcc/java/ChangeLog4
6 files changed, 17 insertions, 3 deletions
diff --git a/gcc/.cvsignore b/gcc/.cvsignore
index 1c07e3550fe..7a4c74dede5 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 ae719af45ef..48edf86e4a2 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 4059edcf3cd..449dedf7cc9 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 dda4479f713..97c6763e720 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 00000000000..dbe7c59cf5d
--- /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 acb7bf12c72..1f8fd18a7e2 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.