2007-02-02 H.J. Lu <hongjiu.lu@intel.com>
authorH.J. Lu <hjl.tools@gmail.com>
Fri, 2 Feb 2007 22:54:50 +0000 (22:54 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Fri, 2 Feb 2007 22:54:50 +0000 (22:54 +0000)
* avr-dis.c (avr_operand): Correct PR number in comment.

opcodes/ChangeLog
opcodes/avr-dis.c

index d35d1600854f8df0719c3c2c66e29ca45c0a20e7..532e38f767d30862f25dc672c489c44abb839fdf 100644 (file)
@@ -1,3 +1,7 @@
+2007-02-02  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * avr-dis.c (avr_operand): Correct PR number in comment.
+
 2007-02-02  H.J. Lu  <hongjiu.lu@intel.com>
 
        * disassemble.c (disassembler_usage): Call
index 7e792c9d1574aa067fcf3cecdfc02e1200b350d8..0a2bd361444e0b52b303663cbb506dc27051ba24 100644 (file)
@@ -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);      
This page took 0.036682 seconds and 4 git commands to generate.