| Index: gdb/config/ia64/linux.mh
|
| diff --git a/gdb/config/ia64/linux.mh b/gdb/config/ia64/linux.mh
|
| index 5114899114a6e9490a6b8dbe900244bcd4b35247..1a4c68e093769234b79e3040ed15baf8978d15d2 100644
|
| --- a/gdb/config/ia64/linux.mh
|
| +++ b/gdb/config/ia64/linux.mh
|
| @@ -1,11 +1,11 @@
|
| # Host: Intel IA-64 running GNU/Linux
|
|
|
| NAT_FILE= config/nm-linux.h
|
| -NATDEPFILES= inf-ptrace.o fork-child.o corelow.o \
|
| +NATDEPFILES= inf-ptrace.o fork-child.o \
|
| core-regset.o ia64-linux-nat.o \
|
| proc-service.o linux-thread-db.o \
|
| linux-nat.o linux-osdata.o linux-fork.o \
|
| - linux-procfs.o
|
| + linux-procfs.o linux-ptrace.o
|
| NAT_CDEPS = $(srcdir)/proc-service.list
|
|
|
| LOADLIBES = -ldl $(RDYNAMIC)
|
|
|