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 doc/as.t ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	yufeng@sourceware.org	2013-07-19 16:25:54

Modified files:
	gas            : ChangeLog 
	gas/config     : tc-aarch64.c 
	gas/doc        : as.texinfo c-aarch64.texi 
	gas/testsuite  : ChangeLog 
	gas/testsuite/gas/aarch64: ilp32-basic.d 

Log message:
	[AArch64, ILP32] Retire -milp32 and -mlp64; use -mabi=ilp32 and -mabi=lp64.
	
	gas/
	
	* config/tc-aarch64.c (enum aarch64_abi_type): New enumeration tag.
	(AARCH64_ABI_LP64, AARCH64_ABI_ILP32): New enumerators.
	(aarch64_abi): New variable.
	(ilp32_p): Change to be a macro.
	(aarch64_opts): Remove the support for option -milp32 and -mlp64.
	(struct aarch64_option_abi_value_table): New struct.
	(aarch64_abis): New table.
	(aarch64_parse_abi): New function.
	(aarch64_long_opts): Add entry for -mabi=.
	* doc/as.texinfo (Target AArch64 options): Document -mabi.
	* doc/c-aarch64.texi: Likewise.
	
	gas/testsuite/
	
	* gas/aarch64/ilp32-basic.d (#as): Update to use -mabi=ilp32

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/ChangeLog.diff?cvsroot=src&r1=1.5065&r2=1.5066
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/config/tc-aarch64.c.diff?cvsroot=src&r1=1.18&r2=1.19
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/doc/as.texinfo.diff?cvsroot=src&r1=1.272&r2=1.273
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/doc/c-aarch64.texi.diff?cvsroot=src&r1=1.2&r2=1.3
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/testsuite/ChangeLog.diff?cvsroot=src&r1=1.2274&r2=1.2275
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/aarch64/ilp32-basic.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]