opcodes/arm-opc.h comment error?

Elvis Chiang elvisfb@gmail.com
Fri Jul 9 09:34:00 GMT 2004


Hi All:
  assembler string "%<bitfield>w",
I think it should be upper case one

diff from binutils-2.14-branch to 2.15-branch
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/opcodes/arm-dis.c.diff?cvsroot=src&r1=1.37%3Abinutils-2_15-branch&tr1=1.1&r2=1.32%3Abinutils-2_14-branch&tr2=1.28.14.6&f=u

diff -u -r1.18 arm-opc.h
--- arm-opc.h   18 Feb 2004 16:28:15 -0000      1.18
+++ arm-opc.h   9 Jul 2004 09:32:55 -0000
@@ -35,7 +35,7 @@
    %<bitfield>d                print the bitfield in decimal
    %<bitfield>x                print the bitfield in hex
    %<bitfield>X                print the bitfield as 1 hex digit
without leading "0x"
-   %<bitfield>w         print the bitfield plus one in decimal
+   %<bitfield>W         print the bitfield plus one in decimal
    %<bitfield>r                print as an ARM register
    %<bitfield>f                print a floating point constant if >7 else a
                        floating point register

BR.

    elvis



More information about the Binutils mailing list