mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-04 10:24:13 +00:00
* config/i386/tm-symmetry.h (PUSH_ARGUMENTS): #undef.
This commit is contained in:
parent
22f8ba5774
commit
5b31405b6e
@ -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.
|
||||
|
@ -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))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user