This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [05/10] watchpoint.exp: Clean up "mips-idt-*" specific re-initialization.


> Date: Thu, 02 Feb 2012 14:05:51 +0000
> From: Pedro Alves <palves@redhat.com>
> 
> Andrew removes remote-mips.o from embed.mt.  This means that the
> boards in question, which talk the MIPS remote protocol, have been
> undebuggeable/untesteable since this commit, more than 9 years ago.
> We currently only support, in configure.tgt:
> 
> 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"
>         gdb_sim=../sim/mips/libsim.a
>         ;;
> 
> 
> So I think we're pretty safe to zap any left over mips-idt bits immediately
> without going through a deprecation phase.

Agreed


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]