This is the mail archive of the binutils@sourceware.org mailing list for the binutils 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: ARM $d mapping symbol support for objdump


On Wednesday 15 November 2006 14:36, Daniel Jacobowitz wrote:
> On Wed, Nov 15, 2006 at 09:57:14AM +0000, Richard Earnshaw wrote:
> > This is OK.  My one minor question is if the disassembly part should use
> > WORD/SHORT/BYTE type prefixes, eg
> >
> > 	<foo> 00000000        .word 00000000
> > rather than
> > 	<foo> 00000000        00000000
>
> I'll wait a bit and see if anyone has an opinion on this :-)  I don't
> have any preference.

I prefer the .word version.

I'm not sure if the disassembler understands BE8 mode, but when we do this 
should make it clear that the value is in BE(data) order, not LE(code) order.

Paul


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