2011-04-14 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
authorAndreas Krebbel <Andreas.Krebbel@de.ibm.com>
Thu, 14 Apr 2011 11:11:33 +0000 (11:11 +0000)
committerAndreas Krebbel <Andreas.Krebbel@de.ibm.com>
Thu, 14 Apr 2011 11:11:33 +0000 (11:11 +0000)
commit902cc293a01e649f45869d567e957cc303e44b96
tree84ae13cbc8b8ffa3e56f6e4682d8f44ba6a7a872
parentba770c9cff8f08be74bf4b5028d060229086e9c4
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]
This page took 0.02603 seconds and 4 git commands to generate.