aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/gdb/arch/mips/Makefile
diff options
context:
space:
mode:
authorRandall Stewart <rrs@FreeBSD.org>2010-02-20 17:29:27 +0000
committerRandall Stewart <rrs@FreeBSD.org>2010-02-20 17:29:27 +0000
commit7e1f32462db5bcfebc89ca998eb2f7d051993241 (patch)
treec0b4a569796d9fa61d54eb5c7fe7b63d4dd8cdce /gnu/usr.bin/gdb/arch/mips/Makefile
parent7198148c8ee8bf77b93cb3a30161cbbaa9452682 (diff)
downloadsrc-7e1f32462db5bcfebc89ca998eb2f7d051993241.tar.gz
src-7e1f32462db5bcfebc89ca998eb2f7d051993241.zip
These contain JC's patch to get gdb sort of working
on mips. Its not fully done yet but its a start. Obtained from: JC - c.jayachandran@gmail.com M gnu/usr.bin/gdb/kgdb/trgt_mips.c M gnu/usr.bin/gdb/arch/mips/init.c M gnu/usr.bin/gdb/arch/mips/Makefile M gnu/usr.bin/Makefile M contrib/gdb/gdb/mips-tdep.h
Notes
Notes: svn path=/head/; revision=204138
Diffstat (limited to 'gnu/usr.bin/gdb/arch/mips/Makefile')
-rw-r--r--gnu/usr.bin/gdb/arch/mips/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/gdb/arch/mips/Makefile b/gnu/usr.bin/gdb/arch/mips/Makefile
index ff05421faecd..54180d957151 100644
--- a/gnu/usr.bin/gdb/arch/mips/Makefile
+++ b/gnu/usr.bin/gdb/arch/mips/Makefile
@@ -1,10 +1,10 @@
# $FreeBSD$
.if !defined(GDB_CROSS_DEBUGGER)
-LIBSRCS+= mips-nat.c mips-nat.c mipsfbsd-nat.c
+LIBSRCS+= mipsfbsd-nat.c
.endif
LIBSRCS+= solib.c solib-svr4.c
-LIBSRCS+= mips-tdep.c mipsfbsd-tdep.c
+LIBSRCS+= mips-tdep.c mipsfbsd-tdep.c fbsd-proc.c
nm.h:
echo '#include "mips/nm-fbsd.h"' > ${.TARGET}