mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 10:12:21 +08:00
* Makefile.in: Add info for paread.o.
* config/hppahpux.mh: Add paread.o to NATDEPFILES.
This commit is contained in:
@ -1,5 +1,8 @@
|
|||||||
Sat Jan 9 19:59:33 1993 Stu Grossman (grossman at cygnus.com)
|
Sat Jan 9 19:59:33 1993 Stu Grossman (grossman at cygnus.com)
|
||||||
|
|
||||||
|
* Makefile.in: Add info for paread.o.
|
||||||
|
* config/hppahpux.mh: Add paread.o to NATDEPFILES.
|
||||||
|
|
||||||
* blockframe.c (frameless_look_for_prologue): Correct the
|
* blockframe.c (frameless_look_for_prologue): Correct the
|
||||||
comment.
|
comment.
|
||||||
* gdbtypes.h, gdbtypes.c: Use const in decl of
|
* gdbtypes.h, gdbtypes.c: Use const in decl of
|
||||||
|
@ -3,6 +3,6 @@ TERMCAP = -lcurses
|
|||||||
XDEPFILES=
|
XDEPFILES=
|
||||||
XM_FILE= xm-hppah.h
|
XM_FILE= xm-hppah.h
|
||||||
NAT_FILE= nm-hppah.h
|
NAT_FILE= nm-hppah.h
|
||||||
NATDEPFILES= hppah-nat.o coredep.o corelow.o inftarg.o fork-child.o
|
NATDEPFILES= hppah-nat.o coredep.o corelow.o inftarg.o fork-child.o paread.o
|
||||||
REGEX=regex.o
|
REGEX=regex.o
|
||||||
REGEX1=regex.o
|
REGEX1=regex.o
|
||||||
|
Reference in New Issue
Block a user