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

From-SVN: r33569
This commit is contained in:
Mumit Khan 2000-05-01 16:47:22 +00:00 committed by Jeff Law
parent afd1bb919d
commit eb70f6289c
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,7 @@
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.

View File

@ -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