]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/config/i386/mach.h
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / config / i386 / mach.h
index 7e2b1cc267d5cf255a64df4a9540d705f14561dc..0aa3846ae21e3756d9a9b25978ac6c948288a268 100644 (file)
@@ -1,13 +1,16 @@
 /* Configuration for an i386 running Mach as the target machine.  */
 
-/* We do want to add an underscore to the front of each user symbol.
-   i386/gas.h checks this.  */
-#define YES_UNDERSCORES
+#define TARGET_VERSION fprintf (stderr, " (80386, Mach)"); 
 
-#include "i386/gstabs.h"
-
-#undef CPP_PREDEFINES
-#define CPP_PREDEFINES "-Dunix -DMACH -Asystem=unix -Asystem=mach"
+#define TARGET_OS_CPP_BUILTINS()               \
+  do                                           \
+    {                                          \
+       builtin_define_std ("unix");            \
+       builtin_define_std ("MACH");            \
+       builtin_assert ("system=unix");         \
+       builtin_assert ("system=mach");         \
+    }                                          \
+  while (0)
 
 /* Specify extra dir to search for include files.  */
 #define SYSTEM_INCLUDE_DIR "/usr/mach/include"