From: Jeffrey A Law Date: Tue, 12 Oct 1999 05:51:42 +0000 (+0000) Subject: pa.h (CPP_SPEC): Conditionally add -D__STDC_EXT__ to the cpp command line. X-Git-Tag: releases/gcc-2.95.2~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01a8adb57b25c1087bc0839f882cb2e826b20c91;p=thirdparty%2Fgcc.git pa.h (CPP_SPEC): Conditionally add -D__STDC_EXT__ to the cpp command line. Tue Jun 29 01:37:53 1999 Jeffrey A Law (law@cygnus.com) * pa.h (CPP_SPEC): Conditionally add -D__STDC_EXT__ to the cpp command line. From-SVN: r29911 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2b4d598c35d6..c0d771400910 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,9 @@ Mon Oct 11 23:35:19 1999 Jeffrey A Law (law@cygnus.com) + Tue Jun 29 01:37:53 1999 Jeffrey A Law (law@cygnus.com) + * pa.h (CPP_SPEC): Conditionally add -D__STDC_EXT__ to the cpp + command line. + Thu Sep 2 20:08:23 1999 J"orn Rennecke * regmove.c (fixup_match_1): Don't change an unchanging register. (stable_but_for_p): Renamed to: diff --git a/gcc/config/pa/pa.h b/gcc/config/pa/pa.h index 2c0f0311100d..a6508e697f17 100644 --- a/gcc/config/pa/pa.h +++ b/gcc/config/pa/pa.h @@ -278,11 +278,11 @@ extern int target_flags; #if ((TARGET_DEFAULT | TARGET_CPU_DEFAULT) & MASK_PA_11) == 0 #define CPP_SPEC "%{msnake:-D__hp9000s700 -D_PA_RISC1_1}\ %{mpa-risc-1-1:-D__hp9000s700 -D_PA_RISC1_1}\ - %{!ansi: -D_HPUX_SOURCE -D_HIUX_SOURCE}\ + %{!ansi: -D_HPUX_SOURCE -D_HIUX_SOURCE -D__STDC_EXT__}\ %{threads:-D_REENTRANT -D_DCE_THREADS}" #else #define CPP_SPEC "%{!mpa-risc-1-0:%{!mnosnake:%{!msoft-float:-D__hp9000s700 -D_PA_RISC1_1}}} \ - %{!ansi: -D_HPUX_SOURCE -D_HIUX_SOURCE}\ + %{!ansi: -D_HPUX_SOURCE -D_HIUX_SOURCE -D__STDC_EXT__}\ %{threads:-D_REENTRANT -D_DCE_THREADS}" #endif