diff options
author | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-09-16 13:16:27 +0000 |
---|---|---|
committer | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-09-16 13:16:27 +0000 |
commit | 24b45eda6e74c2ea16431749b4902b385678c8da (patch) | |
tree | 9cc45e94873a567fa0e91016328ec406b27670af /contrib | |
parent | 31376d06859b06e65e06b431f54f48555898199c (diff) | |
download | gcc-24b45eda6e74c2ea16431749b4902b385678c8da.tar.gz |
* egcs_update: Additionally touch gcc/java/parse.[ch].
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22452 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/ChangeLog | 5 | ||||
-rwxr-xr-x | contrib/egcs_update | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/contrib/ChangeLog b/contrib/ChangeLog index 41effccaaa7..a2f1c5d0d53 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,4 +1,9 @@ +Wed Sep 16 16:06:51 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> + + * egcs_update: Additionally touch gcc/java/parse.[ch]. + Thu Sep 9 16:48 Bruce Korb <korb@datadesign.com> + * fixinc/inclhack.def: Added two files required by SCO's Open Server 5's avoid_bool fix. Regenerated fixinc.x and inclhack.sh to incorporate diff --git a/contrib/egcs_update b/contrib/egcs_update index 9ebe0908397..596791e4767 100755 --- a/contrib/egcs_update +++ b/contrib/egcs_update @@ -75,6 +75,8 @@ for f in gcc/c-parse.y \ gcc/cp/parse.h \ gcc/objc/objc-parse.c \ gcc/objc/objc-parse.y \ + gcc/java/parse.c \ + gcc/java/parse.h \ libf2c/libU77/stamp-h.in do touch $f |