]> sourceware.org Git - newlib-cygwin.git/commitdiff
2011-05-24 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
authorAndreas Krebbel <Andreas.Krebbel@de.ibm.com>
Tue, 24 May 2011 16:13:30 +0000 (16:13 +0000)
committerAndreas Krebbel <Andreas.Krebbel@de.ibm.com>
Tue, 24 May 2011 16:13:30 +0000 (16:13 +0000)
    * config/tc-s390.c (md_gather_operands): Fix check for floating
    register pair operands.

2011-05-24  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>

    * opcode/s390.h: Replace S390_OPERAND_REG_EVEN with
    S390_OPERAND_REG_PAIR.

2011-05-24  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>

    * s390-opc.c: Replace S390_OPERAND_REG_EVEN with
    S390_OPERAND_REG_PAIR.  Fix INSTR_RRF_0UFEF instruction type.
    * s390-opc.txt: Fix cxr instruction type.

2011-05-24  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>

    * gas/s390/esa-g5.d: Fix fp register pair operands.
    * gas/s390/esa-g5.s: Likewise.
    * gas/s390/zarch-z196.d: Likewise.
    * gas/s390/zarch-z196.s: Likewise.
    * gas/s390/zarch-z9-109.d: Likewise.
    * gas/s390/zarch-z9-109.s: Likewise.
    * gas/s390/zarch-z9-ec.d: Likewise.
    * gas/s390/zarch-z9-ec.s: Likewise.

include/ChangeLog
include/opcode/s390.h

index 5fd774f85580e80416bea174a3da600241ad15f2..de5c79cb7f88889ae52da19594dd941fd81b85d8 100644 (file)
@@ -1,3 +1,8 @@
+2011-05-24  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
+
+       * opcode/s390.h: Replace S390_OPERAND_REG_EVEN with
+       S390_OPERAND_REG_PAIR.
+
 2011-05-24  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
 
        * opcode/s390.h: Add S390_OPCODE_REG_EVEN flag.
index 122c60c62019b1351c3151bdb0af2544ad650701..ed70830c14800f88a79d14c5deaa16cae9a107e9 100644 (file)
@@ -147,7 +147,7 @@ extern const struct s390_operand s390_operands[];
    the instruction may be optional.  */
 #define S390_OPERAND_OPTIONAL 0x400
 
-/* The operand needs to be an even register number.  */
-#define S390_OPERAND_REG_EVEN 0x800
+/* The operand needs to be a valid GP or FP register pair.  */
+#define S390_OPERAND_REG_PAIR 0x800
 
        #endif /* S390_H */
This page took 0.032975 seconds and 5 git commands to generate.