mirror of git://gcc.gnu.org/git/gcc.git
Mumit Khan <khan@xraylith.wisc.edu>
Mumit Khan <khan@xraylith.wisc.edu>
* i386/cygwin.h (SET_ASM_OP): Define.
From-SVN: r27478
This commit is contained in:
parent
739194481c
commit
8c84eeeda1
|
|
@ -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>
|
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 *));
|
||||||
#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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue