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 expr.c expr.h config/tc-sh.c ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	jules@sourceware.org	2013-04-15 10:30:23

Modified files:
	gas            : ChangeLog expr.c expr.h 
	gas/config     : tc-sh.c 
	gas/testsuite  : ChangeLog 
	gas/testsuite/gas/all: gas.exp sleb128-2.d sleb128-2.s 
	                       sleb128-3.d sleb128-3.s sleb128-4.d 
	                       sleb128-4.s sleb128-5.d sleb128-5.s 
	                       sleb128-7.d sleb128-7.s 

Log message:
	gas/
	* expr.c (add_to_result, subtract_from_result): Make global.
	* expr.h (add_to_result, subtract_from_result): Add prototypes.
	* config/tc-sh.c (sh_optimize_expr): Use add_to_result,
	subtract_from_result to handle extra bit of precision for .sleb128
	directive operands.
	
	gas/testsuite/
	* gas/all/gas.exp (sleb128-7): Don't run for tic4x, tic54x.
	* gas/all/sleb128-2.s: Reformat, use _ at start of labels, remove
	cruft.
	* gas/all/sleb128-3.s: Likewise.
	* gas/all/sleb128-4.s: Likewise.
	* gas/all/sleb128-5.s: Likewise.
	* gas/all/sleb128-7.s: Likewise.
	* gas/all/sleb128-2.d: Handle data sections named $DATA$.
	* gas/all/sleb128-3.d: Likewise.
	* gas/all/sleb128-4.d: Likewise.
	* gas/all/sleb128-5.d: Likewise.
	* gas/all/sleb128-7.d: Likewise.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/ChangeLog.diff?cvsroot=src&r1=1.4969&r2=1.4970
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/expr.c.diff?cvsroot=src&r1=1.93&r2=1.94
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/expr.h.diff?cvsroot=src&r1=1.22&r2=1.23
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/config/tc-sh.c.diff?cvsroot=src&r1=1.140&r2=1.141
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/testsuite/ChangeLog.diff?cvsroot=src&r1=1.2220&r2=1.2221
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/all/gas.exp.diff?cvsroot=src&r1=1.81&r2=1.82
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/all/sleb128-2.d.diff?cvsroot=src&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/all/sleb128-2.s.diff?cvsroot=src&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/all/sleb128-3.d.diff?cvsroot=src&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/all/sleb128-3.s.diff?cvsroot=src&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/all/sleb128-4.d.diff?cvsroot=src&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/all/sleb128-4.s.diff?cvsroot=src&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/all/sleb128-5.d.diff?cvsroot=src&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/all/sleb128-5.s.diff?cvsroot=src&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/all/sleb128-7.d.diff?cvsroot=src&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/all/sleb128-7.s.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]