Delete Tru64 support
[deliverable/binutils-gdb.git] / gdb / inferior.h
index e716005ef6cbb0ab3c27cedaa7729beb3fa8819c..0129549c9222ccc1f9995737322d1349ff3ca620 100644 (file)
@@ -250,11 +250,9 @@ enum stop_kind
 
 /* Number of traps that happen between exec'ing the shell to run an
    inferior and when we finally get to the inferior code, not counting
-   the exec for the shell.  This is 1 on most implementations.
-   Overridden in nm.h files.  */
-#if !defined(START_INFERIOR_TRAPS_EXPECTED)
+   the exec for the shell.  This is 1 on all supported
+   implementations.  */
 #define START_INFERIOR_TRAPS_EXPECTED  1
-#endif
 
 struct private_inferior;
 
This page took 0.031478 seconds and 4 git commands to generate.