• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Keine Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

GCC with patches for OS216


Commit MetaInfo

Revision01a8adb57b25c1087bc0839f882cb2e826b20c91 (tree)
Zeit1999-10-12 14:51:42
AutorJeffrey A Law <law@cygn...>
CommiterJeff Law

Log Message

pa.h (CPP_SPEC): Conditionally add -DSTDC_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 -DSTDC_EXT to the cpp
          command line.

From-SVN: r29911

Ändern Zusammenfassung

Diff

--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,9 @@
11 Mon Oct 11 23:35:19 1999 Jeffrey A Law (law@cygnus.com)
22
3+ Tue Jun 29 01:37:53 1999 Jeffrey A Law (law@cygnus.com)
4+ * pa.h (CPP_SPEC): Conditionally add -D__STDC_EXT__ to the cpp
5+ command line.
6+
37 Thu Sep 2 20:08:23 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
48 * regmove.c (fixup_match_1): Don't change an unchanging register.
59 (stable_but_for_p): Renamed to:
--- a/gcc/config/pa/pa.h
+++ b/gcc/config/pa/pa.h
@@ -278,11 +278,11 @@ extern int target_flags;
278278 #if ((TARGET_DEFAULT | TARGET_CPU_DEFAULT) & MASK_PA_11) == 0
279279 #define CPP_SPEC "%{msnake:-D__hp9000s700 -D_PA_RISC1_1}\
280280 %{mpa-risc-1-1:-D__hp9000s700 -D_PA_RISC1_1}\
281- %{!ansi: -D_HPUX_SOURCE -D_HIUX_SOURCE}\
281+ %{!ansi: -D_HPUX_SOURCE -D_HIUX_SOURCE -D__STDC_EXT__}\
282282 %{threads:-D_REENTRANT -D_DCE_THREADS}"
283283 #else
284284 #define CPP_SPEC "%{!mpa-risc-1-0:%{!mnosnake:%{!msoft-float:-D__hp9000s700 -D_PA_RISC1_1}}} \
285- %{!ansi: -D_HPUX_SOURCE -D_HIUX_SOURCE}\
285+ %{!ansi: -D_HPUX_SOURCE -D_HIUX_SOURCE -D__STDC_EXT__}\
286286 %{threads:-D_REENTRANT -D_DCE_THREADS}"
287287 #endif
288288