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/spu-linux.mh | |
parent | f040079fa2855244f39a6a39d6f03a4e80128d6d (diff) | |
download | gdb-13da1c9782f523debe697aa1415b7b4f96fe4f93.zip gdb-13da1c9782f523debe697aa1415b7b4f96fe4f93.tar.gz gdb-13da1c9782f523debe697aa1415b7b4f96fe4f93.tar.bz2 |
Move common linux procfs code to common/
Diffstat (limited to 'gdb/config/powerpc/spu-linux.mh')
-rw-r--r-- | gdb/config/powerpc/spu-linux.mh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/config/powerpc/spu-linux.mh b/gdb/config/powerpc/spu-linux.mh index 068d294..f6e7396 100644 --- a/gdb/config/powerpc/spu-linux.mh +++ b/gdb/config/powerpc/spu-linux.mh @@ -3,5 +3,6 @@ # This implements a 'pseudo-native' GDB running on the # PPU side of the Cell BE and debugging the SPU side. -NATDEPFILES = spu-linux-nat.o fork-child.o inf-ptrace.o +NATDEPFILES = spu-linux-nat.o fork-child.o inf-ptrace.o \ + linux-procfs.o |