From: John Gilmore Date: Fri, 22 Nov 1991 07:49:53 +0000 (+0000) Subject: Roll new files into various lists. X-Git-Tag: gdb-4_18~22926 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3cb0d72dbf60e81ab8316aa3835adf64300fb6cd;p=platform%2Fupstream%2Fbinutils.git Roll new files into various lists. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index c5625d5..145fe42 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -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) * dwarfread.c (struct_type): Must initialize the c++ specific diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 5705ba2..b812cc8 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -192,25 +192,24 @@ SFILES_STAND = $(SFILES) standalone.c SFILES_KGDB = $(SFILES) stuff.c kdb-start.c # 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 \ ieee-float.h inferior.h minimon.h \ signals.h signame.h symfile.h symtab.h \ - target.h terminal.h tm-68k.h tm-i960.h tm-sunos.h \ - language.h parser-defs.h value.h + target.h terminal.h tm-68k.h tm-i960.h tm-sunos.h tm-svr4.h \ + xm-m68k.h xm-svr4.h language.h parser-defs.h value.h # Header files for machine opcode tables. # when OPCODE_DIR changes to ../include, remove the whole $(OPCODES) -# business, since they will be included in the separate includes tar file -# rather than in the gdb tar file. +# business, since they will be put into the GDB release files by somebody else. 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)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)mips-opcode.h $(OPCODE_DIR)am29k-opcode.h \ - $(OPCODE_DIR)arm-opcode.h $(OPCODE_DIR)m88k-opcode.h \ - $(OPCODE_DIR)tahoe-opcode.h + $(OPCODE_DIR)mips-opcode.h $(OPCODE_DIR)am29k-opcode.h \ + $(OPCODE_DIR)arm-opcode.h $(OPCODE_DIR)m88k-opcode.h \ + $(OPCODE_DIR)tahoe-opcode.h $(OPCODE_DIR)rs6k-opcode.h 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 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 \ .gdbinit COPYING $(YYFILES) \ copying.c Convex.notes copying.awk \