]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
2002-09-26 Andrew Cagney <ac131313@redhat.com>
authorAndrew Cagney <cagney@redhat.com>
Thu, 26 Sep 2002 17:46:04 +0000 (17:46 +0000)
committerAndrew Cagney <cagney@redhat.com>
Thu, 26 Sep 2002 17:46:04 +0000 (17:46 +0000)
commitf15ab4a7d1f9b4df5376f568a634c0408b074cee
tree20038e67b0cdd74d862172cee0ceb92057c9e517
parent3396de367a522c2e10a68389b48fc9e944d7cc04
2002-09-26  Andrew Cagney  <ac131313@redhat.com>

From Grace Sainsbury <graces@redhat.com>:
* Makefile.in (gdbtk-main.o): New target.
(gdb.o): New target.
(main_h): Define.
(main.o): Update dependencies.
(gdb$(EXEEXT)): Add gdb.o.
(SUBDIR_GDBTK_SRCS): Add gdbtk-main.c.
(SUBDIR_GDBTK_ALL, SUBDIR_GDBTK_UNINSTALL): Set.
(SUBDIR_GDBTK_CLEAN): Set.
(install-gdbtk): Install the insight binary.
(uninstall-gdbtk): New target.
(all-gdbtk, clean-gdbtk): New rule.
* top.c (use_windows): Default to zero.
* main.c: Include "main.h".
(main): Delete.
(struct captured_main_args): Delete.
(gdb_main): New function.
* main.h: New file.
* gdb.c: New File.

2002-09-26  Andrew Cagney  <ac131313@redhat.com>

From Grace Sainsbury <graces@redhat.com>:
* generic/gdbtk-main.c: New file.
gdb/ChangeLog
gdb/Makefile.in
gdb/gdb.c [new file with mode: 0644]
gdb/main.c
gdb/main.h [new file with mode: 0644]
gdb/top.c