diff options
author | Michael Collison <collison@gcc.gnu.org> | 2001-10-17 04:38:50 +0000 |
---|---|---|
committer | Michael Collison <collison@gcc.gnu.org> | 2001-10-17 04:38:50 +0000 |
commit | 808dbdd51bc9c5e8393f00610a464b2e7898639e (patch) | |
tree | 66541b055d5310482d0c7a485cddea78849a6f72 /gcc | |
parent | 6b0880cb4e215c73d1845c46581965c11abe28fb (diff) | |
download | gcc-808dbdd51bc9c5e8393f00610a464b2e7898639e.zip gcc-808dbdd51bc9c5e8393f00610a464b2e7898639e.tar.gz gcc-808dbdd51bc9c5e8393f00610a464b2e7898639e.tar.bz2 |
Add ChangeLog entry for dsp16xx/dsp16xx.c change.
From-SVN: r46306
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index bd706c3..0e1308f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,11 @@ +2001-10-17 Michael Collison <collison@isisinc.net> + + * dsp16xx.c: Fix comment formatting to match GNU standards. + (dsp16xx_output_function_prologue): Change type of 'size' + parameter from 'int' to HOST_WIDE_INT. + (dsp16xx_output_function_epilogue): Change type of 'size' + parameter from 'int' to HOST_WIDE_INT. + 2001-10-16 Richard Henderson <rth@redhat.com> * configure.in (HAVE_AS_GOTOFF_IN_DATA): New x86 check. |