OSDN Git Service

(CPP_PREDEFINES): Set __unaligned and __stdcall to null.
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 26 Nov 1995 19:39:43 +0000 (19:39 +0000)
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 26 Nov 1995 19:39:43 +0000 (19:39 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@10601 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/alpha/win-nt.h

index 6726a7e..cb3d9eb 100644 (file)
@@ -28,14 +28,14 @@ Boston, MA 02111-1307, USA.  */
 /* Names to predefine in the preprocessor for this target machine.  */
 
 #undef CPP_PREDEFINES
-#define CPP_PREDEFINES "-DWIN32 -D_WIN32\
-  -DWINNT -D__STDC__=0 -DALMOST_STDC -D_M_ALPHA\
-  -D_ALPHA_ -D__alpha -D__alpha__ -D_LONGLONG -Asystem(winnt) -Acpu(alpha)\
-  -Amachine(alpha)"
+#define CPP_PREDEFINES "-DWIN32 -D_WIN32 -DWINNT -D__STDC__=0 -DALMOST_STDC\
+  -D_M_ALPHA -D_ALPHA_ -D__alpha -D__alpha__\
+  -D_LONGLONG -D__unaligned= -D__stdcall= \
+  -Asystem(winnt) -Acpu(alpha) -Amachine(alpha)"
 
 #undef ASM_SPEC
 #undef ASM_FINAL_SPEC
-#define ASM_SPEC "-nopp -nologo"
+#define ASM_SPEC "-nopp -nologo %{g:-Zi}"
 
 /* Pointer is 32 bits but the hardware has 64-bit addresses, sign extended. */
 #undef POINTER_SIZE