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: Remove old WinCE support.


On Thu, Mar 29, 2007 at 03:44:31AM +0100, Pedro Alves wrote:
> Note: Completely untested.  Too late for that today - will try tomorrow,
> but it should be pretty obvious.

It looks fine, but I'd like at least a minimal amount of testing.
Maybe build a couple of cross GDBs and test that they aren't
completely broken.

Could you also add an obsolete stanza in configure.tgt, like the one
in bfd/config.bfd?

case $target in
  mips*-*-pe | \
  sh*-*-pe | \
  null)
    echo "*** Configuration $target is obsolete." >&2
    echo "*** Support has been REMOVED." >&2
    exit 1
    ;;
esac


-- 
Daniel Jacobowitz
CodeSourcery


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