From 13da1c9782f523debe697aa1415b7b4f96fe4f93 Mon Sep 17 00:00:00 2001 From: Luis Machado Date: Wed, 24 Aug 2011 12:07:28 +0000 Subject: Move common linux procfs code to common/ --- gdb/config/arm/linux.mh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/config/arm') diff --git a/gdb/config/arm/linux.mh b/gdb/config/arm/linux.mh index c5e93f3..78918d2 100644 --- a/gdb/config/arm/linux.mh +++ b/gdb/config/arm/linux.mh @@ -3,7 +3,7 @@ NAT_FILE= config/nm-linux.h NATDEPFILES= inf-ptrace.o fork-child.o arm-linux-nat.o \ proc-service.o linux-thread-db.o \ - linux-nat.o linux-osdata.o linux-fork.o + linux-nat.o linux-osdata.o linux-fork.o linux-procfs.o NAT_CDEPS = $(srcdir)/proc-service.list LOADLIBES= -ldl $(RDYNAMIC) -- cgit v1.1