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-m68k.c testsuite/C ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	nickc@sourceware.org	2007-05-15 09:21:25

Modified files:
	gas            : ChangeLog 
	gas/config     : tc-m68k.c 
	gas/testsuite  : ChangeLog 
	gas/testsuite/gas/m68k: all.exp br-isab.d br-isac.d cpu32.d 
	                        mcf-trap.d 
Added files:
	gas/testsuite/gas/m68k: p3041.d p3041.s 

Log message:
	PR gas/3041
	* config/tc-m68k.c (relaxable_symbol): Make sure that the correct addend is stored for relocs against weak symbols.
	(md_apply_fix): So not loose track of addend for relocs against weak symbols.
	* testsuite/gas/m68k/p3041.s: New test case.
	* testsuite/gas/m68k/p3041.d: New expected disassembly.
	* testsuite/gas/m68k/all.exp: Run new test for m68k-*-netbsd toolchains.
	Only run arch-cpu-1 test for ELF based toolchains.
	
	Tidy ups for m68k-netbsd gas toolchain:
	* testsuite/gas/m68k/cpu32.d: Allow for extra text after expected disassembly.
	* testsuite/gas/m68k/mcf-trap.d: Allow for alternative trap mnemonics.
	* testsuite/gas/m68k/br-isab.d: Fix name of test.
	* testsuite/gas/m68k/br-isac.d: Fix name of test.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/ChangeLog.diff?cvsroot=src&r1=1.3245&r2=1.3246
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/config/tc-m68k.c.diff?cvsroot=src&r1=1.90&r2=1.91
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/testsuite/ChangeLog.diff?cvsroot=src&r1=1.1172&r2=1.1173
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/m68k/p3041.d.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/m68k/p3041.s.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/m68k/all.exp.diff?cvsroot=src&r1=1.14&r2=1.15
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/m68k/br-isab.d.diff?cvsroot=src&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/m68k/br-isac.d.diff?cvsroot=src&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/m68k/cpu32.d.diff?cvsroot=src&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/m68k/mcf-trap.d.diff?cvsroot=src&r1=1.1&r2=1.2


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