From: Dale Johannesen Date: Sat, 23 Aug 2003 18:09:32 +0000 (+0000) Subject: fix thinko in previous X-Git-Tag: releases/gcc-3.4.0~4096 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f346cc376f862afefa40c3b8396896e8f314e3db;p=thirdparty%2Fgcc.git fix thinko in previous From-SVN: r70742 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index bdd0d101eefe..48192ecbc086 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,6 +1,6 @@ 2003-08-23 Dale Johannesen * calls.c (emit_library_call_value_1): Fix obvious errors in - arguments to emit_group_load. + arguments to emit_group_store. 2003-08-23 Jason Eckhardt