From 6156ad2f66bc3d8c03d677cc014d3783a53f70f1 Mon Sep 17 00:00:00 2001 From: Steve Chamberlain Date: Fri, 9 Sep 1994 00:44:01 +0000 Subject: [PATCH] * config/i386/xm-go32.h (GDBINIT_FILENAME): Set to gdb.ini. (more work here to come) --- gdb/config/i386/xm-go32.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gdb/config/i386/xm-go32.h b/gdb/config/i386/xm-go32.h index 4efe0610413..a36fe91a796 100644 --- a/gdb/config/i386/xm-go32.h +++ b/gdb/config/i386/xm-go32.h @@ -29,6 +29,8 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #undef QUIT #define QUIT { pollquit(); } +#define GDBINIT_FILENAME "gdb.ini" + #if !defined(SIGURG) & !defined(SIGALRM) & !defined(SIGBUS) & !defined(SIGSTOP) #define SIGURG (NSIG) #define SIGALRM (NSIG + 1) -- 2.30.2