mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 13:56:22 +08:00
Remove more refs to removed files.
This commit is contained in:
@ -85,7 +85,6 @@ findvar.c
|
|||||||
frame.h
|
frame.h
|
||||||
gdbcmd.h
|
gdbcmd.h
|
||||||
gdbcore.h
|
gdbcore.h
|
||||||
getpagesize.h
|
|
||||||
gmalloc.c
|
gmalloc.c
|
||||||
gmalloc.h
|
gmalloc.h
|
||||||
gould-pinsn.c
|
gould-pinsn.c
|
||||||
@ -137,8 +136,6 @@ nindy-tdep.c
|
|||||||
np1-opcode.h
|
np1-opcode.h
|
||||||
ns32k-opcode.h
|
ns32k-opcode.h
|
||||||
ns32k-pinsn.c
|
ns32k-pinsn.c
|
||||||
param-no-tm.h
|
|
||||||
param.h
|
|
||||||
parse.c
|
parse.c
|
||||||
parser-defs.h
|
parser-defs.h
|
||||||
pn-opcode.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,
|
* tm-convex.h, tm-hp300hpux.h, tm-merlin.h, tm-sparc.h,
|
||||||
xm-merlin.h: Avoid host include files in target descriptions.
|
xm-merlin.h: Avoid host include files in target descriptions.
|
||||||
* getpagesize.h: Removed, libiberty copes now.
|
* 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
|
* exec.c (exec_files_info): If `verbose' is set, show file offset
|
||||||
as well.
|
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.
|
# Header files that are not named in config/* Makefile fragments go here.
|
||||||
HFILES= breakpoint.h command.h defs.h environ.h \
|
HFILES= breakpoint.h command.h defs.h environ.h \
|
||||||
expression.h frame.h gdbcmd.h gdbcore.h getpagesize.h \
|
expression.h frame.h gdbcmd.h gdbcore.h \
|
||||||
ieee-float.h inferior.h minimon.h param-no-tm.h param.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 \
|
||||||
language.h parser-defs.h value.h
|
language.h parser-defs.h value.h
|
||||||
|
Reference in New Issue
Block a user