This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [rfc] Remove current_gdbarch register handling from symbol readers
- From: Eli Zaretskii <eliz at gnu dot org>
- To: Ulrich Weigand <uweigand at de dot ibm dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Wed, 20 May 2009 20:41:48 +0300
- Subject: Re: [rfc] Remove current_gdbarch register handling from symbol readers
- References: <200905201503.n4KF3ofO011061@d12av02.megacenter.de.ibm.com>
- Reply-to: Eli Zaretskii <eliz at gnu dot org>
> Date: Wed, 20 May 2009 17:03:50 +0200 (CEST)
> From: "Ulrich Weigand" <uweigand@de.ibm.com>
>
> this patch removes most of the remaining instances of current_gdbarch
> from the symbol readers.
Thanks.
> Tested on powerpc64-linux and amd64-linux (also with stabs).
What about the COFF related parts? were they tested?
I recently found a few places where COFF support suffered some serious
bitrot, and I think that's because it is not tested enough. Is there
some Posix platform that supports COFF, and where we could run the
test suite?