diff options
author | Nick Clifton <nickc@redhat.com> | 2013-04-17 14:09:49 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2013-04-17 14:09:49 +0000 |
commit | 17310e568d81f53c2674062aefd38d29974ed7fd (patch) | |
tree | bc0c10aa3756750a8b7a1e1a82ba56d95c5fd60a /opcodes/ChangeLog | |
parent | 7d4e5717e05d588f4b9037310863d8bfc9505064 (diff) | |
download | gdb-17310e568d81f53c2674062aefd38d29974ed7fd.zip gdb-17310e568d81f53c2674062aefd38d29974ed7fd.tar.gz gdb-17310e568d81f53c2674062aefd38d29974ed7fd.tar.bz2 |
PR binutils/15369
* cgen-dis.c (hash_insn_array): Use CGEN_CPU_INSN_ENDIAN instead
of CGEN_CPU_ENDIAN.
(hash_insns_list): Likewise.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index b463d6f..b101eb6 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,10 @@ +2013-04-17 Wei-chen Wang <cole945@gmail.com> + + PR binutils/15369 + * cgen-dis.c (hash_insn_array): Use CGEN_CPU_INSN_ENDIAN instead + of CGEN_CPU_ENDIAN. + (hash_insns_list): Likewise. + 2013-04-10 Jan Kratochvil <jan.kratochvil@redhat.com> * rl78-dis.c (print_insn_rl78): Use alternative form as a GCC false |