summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/gdb/arch/mips/Makefile
diff options
context:
space:
mode:
authorrrs <rrs@FreeBSD.org>2010-02-20 17:29:27 +0000
committerrrs <rrs@FreeBSD.org>2010-02-20 17:29:27 +0000
commit05a9cdef84b57c849b3d46cc3396c5bc985b02f4 (patch)
treec0b4a569796d9fa61d54eb5c7fe7b63d4dd8cdce /gnu/usr.bin/gdb/arch/mips/Makefile
parentb41b03a2e00f8a2bc31f957f52bd31365caa5f32 (diff)
downloadFreeBSD-src-05a9cdef84b57c849b3d46cc3396c5bc985b02f4.zip
FreeBSD-src-05a9cdef84b57c849b3d46cc3396c5bc985b02f4.tar.gz
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
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 ff05421..54180d9 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}
OpenPOWER on IntegriCloud