diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 78d4fcee743e..a64dc10d0f64 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2008-06-07 Danny Smith + + * config/i386/cygming.h (MAYBE_UWIN_CPP_BUILTINS): Remove. + 2008-06-07 Joseph Myers * config.gcc (Obsolete configurations): Remove list of diff --git a/gcc/config/i386/cygming.h b/gcc/config/i386/cygming.h index 1070c85e71d9..f71b2f833f42 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 -#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)