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-s390.c doc/c-s390. ...


CVSROOT:	/cvs/src
Module name:	src
Branch: 	binutils-2_21-branch
Changes by:	krebbel@sourceware.org	2011-05-18 07:40:01

Modified files:
	gas            : ChangeLog 
	gas/config     : tc-s390.c 
	gas/doc        : c-s390.texi 
	gas/testsuite  : ChangeLog 
	gas/testsuite/gas/s390: s390.exp 
Added files:
	gas/testsuite/gas/s390: zarch-machine.d zarch-machine.s 

Log message:
	2011-05-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
	
	Backported from mainline
	2011-03-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
	
	* config/tc-s390.c (md_parse_option): Add -march=all option which
	switches to the highest available CPU.
	
	2011-04-14  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
	
	* config/tc-s390.c (s390_machine): New prototype.
	(md_pseudo_table): New pseudo-op .machine.
	(s390_opcode_hash): Initialize to NULL.
	(s390_parse_cpu): New function.
	(md_parse_option): Use s390_parse_cpu.
	(s390_setup_opcodes): New function.
	(md_begin): Use s390_setup_opcodes.
	(s390_machine): New hook handling the new .machine pseudo.
	
	* doc/c-s390.texi: Document the new pseudo op .machine.
	
	2011-05-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
	
	Backported from mainline
	2011-04-14  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
	
	* gas/s390/zarch-machine.s: New testcase.
	* gas/s390/zarch-machine.d: New testcase output.
	* gas/s390/s390.exp: Execute the new testcase.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/ChangeLog.diff?cvsroot=src&only_with_tag=binutils-2_21-branch&r1=1.4320.2.28&r2=1.4320.2.29
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/config/tc-s390.c.diff?cvsroot=src&only_with_tag=binutils-2_21-branch&r1=1.63.2.1&r2=1.63.2.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/doc/c-s390.texi.diff?cvsroot=src&only_with_tag=binutils-2_21-branch&r1=1.2&r2=1.2.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/testsuite/ChangeLog.diff?cvsroot=src&only_with_tag=binutils-2_21-branch&r1=1.1802.2.10&r2=1.1802.2.11
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/s390/zarch-machine.d.diff?cvsroot=src&only_with_tag=binutils-2_21-branch&r1=NONE&r2=1.1.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/s390/zarch-machine.s.diff?cvsroot=src&only_with_tag=binutils-2_21-branch&r1=NONE&r2=1.1.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/s390/s390.exp.diff?cvsroot=src&only_with_tag=binutils-2_21-branch&r1=1.7&r2=1.7.2.1


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