[Bug binutils/10263] objdump does not disassemble ARM code entered with .word directives

2021-08-09 Thread contact at 200iso dot fr
https://sourceware.org/bugzilla/show_bug.cgi?id=10263 contact at 200iso dot fr changed: What|Removed |Added CC||contact at 200iso dot fr --

[Bug binutils/10263] objdump does not disassemble ARM code entered with .word directives

2009-06-15 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2009-06-15 11:39 --- Hi Mikael, Ok - I have checked the patch in along with the changelog entries below. Cheers Nick include/ChangeLog 2009-06-15 Nick Clifton * dis-asm.h (struct disassemble_info): New value for the

[Bug binutils/10263] objdump does not disassemble ARM code entered with .word directives

2009-06-15 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-06-15 11:37 --- Subject: Bug 10263 CVSROOT:/cvs/src Module name:src Changes by: ni...@sourceware.org2009-06-15 11:37:26 Modified files: include: ChangeLog dis-asm.h opcodes

[Bug binutils/10263] objdump does not disassemble ARM code entered with .word directives

2009-06-13 Thread mikpe at it dot uu dot se
--- Additional Comments From mikpe at it dot uu dot se 2009-06-13 21:31 --- Nick, (In reply to comment #4) > Hi Mike, > > I was thinking about this problem last night and it occurred to me that > there > is a simpler solution. Rather than adding a new pseudo-op to the assembler >

[Bug binutils/10263] objdump does not disassemble ARM code entered with .word directives

2009-06-13 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2009-06-13 07:28 --- Hi Mike, I was thinking about this problem last night and it occurred to me that there is a simpler solution. Rather than adding a new pseudo-op to the assembler why not just have the disassembler's -D command

[Bug binutils/10263] objdump does not disassemble ARM code entered with .word directives

2009-06-13 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2009-06-13 07:23 --- Created an attachment (id=3993) --> (http://sourceware.org/bugzilla/attachment.cgi?id=3993&action=view) Pass -D switch on to disassembler backends -- http://sourceware.org/bugzilla/show_bug.cgi?id=10263

[Bug binutils/10263] objdump does not disassemble ARM code entered with .word directives

2009-06-12 Thread mikpe at it dot uu dot se
--- Additional Comments From mikpe at it dot uu dot se 2009-06-12 15:31 --- Nick, (In reply to comment #1) > > mov r0, r1 > > .word 0xe1a1 > > bx lr > > >0: e1a1mov r0, r1 > >4: e1a1.word 0xe1a1 > >

[Bug binutils/10263] objdump does not disassemble ARM code entered with .word directives

2009-06-12 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2009-06-12 12:22 --- Subject: Re: New: objdump does not disassemble ARM code entered with .word directives Hi Mike, > It used to be possible to enter instructions with .word directives and then > disassemble them with objdump -d, b