diff options
author | Luis Machado <luisgpm@br.ibm.com> | 2011-08-24 12:07:28 +0000 |
---|---|---|
committer | Luis Machado <luisgpm@br.ibm.com> | 2011-08-24 12:07:28 +0000 |
commit | 13da1c9782f523debe697aa1415b7b4f96fe4f93 (patch) | |
tree | 0cc8eb2413196e9f8c4af3cb2e4e1d7f0524add3 /gdb/config/powerpc/linux.mh | |
parent | f040079fa2855244f39a6a39d6f03a4e80128d6d (diff) | |
download | binutils-gdb-13da1c9782f523debe697aa1415b7b4f96fe4f93.tar.gz |
Move common linux procfs code to common/
Diffstat (limited to 'gdb/config/powerpc/linux.mh')
-rw-r--r-- | gdb/config/powerpc/linux.mh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/powerpc/linux.mh b/gdb/config/powerpc/linux.mh index 49fac1d5c12..0ae93681f4a 100644 --- a/gdb/config/powerpc/linux.mh +++ b/gdb/config/powerpc/linux.mh @@ -5,7 +5,7 @@ XM_CLIBS= NAT_FILE= config/nm-linux.h NATDEPFILES= inf-ptrace.o fork-child.o \ ppc-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) |