diff options
author | Richard Henderson <rth@gcc.gnu.org> | 1998-10-30 05:18:50 -0800 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 1998-10-30 05:18:50 -0800 |
commit | f3196f46a264716802509c97ec993980dafa990a (patch) | |
tree | ad04b02a448a964f1241e218118c9fe351a710b7 | |
parent | 8a72a0467609941a068dcd8688dc03cca92ea658 (diff) | |
download | gcc-f3196f46a264716802509c97ec993980dafa990a.zip gcc-f3196f46a264716802509c97ec993980dafa990a.tar.gz gcc-f3196f46a264716802509c97ec993980dafa990a.tar.bz2 |
Fix lying changelog entry.
From-SVN: r23456
-rw-r--r-- | gcc/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 66b2a71..277af43 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -79,7 +79,7 @@ Thu Oct 29 23:55:43 1998 Bernd Schmidt <crux@pool.informatik.rwth-aachen.de> Thu Oct 29 22:30:54 1998 Marcus Meissner <Marcus.Meissner@informatik.uni-erlangen.de> - * i386.c (i386_valid_type_attribute_p): Return nonzero for mismatched + * i386.c (i386_comp_type_attributes): Return nonzero for mismatched "stdcall" and "cdecl" attributes. Thu Oct 29 19:05:17 1998 Jim Wilson <wilson@cygnus.com> |