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
Changes by:	krebbel@sourceware.org	2011-04-14 11:11:33

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-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-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&r1=1.4466&r2=1.4467
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/config/tc-s390.c.diff?cvsroot=src&r1=1.65&r2=1.66
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/doc/c-s390.texi.diff?cvsroot=src&r1=1.3&r2=1.4
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/testsuite/ChangeLog.diff?cvsroot=src&r1=1.1885&r2=1.1886
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/s390/zarch-machine.d.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/s390/zarch-machine.s.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/s390/s390.exp.diff?cvsroot=src&r1=1.7&r2=1.8


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