* config/i386/tm-symmetry.h (PUSH_ARGUMENTS): #undef.
authorMark Kettenis <kettenis@gnu.org>
Mon, 26 Mar 2001 12:25:31 +0000 (12:25 +0000)
committerMark Kettenis <kettenis@gnu.org>
Mon, 26 Mar 2001 12:25:31 +0000 (12:25 +0000)
gdb/ChangeLog
gdb/config/i386/tm-symmetry.h

index 9859890e0ffa91025701a7a0c3df7b8689bccfc3..b1c01fe3b9b540db51fa15f4e56a5392b67fa432 100644 (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.
index 0251328b3c11f0f07b65f8e78a42c1e71c650220..30b6e247155246dfbced92a901a8d70fa2fdec7d 100644 (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))
 
This page took 0.028102 seconds and 4 git commands to generate.