Commit eb70f628 by Mumit Khan Committed by Jeff Law

* i386/cygwin.h (INT_ASM_OP): Define.

From-SVN: r33569
parent afd1bb91
2000-05-01 Mumit Khan <khan@xraylith.wisc.edu>
* i386/cygwin.h (INT_ASM_OP): Define.
Mon May 1 18:20:06 2000 Denis Chertykov <denisc@overta.ru>
* config/avr/avr.c (address_cost): renamed to avr_address_cost.
......
......@@ -530,3 +530,7 @@ extern void i386_pe_asm_file_end STDIO_PARAMS ((FILE *));
#define SET_ASM_OP "\t.set"
#endif
#ifndef INT_ASM_OP
#define INT_ASM_OP ".long"
#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