This is the mail archive of the gdb@sources.redhat.com 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: Fixing Linux/SPARC


> On Wed, Oct 17, 2001 at 04:07:52PM +0200, Mark Kettenis wrote:
> 
>> Hi Dan & other interested folks,
>> 
>> Something like the code below (completely untested, probably doesn't
>> even compile) is needed to fix Linux/SPARC.
> 
> 
> Compiles, after fixing the obvious typos.  I'm going to commit it to
> the mainline as obvious, since it takes Linux/SPARC from not-building
> to building; test results are abysmal, though.  It looks as if we can't
> figure out the memory location variables are stored at correctly. 
> They're being accessed in the unmapped 0x90000000 segment instead of
> 0x70000000, and not even at the right offsets.  I'll look in to it more
> later.

Dan, can you please replace the calls to read_register_gen() with 
regcache_collect().

Andrew



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