aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--contrib/gdb/gdb/mipsfbsd-tdep.c2
-rw-r--r--gnu/usr.bin/gdb/arch/mips/Makefile3
2 files changed, 5 insertions, 0 deletions
diff --git a/contrib/gdb/gdb/mipsfbsd-tdep.c b/contrib/gdb/gdb/mipsfbsd-tdep.c
index 06b01668a71d..f1b49711eb82 100644
--- a/contrib/gdb/gdb/mipsfbsd-tdep.c
+++ b/contrib/gdb/gdb/mipsfbsd-tdep.c
@@ -205,6 +205,8 @@ static struct core_fns mipsfbsd_elfcore_fns =
* 0x7ffeffec sigcode -> 44 bytes
*
* 0x7ffeffc4 sigcode end env strings etc start
+ *
+ * XXX This is out-of-date and varies by ABI.
*/
#define MIPS_FBSD_SIGTRAMP_START (0x7ffeffc4)
#define MIPS_FBSD_SIGTRAMP_END (0x7ffeffec)
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