This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Cleanup START_INFERIOR_TRAPS_EXPECTED in tm-i386.h


Checked in.

Index: ChangeLog
from  Mark Kettenis  <kettenis@gnu.org>

	* config/i386/tm-i386.h (START_INFERIOR_TRAPS_EXPECTED): Removed.
	Already covered by the default.

Index: config/i386/tm-i386.h
===================================================================
RCS file: /cvs/src/src/gdb/config/i386/tm-i386.h,v
retrieving revision 1.31
diff -u -p -r1.31 tm-i386.h
--- config/i386/tm-i386.h 14 Jun 2002 21:17:28 -0000 1.31
+++ config/i386/tm-i386.h 14 Jun 2002 21:26:23 -0000
@@ -32,12 +32,6 @@ struct frame_saved_regs;
 struct value;
 struct type;
 
-/* Number of traps that happen between exec'ing the shell to run an
-   inferior, and when we finally get to the inferior code.  This is 2
-   on most implementations. */
-
-#define START_INFERIOR_TRAPS_EXPECTED 2
-
 /* Offset from address of function to start of its code.
    Zero on most machines.  */
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]