+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.
/* 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>
/* 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;