* avr-dis.c: Formatting fix.
authorAlan Modra <amodra@gmail.com>
Wed, 17 May 2006 23:44:58 +0000 (23:44 +0000)
committerAlan Modra <amodra@gmail.com>
Wed, 17 May 2006 23:44:58 +0000 (23:44 +0000)
opcodes/ChangeLog
opcodes/avr-dis.c

index 37d19312d1d9c2f40d8c40dec2399d275aa8083c..2f7b474de8a434320a206366b33be9143eb51049 100644 (file)
@@ -1,3 +1,7 @@
+2006-05-18  Alan Modra  <amodra@bigpond.net.au>
+
+       * avr-dis.c: Formatting fix.
+
 2006-05-14  Thiemo Seufer  <ths@mips.com>
 
        * mips16-opc.c (I1, I32, I64): New shortcut defines.
index ac3775212e84f3d2e51147e159f9326438eec0c6..7e792c9d1574aa067fcf3cecdfc02e1200b350d8 100644 (file)
@@ -1,5 +1,6 @@
 /* Disassemble AVR instructions.
-   Copyright 1999, 2000, 2002, 2004, 2005 Free Software Foundation, Inc.
+   Copyright 1999, 2000, 2002, 2004, 2005, 2006
+   Free Software Foundation, Inc.
 
    Contributed by Denis Chertykov <denisc@overta.ru>
 
@@ -142,7 +143,7 @@ avr_operand (unsigned int insn, unsigned int insn2, unsigned int pc, int constra
       /* See PR binutils/2545.  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);      
+      sprintf (buf, "%#lx", (unsigned long) *sym_addr);      
       sprintf (comment, "0x");
 
       break;
This page took 0.025758 seconds and 4 git commands to generate.