This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [mips patch RFA] some objdump -M options, better reg dumps


realized i missed a little bit of ChangeLog for mips-dis.c, adjusted
as follows:

Index: ChangeLog
===================================================================
RCS file: /cvs/src/src/opcodes/ChangeLog,v
retrieving revision 1.530
diff -u -p -r1.530 ChangeLog
--- ChangeLog	27 Dec 2002 08:00:31 -0000	1.530
+++ ChangeLog	27 Dec 2002 18:18:43 -0000
@@ -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)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]