aboutsummaryrefslogtreecommitdiff
path: root/opcodes
diff options
context:
space:
mode:
authorChris Demetriou <cgd@google.com>2002-12-27 18:18:58 +0000
committerChris Demetriou <cgd@google.com>2002-12-27 18:18:58 +0000
commit790851713f9012c82f7d1eca1ef5ed79e916ecbc (patch)
tree9546c43f1255068f4a02bb61704857d289884ed3 /opcodes
parent640c0ccdc980483ff7a6c2e7992991f88b8e78a6 (diff)
downloadfsf-binutils-gdb-790851713f9012c82f7d1eca1ef5ed79e916ecbc.zip
fsf-binutils-gdb-790851713f9012c82f7d1eca1ef5ed79e916ecbc.tar.gz
fsf-binutils-gdb-790851713f9012c82f7d1eca1ef5ed79e916ecbc.tar.bz2
Fix ChangeLog for previous: mips-dis.c now includes libiberty.h
Diffstat (limited to 'opcodes')
-rw-r--r--opcodes/ChangeLog8
1 files changed, 4 insertions, 4 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index d67b501..c5dff56 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -2,10 +2,10 @@
* disassemble.c (disassembler_usage): Add invocation of
print_mips_disassembler_options.
- * mips-dis.c (print_mips_disassembler_options)
- (set_default_mips_dis_options, parse_mips_dis_option)
- (parse_mips_dis_options, choose_abi_by_name, choose_arch_by_name)
- (choose_arch_by_number): New functions.
+ * mips-dis.c: Include libiberty.h.
+ (print_mips_disassembler_options, set_default_mips_dis_options)
+ (parse_mips_dis_option, parse_mips_dis_options, choose_abi_by_name)
+ (choose_arch_by_name, choose_arch_by_number): New functions.
(mips_abi_choice, mips_arch_choice): New structures.
(mips32_reg_names, mips64_reg_names, reg_names): Remove.
(mips_gpr_names_numeric, mips_gpr_names_oldabi)