Commit 8c84eeed by Mumit Khan Committed by Richard Henderson

Mumit Khan <khan@xraylith.wisc.edu>

Mumit Khan  <khan@xraylith.wisc.edu>
        * i386/cygwin.h (SET_ASM_OP): Define.

From-SVN: r27478
parent 73919448
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> 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. * reg-stack.c (stack_reg_life_analysis): Find all the RETURN insns.
......
...@@ -532,3 +532,8 @@ extern void i386_pe_asm_file_end STDIO_PROTO((FILE *)); ...@@ -532,3 +532,8 @@ extern void i386_pe_asm_file_end STDIO_PROTO((FILE *));
#undef PCC_BITFIELDS_TYPE_MATTERS #undef PCC_BITFIELDS_TYPE_MATTERS
#define PCC_BITFIELDS_TYPE_MATTERS 0 #define PCC_BITFIELDS_TYPE_MATTERS 0
/* Enable alias attribute support. */
#ifndef SET_ASM_OP
#define SET_ASM_OP "\t.set"
#endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment