From 1e4db7c6a6e6b27b6ba8e11e23ca1c48b8e96791 Mon Sep 17 00:00:00 2001 From: cgd Date: Sun, 9 Jan 1994 23:45:26 +0000 Subject: [PATCH] delete some stuff that wasn't necessary, add things in to make it look more like a 'standard' mach-dep config file. --- gnu/usr.bin/gdb/config/m-i386bsd.h | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/gnu/usr.bin/gdb/config/m-i386bsd.h b/gnu/usr.bin/gdb/config/m-i386bsd.h index a471ec2b9d9f..e29abd4efc3f 100644 --- a/gnu/usr.bin/gdb/config/m-i386bsd.h +++ b/gnu/usr.bin/gdb/config/m-i386bsd.h @@ -6,7 +6,7 @@ * Modified 1991 by William Jolitz at UUNET Technologies, Inc. * * from: @(#)m-i386bsd.h 6.7 (Berkeley) 5/8/91 - * $Id: m-i386bsd.h,v 1.3 1993/08/01 18:48:32 mycroft Exp $ + * $Id: m-i386bsd.h,v 1.4 1994/01/09 23:45:26 cgd Exp $ */ /* Macro definitions for i386. @@ -70,11 +70,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define READ_DBX_FORMAT -/* 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 +/* Do implement the attach and detach commands. */ + +#define ATTACH_DETACH /* Offset from address of function to start of its code. Zero on most machines. */