fde-glibc.c (_GNU_SOURCE): Define to 1 instead of empty to avoid conflict with the...
authorAndreas Schwab <schwab@suse.de>
Sun, 2 Nov 2003 17:35:20 +0000 (17:35 +0000)
committerAndreas Schwab <schwab@gcc.gnu.org>
Sun, 2 Nov 2003 17:35:20 +0000 (17:35 +0000)
* config/ia64/fde-glibc.c (_GNU_SOURCE): Define to 1 instead of
empty to avoid conflict with the definition from configure.

From-SVN: r73202

gcc/ChangeLog
gcc/config/ia64/fde-glibc.c

index 25dd9c1e2b9f21b0f5682e229c49be651c559c1a..4728a86d9271d1e55147ecb2bcdecd92215e5148 100644 (file)
@@ -1,3 +1,8 @@
+2003-11-02  Andreas Schwab  <schwab@suse.de>
+
+       * config/ia64/fde-glibc.c (_GNU_SOURCE): Define to 1 instead of
+       empty to avoid conflict with the definition from configure.
+
 2003-11-02  Roger Sayle  <roger@eyesopen.com>
 
        PR optimization/10817
index 8c9b55a1b1ea4b1f3b0835557b1d401f1ae7471a..15e19270f03b58d2d91d45f980f9f1e8320e6a5e 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2000, 2001 Free Software Foundation, Inc.
+/* Copyright (C) 2000, 2001, 2003 Free Software Foundation, Inc.
    Contributed by Richard Henderson <rth@cygnus.com>.
 
    This file is part of GCC.
@@ -29,7 +29,7 @@
    to avoid register/deregister calls at DSO load/unload.  */
 
 #ifndef _GNU_SOURCE
-#define _GNU_SOURCE
+#define _GNU_SOURCE 1
 #endif
 #include "config.h"
 #include <stddef.h>