diff options
author | Steve Chamberlain <sac@cygnus> | 1994-09-09 00:44:01 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1994-09-09 00:44:01 +0000 |
commit | 6156ad2f66bc3d8c03d677cc014d3783a53f70f1 (patch) | |
tree | 0030dd6dec3fcb51ac8e59d2748f41eba0424349 /gdb | |
parent | e4483b9901a111734e47d371a37ea727df90e4a0 (diff) | |
download | gdb-6156ad2f66bc3d8c03d677cc014d3783a53f70f1.zip gdb-6156ad2f66bc3d8c03d677cc014d3783a53f70f1.tar.gz gdb-6156ad2f66bc3d8c03d677cc014d3783a53f70f1.tar.bz2 |
* config/i386/xm-go32.h (GDBINIT_FILENAME): Set to gdb.ini.
(more work here to come)
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/config/i386/xm-go32.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/config/i386/xm-go32.h b/gdb/config/i386/xm-go32.h index 4efe061..a36fe91 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) |