From: John David Anglin Date: Sun, 3 Feb 2008 19:53:09 +0000 (+0000) Subject: ChangeLog: Add missed log entry. X-Git-Tag: prereleases/gcc-4.2.4-rc1~167 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e468998723328dcfd6f37d8c97b6ef8f7853761;p=thirdparty%2Fgcc.git ChangeLog: Add missed log entry. * ChangeLog: Add missed log entry. From-SVN: r132081 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 902470a04958..31e9ef00742b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -109,6 +109,23 @@ functions from being marked as pure or const. * ipa-utils (searchc): Fixed comment. +2008-01-24 John David Anglin + + PR middle-end/34931 + Backport: + 2007-01-25 Steve Ellcey + + PR other/30182 + * config/pa/pa.c (pa_init_builtins): Set asm names for finite routines. + * config/ia64/ia64.c (ia64_init_builtins): Ditto. + + 2007-01-26 Steve Ellcey + + PR other/30182 + * config/pa/pa.h (TARGET_HPUX_11): New. + * config/pa/pa-hpux11.h (TARGET_HPUX_11): New. + * config/pa/pa.c (pa_init_builtins): Use TARGET_HPUX_11. + 2008-01-24 Richard Guenther PR middle-end/34953