From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Kettenis To: gdb-patches@sources.redhat.com Subject: [PATCH]: Adjust tm-symmetry.h for previous patch to tm-i386.h Date: Mon, 26 Mar 2001 04:25:00 -0000 Message-id: <200103261225.f2QCPQS03241@delius.kettenis.local> X-SW-Source: 2001-03/msg00466.html Hmm, I just realized that the Symmetry probably won't like my new PUSH_ARGUMENTS. Checked in. Mark Index: ChangeLog from Mark Kettenis * config/i386/tm-symmetry.h (PUSH_ARGUMENTS): #undef. Index: config/i386/tm-symmetry.h =================================================================== RCS file: /cvs/src/src/gdb/config/i386/tm-symmetry.h,v retrieving revision 1.3 diff -u -p -r1.3 tm-symmetry.h --- config/i386/tm-symmetry.h 2001/03/14 23:23:11 1.3 +++ config/i386/tm-symmetry.h 2001/03/26 12:23:19 @@ -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))