diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-06-03 17:25:08 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-06-03 17:25:08 +0000 |
commit | 172559ec3375efe6c3964670fe22c38255ee4280 (patch) | |
tree | 8710c74973c967fd13ff031591b0509a469e5e14 /gdb/.Sanitize | |
parent | 4ee3b9beb15795d9aa63456e0860ef9006ba8e5e (diff) | |
download | gdb-172559ec3375efe6c3964670fe22c38255ee4280.zip gdb-172559ec3375efe6c3964670fe22c38255ee4280.tar.gz gdb-172559ec3375efe6c3964670fe22c38255ee4280.tar.bz2 |
* 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.
Diffstat (limited to 'gdb/.Sanitize')
-rw-r--r-- | gdb/.Sanitize | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/.Sanitize b/gdb/.Sanitize index 7475b5e..d72f5bd 100644 --- a/gdb/.Sanitize +++ b/gdb/.Sanitize @@ -293,6 +293,8 @@ terminal.h testsuite thread.c thread.h +top.c +top.h typeprint.c typeprint.h ultra3-nat.c |