* main.c: Move entire file except for #ifndef MAIN_OVERRIDE code
authorJim Kingdon <jkingdon@engr.sgi.com>
Fri, 3 Jun 1994 17:25:08 +0000 (17:25 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Fri, 3 Jun 1994 17:25:08 +0000 (17:25 +0000)
commit172559ec3375efe6c3964670fe22c38255ee4280
tree8710c74973c967fd13ff031591b0509a469e5e14
parent4ee3b9beb15795d9aa63456e0860ef9006ba8e5e
* main.c: Move entire file except for #ifndef MAIN_OVERRIDE code
to new file top.c.  Make things extern instead of static and
similar rearrangements to deal with this.
* top.h: New file.
* utils.c: Move fputs_unfiltered to main.c.  Remove
FPUTS_UNFILTERED_OVERRIDE ifndef.
* Makefile.in: Change so that gdb uses main.c, utils.c, and top.c,
and libgdb uses utils.c and top.c.
gdb/.Sanitize
gdb/ChangeLog
gdb/Makefile.in
gdb/top.c [new file with mode: 0644]
gdb/top.h [new file with mode: 0644]
This page took 0.02576 seconds and 4 git commands to generate.