aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Collison <collison@gcc.gnu.org>2001-10-17 04:38:50 +0000
committerMichael Collison <collison@gcc.gnu.org>2001-10-17 04:38:50 +0000
commit808dbdd51bc9c5e8393f00610a464b2e7898639e (patch)
tree66541b055d5310482d0c7a485cddea78849a6f72
parent6b0880cb4e215c73d1845c46581965c11abe28fb (diff)
downloadgcc-808dbdd51bc9c5e8393f00610a464b2e7898639e.zip
gcc-808dbdd51bc9c5e8393f00610a464b2e7898639e.tar.gz
gcc-808dbdd51bc9c5e8393f00610a464b2e7898639e.tar.bz2
Add ChangeLog entry for dsp16xx/dsp16xx.c change.
From-SVN: r46306
-rw-r--r--gcc/ChangeLog8
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.