mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 21:19:54 +00:00
* Makefile.in: Add info for paread.o.
* config/hppahpux.mh: Add paread.o to NATDEPFILES.
This commit is contained in:
parent
a8ba7cc6b1
commit
78205fb620
@ -1,5 +1,8 @@
|
||||
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
|
||||
comment.
|
||||
* gdbtypes.h, gdbtypes.c: Use const in decl of
|
||||
|
@ -3,6 +3,6 @@ TERMCAP = -lcurses
|
||||
XDEPFILES=
|
||||
XM_FILE= xm-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
|
||||
REGEX1=regex.o
|
||||
|
Loading…
Reference in New Issue
Block a user