S/390: Fix facility bit default.
authorAndreas Krebbel <krebbel@linux.vnet.ibm.com>
Mon, 12 Sep 2016 14:32:02 +0000 (16:32 +0200)
committerAndreas Krebbel <krebbel@linux.vnet.ibm.com>
Mon, 12 Sep 2016 14:32:02 +0000 (16:32 +0200)
gas/ChangeLog:

2016-09-12  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>

* config/tc-s390.c: Set all facitily bits by default

gas/ChangeLog
gas/config/tc-s390.c

index 7a26a1a6734183dbdc2c438c10b1be2b366fa18c..c2dadcb0a54b65fbebdad924a1e135fbb9528e1d 100644 (file)
@@ -1,3 +1,7 @@
+2016-09-12  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
+
+       * config/tc-s390.c: Set all facitily bits by default
+
 2016-09-12  Patrick Steuer  <steuer@linux.vnet.ibm.com>
 
        * testsuite/gas/s390/zarch-z196.d: Adjust testcase.
index 098debc8d2d88baab1715c3138b958f78dfec18c..ec3c5e52acb08ba7ea5b16de7e133fabce31e3c5 100644 (file)
@@ -41,8 +41,11 @@ static int s390_arch_size = 0;
    Since with S/390 a newer CPU always supports everything from its
    predecessors this will accept every valid asm input.  */
 static unsigned int current_cpu = S390_OPCODE_MAXCPU - 1;
+/* All facilities are enabled by default.  */
+static unsigned int current_flags = S390_INSTR_FLAG_FACILITY_MASK;
+/* The mode mask default is picked in init_default_arch depending on
+   the current cpu.  */
 static unsigned int current_mode_mask = 0;
-static unsigned int current_flags = 0;
 
 /* Set to TRUE if the highgprs flag in the ELF header needs to be set
    for the output file.  */