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
This commit is contained in:
Randall Stewart
2010-02-20 17:29:27 +00:00
parent 7198148c8e
commit 7e1f32462d
5 changed files with 28 additions and 18 deletions
-4
View File
@@ -21,10 +21,6 @@ SUBDIR= ${_binutils} \
sort \
${_texinfo}
.if ${MACHINE_ARCH} == "mips"
MK_GDB=no # not yet
.endif
.if ${MK_CXX} != "no"
_gperf= gperf
.if ${MK_GROFF} != "no"