Commit ae08d4c0 by Hans-Peter Nilsson Committed by Hans-Peter Nilsson

* config/cris/cris.h (INT_ASM_OP): Remove.

From-SVN: r47384
parent f8e0aa73
2001-11-27 Hans-Peter Nilsson <hp@axis.com>
* config/cris/cris.h (INT_ASM_OP): Remove.
2001-11-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> 2001-11-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
* config/i386/sol2.h (WINT_TYPE): Redefine. * config/i386/sol2.h (WINT_TYPE): Redefine.
......
...@@ -1592,9 +1592,6 @@ struct cum_args {int regs;}; ...@@ -1592,9 +1592,6 @@ struct cum_args {int regs;};
#undef UNALIGNED_SHORT_ASM_OP #undef UNALIGNED_SHORT_ASM_OP
#define UNALIGNED_SHORT_ASM_OP "\t.word\t" #define UNALIGNED_SHORT_ASM_OP "\t.word\t"
#undef INT_ASM_OP
#define INT_ASM_OP "\t.dword\t"
#undef UNALIGNED_INT_ASM_OP #undef UNALIGNED_INT_ASM_OP
#define UNALIGNED_INT_ASM_OP "\t.dword\t" #define UNALIGNED_INT_ASM_OP "\t.dword\t"
......
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