diff options
author | Bob Wilson <bob.wilson@acm.org> | 2005-03-22 19:31:28 +0000 |
---|---|---|
committer | Bob Wilson <bob.wilson@acm.org> | 2005-03-22 19:31:28 +0000 |
commit | 1fbc7e7aeebf0d99018625880a99b9483bcd02bd (patch) | |
tree | f6f06709d5fe3ada06ca23a4ac1161e78e95ad55 /bfd/ChangeLog | |
parent | afe94956ca3a1be06386077f1732bf1b5a9d9b7d (diff) | |
download | gdb-1fbc7e7aeebf0d99018625880a99b9483bcd02bd.zip gdb-1fbc7e7aeebf0d99018625880a99b9483bcd02bd.tar.gz gdb-1fbc7e7aeebf0d99018625880a99b9483bcd02bd.tar.bz2 |
include ChangeLog
* xtensa-isa.h: Update a comment and whitespace.
bfd ChangeLog
* xtensa-isa.c (xtensa_opcode_lookup, xtensa_state_lookup,
xtensa_sysreg_lookup_name, xtensa_interface_lookup,
xtensa_funcUnit_lookup): Skip bsearch call if count is zero.
(xtensa_opcode_decode): Rearrange code.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 6361566..dba1adb 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +2005-03-22 Bob Wilson <bob.wilson@acm.org> + + * xtensa-isa.c (xtensa_opcode_lookup, xtensa_state_lookup, + xtensa_sysreg_lookup_name, xtensa_interface_lookup, + xtensa_funcUnit_lookup): Skip bsearch call if count is zero. + (xtensa_opcode_decode): Rearrange code. + 2005-03-22 Nick Clifton <nickc@redhat.com> * binary.c: Convert to ISO C90 formatting. @@ -5216,7 +5223,7 @@ between include sections when have the same sum but which nevertheless are still unique. -2004-03-31 Mattias Engdegård <mattias@virtutech.se> +2004-03-31 Mattias EngdegÃ¥rd <mattias@virtutech.se> * stabs.c (_bfd_link_section_stabs): Do not skip N_EXCL stabs. |