From aea1dfe9df09f5b245dbf63a8002ba662f8b5d2a Mon Sep 17 00:00:00 2001 From: jmallett Date: Tue, 13 Mar 2012 04:50:41 +0000 Subject: Note two shortcomings of GDB on MIPS that should be addressed. --- gnu/usr.bin/gdb/arch/mips/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gnu/usr.bin/gdb/arch/mips') diff --git a/gnu/usr.bin/gdb/arch/mips/Makefile b/gnu/usr.bin/gdb/arch/mips/Makefile index a6d4d9e..24e9cfc 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 -- cgit v1.1