* configure.tgt (mips*-*-elf): New; just like mips*-*-*, but

with remote-mips.o added to gdb_target_obs.
	* Makefile.in (ALL_TARGET_OBS): Add remote-mips.o.
This commit is contained in:
Kevin Buettner 2011-01-24 21:34:19 +00:00
parent a491d753e8
commit 314d366acd
3 changed files with 12 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2011-01-24 Kevin Buettner <kevinb@redhat.com>
* configure.tgt (mips*-*-elf): New; just like mips*-*-*, but
with remote-mips.o added to gdb_target_obs.
* Makefile.in (ALL_TARGET_OBS): Add remote-mips.o.
2011-01-24 Pedro Alves <pedro@codesourcery.com>
* ada-valprint.c (val_print_packed_array_elements): Pass the

View File

@ -554,7 +554,7 @@ ALL_TARGET_OBS = \
solib-frv.o solib-irix.o solib-svr4.o solib-target.o \
solib-som.o solib-pa64.o solib-darwin.o \
dbug-rom.o dink32-rom.o ppcbug-rom.o m32r-rom.o dsrec.o monitor.o \
remote-m32r-sdi.o \
remote-m32r-sdi.o remote-mips.o \
xcoffread.o \
symfile-mem.o \
corelow.o \

View File

@ -371,6 +371,11 @@ mips64*-*-openbsd*)
gdb_target_obs="mips-tdep.o mips64obsd-tdep.o \
corelow.o solib.o solib-svr4.o"
;;
mips*-*-elf)
# Target: MIPS ELF
gdb_target_obs="mips-tdep.o remote-mips.o"
gdb_sim=../sim/mips/libsim.a
;;
mips*-*-*)
# Target: MIPS
gdb_target_obs="mips-tdep.o"