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-aarch64.c testsuit ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	mshawcroft@sourceware.org	2013-05-28 09:43:42

Modified files:
	gas            : ChangeLog 
	gas/config     : tc-aarch64.c 
	gas/testsuite  : ChangeLog 
Added files:
	gas/testsuite/gas/aarch64: adr_1.d adr_1.s b_1.d b_1.s beq_1.d 
	                           beq_1.s ldr_1.d ldr_1.s tbz_1.d 
	                           tbz_1.s 

Log message:
	[AArch64] Range check only resolved relocations.
	
	2013-05-28  Marcus Shawcroft  <marcus.shawcroft@arm.com>
	
	* config/tc-aarch64.c (md_apply_fix): Move value range checking
	inside fx_done condition.
	
	2013-05-28  Marcus Shawcroft  <marcus.shawcroft@arm.com>
	
	* gas/aarch64/adr_1.d: New file.
	* gas/aarch64/adr_1.s: New file.
	* gas/aarch64/b_1.d: New file.
	* gas/aarch64/b_1.s: New file.
	* gas/aarch64/beq_1.d: New file.
	* gas/aarch64/beq_1.s: New file.
	* gas/aarch64/ldr_1.d: New file.
	* gas/aarch64/ldr_1.s: New file.
	* gas/aarch64/tbz_1.d: New file.
	* gas/aarch64/tbz_1.s: New file.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/ChangeLog.diff?cvsroot=src&r1=1.4993&r2=1.4994
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/config/tc-aarch64.c.diff?cvsroot=src&r1=1.12&r2=1.13
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/testsuite/ChangeLog.diff?cvsroot=src&r1=1.2236&r2=1.2237
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/aarch64/adr_1.d.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/aarch64/adr_1.s.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/aarch64/b_1.d.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/aarch64/b_1.s.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/aarch64/beq_1.d.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/aarch64/beq_1.s.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/aarch64/ldr_1.d.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/aarch64/ldr_1.s.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/aarch64/tbz_1.d.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/aarch64/tbz_1.s.diff?cvsroot=src&r1=NONE&r2=1.1


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