* config/i386/xm-go32.h (GDBINIT_FILENAME): Set to gdb.ini.
authorSteve Chamberlain <sac@cygnus>
Fri, 9 Sep 1994 00:44:01 +0000 (00:44 +0000)
committerSteve Chamberlain <sac@cygnus>
Fri, 9 Sep 1994 00:44:01 +0000 (00:44 +0000)
(more work here to come)

gdb/config/i386/xm-go32.h

index 4efe061..a36fe91 100644 (file)
@@ -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)