diff options
Diffstat (limited to 'gdb/config/powerpc/spu-linux.mh')
-rw-r--r-- | gdb/config/powerpc/spu-linux.mh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/config/powerpc/spu-linux.mh b/gdb/config/powerpc/spu-linux.mh index d44aeeb..9205b62 100644 --- a/gdb/config/powerpc/spu-linux.mh +++ b/gdb/config/powerpc/spu-linux.mh @@ -4,5 +4,5 @@ # PPU side of the Cell BE and debugging the SPU side. NATDEPFILES = spu-linux-nat.o fork-child.o inf-ptrace.o \ - linux-procfs.o linux-ptrace.o linux-waitpid.o linux-personality.o - + linux-procfs.o linux-ptrace.o linux-waitpid.o \ + linux-personality.o linux-namespaces.o |