From: H.J. Lu Date: Fri, 2 Feb 2007 22:54:50 +0000 (+0000) Subject: 2007-02-02 H.J. Lu X-Git-Tag: drow-reverse-20070409-branchpoint~617 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c4f5c3d74c9a860cf1c762e2deb906212a71864c;p=platform%2Fupstream%2Fbinutils.git 2007-02-02 H.J. Lu * avr-dis.c (avr_operand): Correct PR number in comment. --- diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index d35d160..532e38f 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,5 +1,9 @@ 2007-02-02 H.J. Lu + * avr-dis.c (avr_operand): Correct PR number in comment. + +2007-02-02 H.J. Lu + * disassemble.c (disassembler_usage): Call print_i386_disassembler_options for i386 disassembler. diff --git a/opcodes/avr-dis.c b/opcodes/avr-dis.c index 7e792c9..0a2bd36 100644 --- a/opcodes/avr-dis.c +++ b/opcodes/avr-dis.c @@ -140,7 +140,7 @@ avr_operand (unsigned int insn, unsigned int insn2, unsigned int pc, int constra case 'h': *sym = 1; *sym_addr = ((((insn & 1) | ((insn & 0x1f0) >> 3)) << 16) | insn2) * 2; - /* See PR binutils/2545. Ideally we would like to display the hex + /* See PR binutils/2454. Ideally we would like to display the hex value of the address only once, but this would mean recoding objdump_print_address() which would affect many targets. */ sprintf (buf, "%#lx", (unsigned long) *sym_addr);