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: [PATCH] Use bfd_vma for bfd addresses.


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?  A test case for this would
be nice if there isn't one already.

> 2006-11-07  Thiemo Seufer  <ths@mips.com>
> 
> 	* sim-base.h (text_start, text_end, start_addr): Use bfd_vma type
> 	for bfd text addresses.

OK.

-- 
Daniel Jacobowitz
CodeSourcery


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