[Bug binutils/3134] objdump incompletely decodes mov disp:32 instruction

2008-02-27 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2008-02-27 12:39 --- Hi Markus, Thanks for the patch - it works, but it introduces new failures into the gas h8300 specific tests because it changes the default encoding for that instruction. (To the version without the top bit

[Bug binutils/3134] objdump incompletely decodes mov disp:32 instruction

2008-02-27 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2008-02-27 12:37 --- Created an attachment (id=2294) -- (http://sourceware.org/bugzilla/attachment.cgi?id=2294action=view) Add extra encoding + new gas test -- http://sourceware.org/bugzilla/show_bug.cgi?id=3134 --- You are

[Bug binutils/3134] objdump incompletely decodes mov disp:32 instruction

2008-02-22 Thread markus+sw at gyger dot org
--- Additional Comments From markus+sw at gyger dot org 2008-02-22 17:41 --- Close -- 18 lines up removing B31 works. Thanks, Denis! --- binutils-2.16.1/include/opcode/h8300.h.orig Thu Mar 3 11:58:09 2005 +++ binutils-2.16.1/include/opcode/h8300.h Fri Feb 22 17:31:04 2008 @@

[Bug binutils/3134] objdump incompletely decodes mov disp:32 instruction

2006-08-25 Thread markus+sw at gyger dot org
--- Additional Comments From markus+sw at gyger dot org 2006-08-25 17:14 --- Created an attachment (id=1251) -- (http://sourceware.org/bugzilla/attachment.cgi?id=1251action=view) Assembler example to create both documented mov disp:32 encodings --