This is the mail archive of the binutils-cvs@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]

src binutils/ChangeLog binutils/doc/binutils.t ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	cgd@sourceware.org	2002-12-27 00:00:31

Modified files:
	binutils       : ChangeLog 
	binutils/doc   : binutils.texi 
	gas/testsuite  : ChangeLog 
	gas/testsuite/gas/mips: mips.exp 
	include        : ChangeLog dis-asm.h 
	include/opcode : ChangeLog mips.h 
	opcodes        : ChangeLog disassemble.c mips-dis.c 
Added files:
	gas/testsuite/gas/mips: cp0-names-mips32.d cp0-names-mips64.d 
	                        cp0-names-numeric.d cp0-names-sb1.d 
	                        cp0-names.s fpr-names-32.d 
	                        fpr-names-64.d fpr-names-n32.d 
	                        fpr-names-numeric.d fpr-names.s 
	                        gpr-names-32.d gpr-names-64.d 
	                        gpr-names-n32.d gpr-names-numeric.d 
	                        gpr-names.s 

Log message:
	[ binutils/ChangeLog ]
	2002-12-27  Chris Demetriou  <cgd@broadcom.com>
	
	* doc/binutils.texi (objdump): Document MIPS -M options.
	
	[ gas/testsuite/ChangeLog ]
	2002-12-27  Chris Demetriou  <cgd@broadcom.com>
	
	* gas/mips/cp0-names-mips32.d: New file.
	* gas/mips/cp0-names-mips64.d: New file.
	* gas/mips/cp0-names-numeric.d: New file.
	* gas/mips/cp0-names-sb1.d: New file.
	* gas/mips/cp0-names.s: New file.
	* gas/mips/fpr-names-32.d: New file.
	* gas/mips/fpr-names-64.d: New file.
	* gas/mips/fpr-names-n32.d: New file.
	* gas/mips/fpr-names-numeric.d: New file.
	* gas/mips/fpr-names.s: New file.
	* gas/mips/gpr-names-32.d: New file.
	* gas/mips/gpr-names-64.d: New file.
	* gas/mips/gpr-names-n32.d: New file.
	* gas/mips/gpr-names-numeric.d: New file.
	* gas/mips/gpr-names.s: New file.
	* gas/mips/mips.exp: Run new tests.
	
	[ include/ChangeLog ]
	2002-12-27  Chris Demetriou  <cgd@broadcom.com>
	
	* dis-asm.h (print_mips_disassembler_options): Prototype.
	
	[ include/opcode/ChangeLog ]
	2002-12-19  Chris Demetriou  <cgd@broadcom.com>
	
	* mips.h (OP_OP_COP0, OP_OP_COP1, OP_OP_COP2, OP_OP_COP3)
	(OP_OP_LWC1, OP_OP_LWC2, OP_OP_LWC3, OP_OP_LDC1, OP_OP_LDC2)
	(OP_OP_LDC3, OP_OP_SWC1, OP_OP_SWC2, OP_OP_SWC3, OP_OP_SDC1)
	(OP_OP_SDC2, OP_OP_SDC3): Define.
	
	[ opcodes/ChangeLog ]
	2002-12-27  Chris Demetriou  <cgd@broadcom.com>
	
	* 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_abi_choice, mips_arch_choice): New structures.
	(mips32_reg_names, mips64_reg_names, reg_names): Remove.
	(mips_gpr_names_numeric, mips_gpr_names_oldabi)
	(mips_gpr_names_newabi, mips_fpr_names_numeric)
	(mips_fpr_names_32, mips_fpr_names_n32, mips_fpr_names_64)
	(mips_cp0_names_numeric, mips_cp0_names_mips3264)
	(mips_cp0_names_sb1, mips_abi_choices, mips_arch_choices)
	(mips_processor, mips_isa, mips_gpr_names, mips_fpr_names)
	(mips_cp0_names): New variables.
	(print_insn_args): Use new variables to print GPR, FPR, and CP0
	register names.
	(mips_isa_type): Remove.
	(print_insn_mips): Remove ISA and CPU setup since it is now done...
	(_print_insn_mips): Here.  Remove register setup code, and
	call set_default_mips_dis_options and parse_mips_dis_options
	instead.
	(print_mips16_insn_arg): Use mips_gpr_names instead of mips32_names.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/ChangeLog.diff?cvsroot=src&r1=1.584&r2=1.585
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/doc/binutils.texi.diff?cvsroot=src&r1=1.26&r2=1.27
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/ChangeLog.diff?cvsroot=src&r1=1.419&r2=1.420
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/mips/cp0-names-mips32.d.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/mips/cp0-names-mips64.d.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/mips/cp0-names-numeric.d.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/mips/cp0-names-sb1.d.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/mips/cp0-names.s.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/mips/fpr-names-32.d.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/mips/fpr-names-64.d.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/mips/fpr-names-n32.d.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/mips/fpr-names-numeric.d.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/mips/fpr-names.s.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/mips/gpr-names-32.d.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/mips/gpr-names-64.d.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/mips/gpr-names-n32.d.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/mips/gpr-names-numeric.d.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/mips/gpr-names.s.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/mips/mips.exp.diff?cvsroot=src&r1=1.52&r2=1.53
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/include/ChangeLog.diff?cvsroot=src&r1=1.190&r2=1.191
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/include/dis-asm.h.diff?cvsroot=src&r1=1.39&r2=1.40
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/include/opcode/ChangeLog.diff?cvsroot=src&r1=1.190&r2=1.191
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/include/opcode/mips.h.diff?cvsroot=src&r1=1.29&r2=1.30
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/opcodes/ChangeLog.diff?cvsroot=src&r1=1.529&r2=1.530
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/opcodes/disassemble.c.diff?cvsroot=src&r1=1.38&r2=1.39
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/opcodes/mips-dis.c.diff?cvsroot=src&r1=1.35&r2=1.36


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