This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [1/3] Remove gdbarch-swapping of remote_address_masked
- From: Joel Brobecker <brobecker at adacore dot com>
- To: Ulrich Weigand <uweigand at de dot ibm dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Wed, 13 Jun 2007 12:03:08 -0700
- Subject: Re: [1/3] Remove gdbarch-swapping of remote_address_masked
- References: <200706082322.l58NMZAD019415@d12av02.megacenter.de.ibm.com>
Ulrich,
> -static void
> -build_remote_gdbarch_data (void)
> -{
> - remote_address_size = TARGET_ADDR_BIT;
> -}
> -
I just noticed by accident that there is a declaration of this
function that should be removed as well:
static void build_remote_gdbarch_data (void);
Cheers,
--
Joel