This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH] Use bfd_vma for bfd addresses.
Daniel Jacobowitz wrote:
> On Tue, Nov 07, 2006 at 01:17:22PM +0000, Thiemo Seufer wrote:
> > Hello All,
> >
> > the appended patch uses bfd_vma instead of SIM_ADDR for bfd addresses.
> > This prevents breaking the sign extension of addresses on mips.
> >
> > Ok to apply?
>
> What's the difference - is SIM_ADDR 32-bit?
Yes.
> A test case for this would be nice if there isn't one already.
I'll see what I can come up with.
Thiemo