mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-11 14:14:23 +00:00
Roll new files into various lists.
This commit is contained in:
parent
a3a063a9c3
commit
3cb0d72dbf
@ -1,3 +1,7 @@
|
|||||||
|
Thu Nov 21 23:48:56 1991 John Gilmore (gnu at cygnus.com)
|
||||||
|
|
||||||
|
* Makefile.in: Roll new files into various lists.
|
||||||
|
|
||||||
Thu Nov 21 18:26:11 1991 Fred Fish (fnf at cygnus.com)
|
Thu Nov 21 18:26:11 1991 Fred Fish (fnf at cygnus.com)
|
||||||
|
|
||||||
* dwarfread.c (struct_type): Must initialize the c++ specific
|
* dwarfread.c (struct_type): Must initialize the c++ specific
|
||||||
|
@ -192,25 +192,24 @@ SFILES_STAND = $(SFILES) standalone.c
|
|||||||
SFILES_KGDB = $(SFILES) stuff.c kdb-start.c
|
SFILES_KGDB = $(SFILES) stuff.c kdb-start.c
|
||||||
|
|
||||||
# Header files that are not named in config/* Makefile fragments go here.
|
# Header files that are not named in config/* Makefile fragments go here.
|
||||||
HFILES= breakpoint.h command.h defs.h environ.h \
|
HFILES= breakpoint.h buildsym.h command.h defs.h environ.h \
|
||||||
expression.h frame.h gdbcmd.h gdbcore.h \
|
expression.h frame.h gdbcmd.h gdbcore.h \
|
||||||
ieee-float.h inferior.h minimon.h \
|
ieee-float.h inferior.h minimon.h \
|
||||||
signals.h signame.h symfile.h symtab.h \
|
signals.h signame.h symfile.h symtab.h \
|
||||||
target.h terminal.h tm-68k.h tm-i960.h tm-sunos.h \
|
target.h terminal.h tm-68k.h tm-i960.h tm-sunos.h tm-svr4.h \
|
||||||
language.h parser-defs.h value.h
|
xm-m68k.h xm-svr4.h language.h parser-defs.h value.h
|
||||||
|
|
||||||
# Header files for machine opcode tables.
|
# Header files for machine opcode tables.
|
||||||
# when OPCODE_DIR changes to ../include, remove the whole $(OPCODES)
|
# when OPCODE_DIR changes to ../include, remove the whole $(OPCODES)
|
||||||
# business, since they will be included in the separate includes tar file
|
# business, since they will be put into the GDB release files by somebody else.
|
||||||
# rather than in the gdb tar file.
|
|
||||||
OPCODE_DIR =
|
OPCODE_DIR =
|
||||||
OPCODES = $(OPCODE_DIR)pn-opcode.h $(OPCODE_DIR)np1-opcode.h \
|
OPCODES = $(OPCODE_DIR)pn-opcode.h $(OPCODE_DIR)np1-opcode.h \
|
||||||
$(OPCODE_DIR)sparc-opcode.h $(OPCODE_DIR)vax-opcode.h \
|
$(OPCODE_DIR)sparc-opcode.h $(OPCODE_DIR)vax-opcode.h \
|
||||||
$(OPCODE_DIR)m68k-opcode.h $(OPCODE_DIR)ns32k-opcode.h \
|
$(OPCODE_DIR)m68k-opcode.h $(OPCODE_DIR)ns32k-opcode.h \
|
||||||
$(OPCODE_DIR)convx-opcode.h $(OPCODE_DIR)pyr-opcode.h \
|
$(OPCODE_DIR)convx-opcode.h $(OPCODE_DIR)pyr-opcode.h \
|
||||||
$(OPCODE_DIR)mips-opcode.h $(OPCODE_DIR)am29k-opcode.h \
|
$(OPCODE_DIR)mips-opcode.h $(OPCODE_DIR)am29k-opcode.h \
|
||||||
$(OPCODE_DIR)arm-opcode.h $(OPCODE_DIR)m88k-opcode.h \
|
$(OPCODE_DIR)arm-opcode.h $(OPCODE_DIR)m88k-opcode.h \
|
||||||
$(OPCODE_DIR)tahoe-opcode.h
|
$(OPCODE_DIR)tahoe-opcode.h $(OPCODE_DIR)rs6k-opcode.h
|
||||||
|
|
||||||
REMOTE_EXAMPLES = m68k-stub.c i386-stub.c rem-multi.shar
|
REMOTE_EXAMPLES = m68k-stub.c i386-stub.c rem-multi.shar
|
||||||
|
|
||||||
@ -223,7 +222,7 @@ POSSLIBS = $(POSSLIBS_MAINDIR)
|
|||||||
TESTS = testbpt.c testfun.c testrec.c testreg.c testregs.c
|
TESTS = testbpt.c testfun.c testrec.c testreg.c testregs.c
|
||||||
|
|
||||||
OTHERS = Makefile.in depend alldeps.mak createtags munch configure.in \
|
OTHERS = Makefile.in depend alldeps.mak createtags munch configure.in \
|
||||||
ChangeLog ChangeLog-3.x refcard.ps \
|
ChangeLog ChangeLog-3.x gdb.1 refcard.ps \
|
||||||
README TODO TAGS WHATS.NEW Projects \
|
README TODO TAGS WHATS.NEW Projects \
|
||||||
.gdbinit COPYING $(YYFILES) \
|
.gdbinit COPYING $(YYFILES) \
|
||||||
copying.c Convex.notes copying.awk \
|
copying.c Convex.notes copying.awk \
|
||||||
|
Loading…
Reference in New Issue
Block a user