diff options
author | Nick Clifton <nickc@redhat.com> | 2012-07-26 14:05:38 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2012-07-26 14:05:38 +0000 |
commit | 63d08c684422f5188f1994dc54ec3311ff5325d7 (patch) | |
tree | bc352e88e78291233e0957d8bd0846d7ebfaed53 | |
parent | 054565943aa9abff8ffa9ab848eeae3873f27395 (diff) | |
download | gdb-63d08c684422f5188f1994dc54ec3311ff5325d7.zip gdb-63d08c684422f5188f1994dc54ec3311ff5325d7.tar.gz gdb-63d08c684422f5188f1994dc54ec3311ff5325d7.tar.bz2 |
Fix attributation of PR 13135 patch.
-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. |