]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Mumit Khan <khan@xraylith.wisc.edu>
authorMumit Khan <khan@xraylith.wisc.edu>
Thu, 10 Jun 1999 20:45:01 +0000 (20:45 +0000)
committerRichard Henderson <rth@gcc.gnu.org>
Thu, 10 Jun 1999 20:45:01 +0000 (13:45 -0700)
Mumit Khan  <khan@xraylith.wisc.edu>
        * i386/cygwin.h (SET_ASM_OP): Define.

From-SVN: r27478

gcc/ChangeLog
gcc/config/i386/cygwin.h

index 38a6fac5ee0b540ed69a6757406795035717f95c..10f8e1fe94d3fcd32dcb714a3815d938469f7b82 100644 (file)
@@ -1,3 +1,7 @@
+Thu Jun 10 20:44:36 1999  Mumit Khan  <khan@xraylith.wisc.edu>
+
+       * i386/cygwin.h (SET_ASM_OP): Define.
+
 Thu Jun 10 20:37:57 1999  Mumit Khan  <khan@xraylith.wisc.edu>
 
        * reg-stack.c (stack_reg_life_analysis): Find all the RETURN insns.
index 48b9eba1b1c680aa9e3fb6d825826d867422a1c2..0b6a70fc42b5fdfed3a70f50c145967f79db12c6 100644 (file)
@@ -532,3 +532,8 @@ extern void i386_pe_asm_file_end STDIO_PROTO((FILE *));
 #undef PCC_BITFIELDS_TYPE_MATTERS
 #define PCC_BITFIELDS_TYPE_MATTERS 0
 
+/* Enable alias attribute support.  */
+#ifndef SET_ASM_OP
+#define SET_ASM_OP "\t.set"
+#endif
+