* Makefile.in (all): Don't make libgdb-files.

(libgdb): New action, makes libgdb-files.
This commit is contained in:
Stan Shebs 1995-01-13 23:31:57 +00:00
parent b5088d10b5
commit 218d43e52e
2 changed files with 18 additions and 7 deletions

View File

@ -4,18 +4,25 @@ Fri Jan 13 17:52:57 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
accept it was accidental. "handle 0" and "info signal 0" remain accept it was accidental. "handle 0" and "info signal 0" remain
illegal, though. illegal, though.
Fri Jan 13 15:19:01 1995 Stan Shebs <shebs@andros.cygnus.com>
* Makefile.in (all): Don't make libgdb-files.
(libgdb): New action, makes libgdb-files.
Thu Jan 12 21:23:25 1995 Per Bothner <bothner@kalessin.cygnus.com> Thu Jan 12 21:23:25 1995 Per Bothner <bothner@kalessin.cygnus.com>
* stabsread.c (read_enum_type): When pending enum symbols are * stabsread.c (read_enum_type): When pending enum symbols are
put into the enum type, they must be inserted in "backwards put into the enum type, they must be inserted in "backwards
order, in case we've overflowed a struct pending buffer. order, in case we've overflowed a struct pending buffer.
start-sanitize-gdbtk
Thu Jan 12 15:02:40 1995 Stu Grossman (grossman@cygnus.com) Thu Jan 12 15:02:40 1995 Stu Grossman (grossman@cygnus.com)
* gdbtk.c gdbtk.tcl: Update/add copyright. * gdbtk.c, gdbtk.tcl: Update/add copyright.
* gdbtk.tcl (build_framework): Several fixes for filespec widget, * gdbtk.tcl (build_framework): Several fixes for filespec widget,
including dismiss button, and better error handling. including dismiss button, and better error handling.
* (create_command_win): Bind button 2 to retrieve selection. * (create_command_win): Bind button 2 to retrieve selection.
end-sanitize-gdbtk
Thu Jan 12 09:33:24 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) Thu Jan 12 09:33:24 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
@ -62,19 +69,21 @@ Thu Jan 12 09:33:24 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
(_initialize_procfs): Don't add procfs support if we have an (_initialize_procfs): Don't add procfs support if we have an
optional procfs and /proc is not accessible. optional procfs and /proc is not accessible.
start-sanitize-gdbtk
Wed Jan 11 17:06:55 1995 Stu Grossman (grossman@cygnus.com) Wed Jan 11 17:06:55 1995 Stu Grossman (grossman@cygnus.com)
* gdbtk.tcl: Add button to control mixed source disassembly. * gdbtk.tcl: Add button to control mixed source disassembly.
* Use text widgets in expr window. The give me more control over Use text widgets in expr window. The give me more control over
layout. layout.
* Add auto-updating of exprs in expression window. Add auto-updating of exprs in expression window.
* Handle expressions out of scope a bit better. Handle expressions out of scope a bit better.
* Make selected window pop up to the top when invoked via the Make selected window pop up to the top when invoked via the
menubar. menubar.
* Make copyright message have raised relief. Make copyright message have raised relief.
* gdbtk.c (gdbtk_init): Improve handling for errors in gdbtk.tcl * gdbtk.c (gdbtk_init): Improve handling for errors in gdbtk.tcl
during startup. during startup.
end-sanitize-gdbtk
Wed Jan 11 17:53:26 1995 Rob Savoye <rob@darkstar.cygnus.com> Wed Jan 11 17:53:26 1995 Rob Savoye <rob@darkstar.cygnus.com>

View File

@ -475,7 +475,7 @@ DISTSTUFF = $(YYFILES)
.c.o: .c.o:
$(CC) -c $(INTERNAL_CFLAGS) $< $(CC) -c $(INTERNAL_CFLAGS) $<
all: gdb libgdb-files $(LIBGDB_OBS) all: gdb
@$(MAKE) $(FLAGS_TO_PASS) DO=all "DODIRS=`echo $(SUBDIRS) | sed 's/testsuite//'`" subdir_do @$(MAKE) $(FLAGS_TO_PASS) DO=all "DODIRS=`echo $(SUBDIRS) | sed 's/testsuite//'`" subdir_do
installcheck: installcheck:
@ -585,6 +585,8 @@ gdb: $(OBS) $(TSOBS) $(ADD_DEPS) $(CDEPS) init.o
nlm: force nlm: force
rootme=`pwd`; export rootme; $(MAKE) $(TARGET_FLAGS_TO_PASS) DO=all DODIRS=nlm subdir_do rootme=`pwd`; export rootme; $(MAKE) $(TARGET_FLAGS_TO_PASS) DO=all DODIRS=nlm subdir_do
libgdb: libgdb-files $(LIBGDB_OBS)
# libproc is not listed here because all-libproc is a dependency of all-gui, # libproc is not listed here because all-libproc is a dependency of all-gui,
# not all-gdb, and thus might be built after us. # not all-gdb, and thus might be built after us.
LIBGDBDEPS=$(COMMON_OBS) $(LIBGDB_OBS) $(TSOBS) $(ADD_DEPS) $(CDEPS) init.o LIBGDBDEPS=$(COMMON_OBS) $(LIBGDB_OBS) $(TSOBS) $(ADD_DEPS) $(CDEPS) init.o