mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-20 04:38:58 +08:00
* i386/cygwin.h (INT_ASM_OP): Define.
From-SVN: r33569
This commit is contained in:
parent
afd1bb919d
commit
eb70f6289c
@ -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.
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user