diff options
author | Kaveh R. Ghazi <ghazi@caip.rutgers.edu> | 1998-09-16 13:16:27 +0000 |
---|---|---|
committer | Kaveh Ghazi <ghazi@gcc.gnu.org> | 1998-09-16 13:16:27 +0000 |
commit | f06e7a27b915691556a3ba2581c5dfec17650c3f (patch) | |
tree | 9cc45e94873a567fa0e91016328ec406b27670af /contrib | |
parent | f43a85cacf46e991ad5edf7a46061067c2c11277 (diff) | |
download | gcc-f06e7a27b915691556a3ba2581c5dfec17650c3f.zip gcc-f06e7a27b915691556a3ba2581c5dfec17650c3f.tar.gz gcc-f06e7a27b915691556a3ba2581c5dfec17650c3f.tar.bz2 |
* egcs_update: Additionally touch gcc/java/parse.[ch].
From-SVN: r22452
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 41effcc..a2f1c5d 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 9ebe090..596791e 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 |