diff options
author | Kaveh R. Ghazi <ghazi@caip.rutgers.edu> | 2000-01-14 16:21:46 +0000 |
---|---|---|
committer | Kaveh Ghazi <ghazi@gcc.gnu.org> | 2000-01-14 16:21:46 +0000 |
commit | 2b046bda6e342d0b7031eed2cb884dd396484f6b (patch) | |
tree | 4810c165933d71ab9de212334a69018b527c90d4 /gcc/ChangeLog | |
parent | 699851185ad5f8039da3cdc62a60c79dda4ce180 (diff) | |
download | gcc-2b046bda6e342d0b7031eed2cb884dd396484f6b.zip gcc-2b046bda6e342d0b7031eed2cb884dd396484f6b.tar.gz gcc-2b046bda6e342d0b7031eed2cb884dd396484f6b.tar.bz2 |
arc-protos.h: New file.
* arc-protos.h: New file.
* arc.c: Include tm_p.h. Add static prototypes. Fix compile
time warnings.
* arc.h: Move prototypes to arc-protos.h. Fix compile time
warnings.
* arc.md: Likewise.
From-SVN: r31417
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 29f0ccf..b332bc8 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,17 @@ 2000-01-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> + * arc-protos.h: New file. + + * arc.c: Include tm_p.h. Add static prototypes. Fix compile + time warnings. + + * arc.h: Move prototypes to arc-protos.h. Fix compile time + warnings. + + * arc.md: Likewise. + +2000-01-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> + * dsp16xx-protos.h: New file. * dsp16xx.c: Include tm_p.h. Add static prototypes. Fix compile |