2011-04-14 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
commit1bb9a86c4933a718549d3e01bd818bc122432e2c
authorAndreas Krebbel <Andreas.Krebbel@de.ibm.com>
Thu, 14 Apr 2011 11:11:31 +0000 (14 11:11 +0000)
committerAndreas Krebbel <Andreas.Krebbel@de.ibm.com>
Thu, 14 Apr 2011 11:11:31 +0000 (14 11:11 +0000)
treedb7d54d7bdee5bc47b762b9ba9aef3bafca9ee4b
parented3df861919876aa87705546c9cac749eb135a2c
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.
gas/ChangeLog
gas/config/tc-s390.c
gas/doc/c-s390.texi
gas/testsuite/ChangeLog
gas/testsuite/gas/s390/s390.exp
gas/testsuite/gas/s390/zarch-machine.d [new file with mode: 0644]
gas/testsuite/gas/s390/zarch-machine.s [new file with mode: 0644]