diff options
-rw-r--r-- | include/ChangeLog | 3 | ||||
-rw-r--r-- | opcodes/ChangeLog | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index f845dbb..3f16e04 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,4 +1,5 @@ -2012-07-24 Dr David Alan Gilbert <dave@treblig.org> +2012-07-24 Stephan McCamant <smcc@cs.berkeley.edu> + Dr David Alan Gilbert <dave@treblig.org> PR binutils/13135 * dis-asm.h (fprintf_ftype): Add ATTRIBUTE_FPTR_PRINTF_2. diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 0888cec..25cedff 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -2,7 +2,8 @@ * ppc-opc.c (powerpc_opcodes): Add/remove PPCVLE for some 32-bit insns. -2012-07-24 Dr David Alan Gilbert <dave@treblig.org> +2012-07-24 Stephan McCamant <smcc@cs.berkeley.edu> + Dr David Alan Gilbert <dave@treblig.org> PR binutils/13135 * arm-dis.c: Add necessary casts for printing integer values. |