aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorJuli Mallett <jmallett@FreeBSD.org>2012-03-13 04:50:41 +0000
committerJuli Mallett <jmallett@FreeBSD.org>2012-03-13 04:50:41 +0000
commit07257b7e1ca983ab60ec79a5e46da878748cca5e (patch)
treeb942873daec6ae29ab6ae5c3e5164ec0e41c681b /gnu
parentf4bbc13ba68521da2eeb55b5e6a0c60d4fa90a4e (diff)
downloadsrc-07257b7e1ca983ab60ec79a5e46da878748cca5e.tar.gz
src-07257b7e1ca983ab60ec79a5e46da878748cca5e.zip
Note two shortcomings of GDB on MIPS that should be addressed.
Notes
Notes: svn path=/head/; revision=232910
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/gdb/arch/mips/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/usr.bin/gdb/arch/mips/Makefile b/gnu/usr.bin/gdb/arch/mips/Makefile
index a6d4d9e14f7b..24e9cfce25e5 100644
--- a/gnu/usr.bin/gdb/arch/mips/Makefile
+++ b/gnu/usr.bin/gdb/arch/mips/Makefile
@@ -1,5 +1,8 @@
# $FreeBSD$
+#
+# XXX Should set DEFAULT_BFD_VEC based on target.
+#
.if !defined(GDB_CROSS_DEBUGGER)
LIBSRCS+= mipsfbsd-nat.c fbsd-threads.c
.endif