This is the mail archive of the binutils-cvs@sourceware.org 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/gas ChangeLog config/tc-mips.c testsuite/C ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	nickc@sourceware.org	2009-01-27 13:48:15

Modified files:
	gas            : ChangeLog 
	gas/config     : tc-mips.c 
	gas/testsuite  : ChangeLog 
	gas/testsuite/gas/mips: dli.d e32el-rel2.d ld-ilocks-addr32.d 
	                        mips.exp mips16-intermix.d 
	                        mips64-mips3d-incl.d octeon.d 
	                        sb1-ext-mdmx.d sb1-ext-ps.d 
	gas/testsuite/gas/ppc: ppc.exp 
	gas/testsuite/lib: gas-defs.exp 

Log message:
	* config/tc-mips.c (append_insn): Cope with a complex reloc
	sequence containing an unsupported reloc type.
	(enum options): Replace computed #define's constants for option
	numbers with this enum.
	(struct md_longopts): Use the enum.  Allow OPTION_32 in a non-ELF
	environment.
	(md_parse_option): Allow -32 in a non-ELF environment.
	
	* gas/lib/gas-defs.exp: Update description of run_dump_test proc.
	
	* gas/mips/dli.d: Pass -64 to gas.
	* gas/mips/mips64-mips3d-incl.d: Likewise.
	* gas/mips/octeon.d: Likewise.
	* gas/mips/sb1-ext-mdmx.d: Likewise.
	* gas/mips/sb1-ext-ps.d: Likewise.
	* gas/mips/e32el-rel2.s: Pass -march=mips3 to gas.
	Update expected relocs.
	* gas/mips/ld-ilocks-addr32.d: Do not run for tx39 targets.
	* gas/mips/mips.exp: Remove 'ilocks' variable.
	Add ecoff targets to 'addr32' variable.
	Set 'no_mips16' for ecoff targets.
	Do not run div-ilocks or mul-ilocks test variants.
	* gas/mips/mips16-intermix.d: Use nm instead of objdump so that
	the symbol table output is sorted.  Update expecetd output.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/ChangeLog.diff?cvsroot=src&r1=1.3721&r2=1.3722
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/config/tc-mips.c.diff?cvsroot=src&r1=1.401&r2=1.402
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/ChangeLog.diff?cvsroot=src&r1=1.1432&r2=1.1433
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/mips/dli.d.diff?cvsroot=src&r1=1.3&r2=1.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/mips/e32el-rel2.d.diff?cvsroot=src&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/mips/ld-ilocks-addr32.d.diff?cvsroot=src&r1=1.3&r2=1.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/mips/mips.exp.diff?cvsroot=src&r1=1.147&r2=1.148
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/mips/mips16-intermix.d.diff?cvsroot=src&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/mips/mips64-mips3d-incl.d.diff?cvsroot=src&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/mips/octeon.d.diff?cvsroot=src&r1=1.4&r2=1.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/mips/sb1-ext-mdmx.d.diff?cvsroot=src&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/mips/sb1-ext-ps.d.diff?cvsroot=src&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/ppc/ppc.exp.diff?cvsroot=src&r1=1.22&r2=1.23
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/lib/gas-defs.exp.diff?cvsroot=src&r1=1.31&r2=1.32


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