Note two shortcomings of GDB on MIPS that should be addressed.

This commit is contained in:
Juli Mallett 2012-03-13 04:50:41 +00:00
parent f4bbc13ba6
commit 07257b7e1c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=232910
2 changed files with 5 additions and 0 deletions

View File

@ -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)

View File

@ -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