public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* opcodes/arm-opc.h comment error?
@ 2004-07-09  9:34 Elvis Chiang
  2004-07-13 16:28 ` Nick Clifton
  0 siblings, 1 reply; 2+ messages in thread
From: Elvis Chiang @ 2004-07-09  9:34 UTC (permalink / raw)
  To: binutils

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: opcodes/arm-opc.h comment error?
  2004-07-09  9:34 opcodes/arm-opc.h comment error? Elvis Chiang
@ 2004-07-13 16:28 ` Nick Clifton
  0 siblings, 0 replies; 2+ messages in thread
From: Nick Clifton @ 2004-07-13 16:28 UTC (permalink / raw)
  To: Elvis Chiang; +Cc: binutils

Hi Elvis,

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

You are correct - I have applied this change and created a ChangeLog 
entry to document it.

opcodes/ChangeLog
2004-07-13  Elvis Chiang  <elvisfb@gmail.com>

	* arm-opc.h: Fix typo in comment.

Cheers
   Nick


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-07-13 16:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-07-09  9:34 opcodes/arm-opc.h comment error? Elvis Chiang
2004-07-13 16:28 ` Nick Clifton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).