This is the mail archive of the gdb@sourceware.cygnus.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]

Re: RDI target broken in 000215 snapshot



> 	o	as soon as GDB encounters a binary
> 		it pokes around the bfd file to determine
> 		the endianess and uses that (provided things
> 		are still auto).

That implies that when I loaded a big-endian file it should have
switched to big-endian.  It didn't seem to -- I'll have to try that
again.

> To the best of my knowledge, no one has seriously investigated how to
> set up an interface where the target determines architectural
> information (such as endianess).

Since 50% of my sample of 2 target interfaces don't correctly report
endianess, it may not be something worth investigating.

> it looks like TARGET_BYTE_ORDER_DEFAULT was changed or added in the
> wrong place.

Now that I know what happened, it's not a big deal.  I can just set it
in .gdbinit.

-- 
Grant Edwards
grante@visi.com

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