* config/i386/tm-symmetry.h (PUSH_ARGUMENTS): #undef.

This commit is contained in:
Mark Kettenis 2001-03-26 12:25:31 +00:00
parent 22f8ba5774
commit 5b31405b6e
2 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,7 @@
2001-03-26 Mark Kettenis <kettenis@gnu.org>
* config/i386/tm-symmetry.h (PUSH_ARGUMENTS): #undef.
* i386-tdep.c (i386_push_arguments, i386_store_struct_return): New
functions.
* config/i386/tm-i386.h (PUSH_ARGUMENTS): New macro.

View File

@ -299,6 +299,7 @@ switch (regno) { \
passes it on the stack. gcc should be fixed in future versions to
adopt native cc conventions. */
#undef PUSH_ARGUMENTS
#undef STORE_STRUCT_RETURN
#define STORE_STRUCT_RETURN(ADDR, SP) write_register(0, (ADDR))