* config/i386/xm-go32.h (GDBINIT_FILENAME): Set to gdb.ini.

(more work here to come)
This commit is contained in:
Steve Chamberlain 1994-09-09 00:44:01 +00:00
parent e4483b9901
commit 6156ad2f66
1 changed files with 2 additions and 0 deletions

View 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)