diff options
author | Kaveh R. Ghazi <ghazi@caip.rutgers.edu> | 2003-05-16 18:15:44 +0000 |
---|---|---|
committer | Kaveh Ghazi <ghazi@gcc.gnu.org> | 2003-05-16 18:15:44 +0000 |
commit | 804a0655c814e9610eb77ca0a56b5f1fe01687d5 (patch) | |
tree | 728ae045ce804fd5d8bd7f0d43bd032d66c7ce1a /gcc/ChangeLog | |
parent | fdb882bcab5400708389bed0e91c4828f579874d (diff) | |
download | gcc-804a0655c814e9610eb77ca0a56b5f1fe01687d5.zip gcc-804a0655c814e9610eb77ca0a56b5f1fe01687d5.tar.gz gcc-804a0655c814e9610eb77ca0a56b5f1fe01687d5.tar.bz2 |
stormy16-protos.h (xs_hi_general_operand, [...]): Prototype.
* stormy16-protos.h (xs_hi_general_operand,
xs_hi_nonmemory_operand): Prototype.
* stormy16.c (xstormy16_output_shift): Fix format specifier
warnings.
From-SVN: r66872
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c7419c1..a626e81 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,10 @@ 2003-05-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> + * stormy16-protos.h (xs_hi_general_operand, + xs_hi_nonmemory_operand): Prototype. + * stormy16.c (xstormy16_output_shift): Fix format specifier + warnings. + * cris.c: Fix format specifier warnings. 2003-05-16 Nick Clifton <nickc@redhat.com> |