diff options
author | Keith Seitz <keiths@cygnus> | 1998-05-29 01:20:46 +0000 |
---|---|---|
committer | Keith Seitz <keiths@cygnus> | 1998-05-29 01:20:46 +0000 |
commit | 47792960031aaa8d1f77f72287b176a38967458e (patch) | |
tree | 885f598fd8dbf3dd0fea7ec45ec4e45eb4e15289 /gdb/ChangeLog-gdbtk | |
parent | 5dccb8b0f4329bf5c6ea198ad763c56c365d124f (diff) | |
download | gdb-47792960031aaa8d1f77f72287b176a38967458e.zip gdb-47792960031aaa8d1f77f72287b176a38967458e.tar.gz gdb-47792960031aaa8d1f77f72287b176a38967458e.tar.bz2 |
* main.c (main): Check for NULL from getenv on CYGWIN32.
* gdbtk.c (_initialize_gdbtk): Get rid of the console. Patch from
Chris Faylor (cgf@cygnus.com).
* configure.in: Link cygwin32 with subsystem console.
* configure: Regenerated
Diffstat (limited to 'gdb/ChangeLog-gdbtk')
-rw-r--r-- | gdb/ChangeLog-gdbtk | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog-gdbtk b/gdb/ChangeLog-gdbtk index 0833e54..2d5876c 100644 --- a/gdb/ChangeLog-gdbtk +++ b/gdb/ChangeLog-gdbtk @@ -1,3 +1,12 @@ +Thu May 28 17:19:14 1998 Keith Seitz <keiths@cygnus.com> + + * gdbtk.c (_initialize_gdbtk): Get rid of the console. Patch from + Chris Faylor (cgf@cygnus.com). + + * configure.in: Link cygwin32 with subsystem console. + + * configure: Regenerated + Sun May 24 14:00:24 1998 Keith Seitz <keiths@cygnus.com> * ser-unix.c (wait_for): Do not reset timeout_remaining for cygwin32 so that |