Remove more refs to removed files.
This commit is contained in:
parent
3db0634cec
commit
21f62bbd30
3 changed files with 3 additions and 5 deletions
|
@ -85,7 +85,6 @@ findvar.c
|
|||
frame.h
|
||||
gdbcmd.h
|
||||
gdbcore.h
|
||||
getpagesize.h
|
||||
gmalloc.c
|
||||
gmalloc.h
|
||||
gould-pinsn.c
|
||||
|
@ -137,8 +136,6 @@ nindy-tdep.c
|
|||
np1-opcode.h
|
||||
ns32k-opcode.h
|
||||
ns32k-pinsn.c
|
||||
param-no-tm.h
|
||||
param.h
|
||||
parse.c
|
||||
parser-defs.h
|
||||
pn-opcode.h
|
||||
|
|
|
@ -9,6 +9,7 @@ Thu Nov 21 10:23:52 1991 John Gilmore (gnu at cygnus.com)
|
|||
* tm-convex.h, tm-hp300hpux.h, tm-merlin.h, tm-sparc.h,
|
||||
xm-merlin.h: Avoid host include files in target descriptions.
|
||||
* getpagesize.h: Removed, libiberty copes now.
|
||||
* Makefile.in: Remove getpagesize.h, param.h, param-no-tm.h.
|
||||
|
||||
* exec.c (exec_files_info): If `verbose' is set, show file offset
|
||||
as well.
|
||||
|
|
|
@ -193,8 +193,8 @@ 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 \
|
||||
expression.h frame.h gdbcmd.h gdbcore.h getpagesize.h \
|
||||
ieee-float.h inferior.h minimon.h param-no-tm.h param.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
|
||||
|
|
Loading…
Reference in a new issue