]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
ChangeLog: Add missed log entry.
authorJohn David Anglin <danglin@gcc.gnu.org>
Sun, 3 Feb 2008 19:53:09 +0000 (19:53 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Sun, 3 Feb 2008 19:53:09 +0000 (19:53 +0000)
* ChangeLog: Add missed log entry.

From-SVN: r132081

gcc/ChangeLog

index 902470a049587ee2f54170be145f4d2c5e47d52f..31e9ef00742b9f1880b4f4c23b3bf067a155e758 100644 (file)
        functions from being marked as pure or const.
        * ipa-utils (searchc): Fixed comment.
        
+2008-01-24  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
+
+       PR middle-end/34931
+       Backport:
+       2007-01-25  Steve Ellcey  <sje@cup.hp.com>
+
+       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  <sje@cup.hp.com>
+
+       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  <rguenther@suse.de>
 
        PR middle-end/34953