ARM $d mapping symbol support for objdump
Paul Brook
paul@codesourcery.com
Wed Nov 15 17:37:00 GMT 2006
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
More information about the Binutils
mailing list