aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorDanny Smith <dannysmith@users.sourceforge.net>2008-06-07 22:50:24 +0000
committerDanny Smith <dannysmith@gcc.gnu.org>2008-06-07 22:50:24 +0000
commitae06ac00a46e5df615372aebd87e20090bf48100 (patch)
tree36b29d6dbefac511242fae5cede5e69b668ac241 /gcc
parent0b9f07d4d82b5985c463dffaa669e88d320e85e2 (diff)
downloadgcc-ae06ac00a46e5df615372aebd87e20090bf48100.zip
gcc-ae06ac00a46e5df615372aebd87e20090bf48100.tar.gz
gcc-ae06ac00a46e5df615372aebd87e20090bf48100.tar.bz2
cygming.h (MAYBE_UWIN_CPP_BUILTINS): Remove.
* config/i386/cygming.h (MAYBE_UWIN_CPP_BUILTINS): Remove. From-SVN: r136541
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/i386/cygming.h3
2 files changed, 4 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 78d4fce..a64dc10 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2008-06-07 Danny Smith <dannysmith@users.sourceforge.net>
+
+ * config/i386/cygming.h (MAYBE_UWIN_CPP_BUILTINS): Remove.
+
2008-06-07 Joseph Myers <joseph@codesourcery.com>
* config.gcc (Obsolete configurations): Remove list of
diff --git a/gcc/config/i386/cygming.h b/gcc/config/i386/cygming.h
index 1070c85..f71b2f8 100644
--- a/gcc/config/i386/cygming.h
+++ b/gcc/config/i386/cygming.h
@@ -70,8 +70,6 @@ along with GCC; see the file COPYING3. If not see
#include <stdio.h>
-#define MAYBE_UWIN_CPP_BUILTINS() /* Nothing. */
-
#define TARGET_OS_CPP_BUILTINS() \
do \
{ \
@@ -90,7 +88,6 @@ along with GCC; see the file COPYING3. If not see
to compare typeinfo symbols across dll boundaries. */ \
builtin_define ("__GXX_MERGED_TYPEINFO_NAMES=0"); \
builtin_define ("__GXX_TYPEINFO_EQUALITY_INLINE=0"); \
- MAYBE_UWIN_CPP_BUILTINS (); \
EXTRA_OS_CPP_BUILTINS (); \
} \
while (0)