diff options
author | Martin Hunt <hunt@redhat.com> | 1997-03-19 23:39:20 +0000 |
---|---|---|
committer | Martin Hunt <hunt@redhat.com> | 1997-03-19 23:39:20 +0000 |
commit | 8a19b35a1b19df6c9fc9f1072073ff0c702157bb (patch) | |
tree | e1b5b691a4c262d6f4366a183c542ef48a13bcf8 /gdb/ChangeLog | |
parent | 7dd2696140dbc0e88460b2f81523230e122c0be1 (diff) | |
download | gdb-8a19b35a1b19df6c9fc9f1072073ff0c702157bb.zip gdb-8a19b35a1b19df6c9fc9f1072073ff0c702157bb.tar.gz gdb-8a19b35a1b19df6c9fc9f1072073ff0c702157bb.tar.bz2 |
Wed Mar 19 15:16:17 1997 Martin M. Hunt <hunt@onions.cygnus.com>
* Makefile.in: Install gdbtcl dir instead of gdbtk.tcl.
* gdbtk.c: Added some ifdefs for Windows. Changed GDBTK_FILENAME
to GDBTK_LIBRARY, which is now a path to search.
(gdb_path_conv): New function. Convert Cygwin32 pathname to
DOS-style pathname.
* aclocal.m4, configure.in: Changes for Windows builds.
* configure: Rebuilt.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 87899a0..77f28c3 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,18 @@ +start-sanitize-gdbtk + Wed Mar 19 15:16:17 1997 Martin M. Hunt <hunt@onions.cygnus.com> + + * Makefile.in: Install gdbtcl dir instead of gdbtk.tcl. + + * gdbtk.c: Added some ifdefs for Windows. Changed GDBTK_FILENAME + to GDBTK_LIBRARY, which is now a path to search. + (gdb_path_conv): New function. Convert Cygwin32 pathname to + DOS-style pathname. + + * aclocal.m4, configure.in: Changes for Windows builds. + + * configure: Rebuilt. + +end-sanitize-gdbtk Mon Mar 17 17:52:00 1997 J.T. Conklin <jtc@cygnus.com> * dsrec.c (load_srec): Print leading zeroes when printing section |