]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
*** empty log message ***
authorDaniel Gutson <dgutson@codesourcery.com>
Fri, 12 Feb 2010 20:18:47 +0000 (20:18 +0000)
committerDaniel Gutson <dgutson@codesourcery.com>
Fri, 12 Feb 2010 20:18:47 +0000 (20:18 +0000)
ChangeLog
gas/ChangeLog
gas/testsuite/ChangeLog

index 5bbbe4a8c25fd8ff1eaaa33336e4fc7492856d4f..7d8f7f238d085f337bb9fe3e48f38cc8c84de29a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,45 +1,3 @@
-2010-02-12  Daniel Gutson  <dgutson@codesourcery.com>
-
-       gas/
-       * config/tc-arm.c (asm_opcode): operands type
-       change.
-       (BAD_PC_ADDRESSING): New macro message.
-       (BAD_PC_WRITEBACK): Likewise.
-       (MIX_ARM_THUMB_OPERANDS): New macro.
-       (operand_parse_code): Added enum values.
-       (parse_operands): Added thumb/arm distinction,
-       plus new enum values handling.
-       (encode_arm_addr_mode_2): Validations enhanced.
-       (encode_arm_addr_mode_3): Likewise.
-       (do_rm_rd_rn): Likewise.
-       (encode_thumb32_addr_mode): Likewise.
-       (do_t_ldrex): Likewise.
-       (do_t_ldst): Likewise.
-       (do_t_strex): Likewise.
-       (md_assemble): Call parse_operands with
-       a new parameter.
-       (OPS_1): New macro.
-       (OPS_2): Likewise.
-       (OPS_3): Likewise.
-       (OPS_4): Likewise.
-       (OPS_5): Likewise.
-       (OPS_6): Likewise.
-       (insns): Updated insns operands.
-
-       gas/testsuite/
-       * gas/arm/sp-pc-validations-bad.d: New testcase.
-       * gas/arm/sp-pc-validations-bad.l: New file.
-       * gas/arm/sp-pc-validations-bad.s: New file.
-       * gas/arm/sp-pc-validations-bad-t.d: New testcase.
-       * gas/arm/sp-pc-validations-bad-t.l: New file.
-       * gas/arm/sp-pc-validations-bad-t.s: New file.
-       * gas/arm/sp-pc-usage-t.d: Removed invalid insns.
-       * gas/arm/sp-pc-usage-t.s: Likewise.
-       * gas/arm/unpredictable.d: Likewise.
-       * gas/arm/unpredictable.s: Likewise.
-       * gas/arm/thumb2_bcond.d: Added test.
-       * gas/arm/thumb2_bcond.s: Likewise.
-
 2010-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
        Sync from gcc:
index d1e987113987ad24088caa0e037599c860ad60c3..9532e7cf27d667bcdffcdc17c118a46c0aa60508 100644 (file)
@@ -1,3 +1,30 @@
+2010-02-12  Daniel Gutson <dgutson@codesourcery.com>
+
+       * config/tc-arm.c (asm_opcode): operands type
+       change.
+       (BAD_PC_ADDRESSING): New macro message.
+       (BAD_PC_WRITEBACK): Likewise.
+       (MIX_ARM_THUMB_OPERANDS): New macro.
+       (operand_parse_code): Added enum values.
+       (parse_operands): Added thumb/arm distinction,
+       plus new enum values handling.
+       (encode_arm_addr_mode_2): Validations enhanced.
+       (encode_arm_addr_mode_3): Likewise.
+       (do_rm_rd_rn): Likewise.
+       (encode_thumb32_addr_mode): Likewise.
+       (do_t_ldrex): Likewise.
+       (do_t_ldst): Likewise.
+       (do_t_strex): Likewise.
+       (md_assemble): Call parse_operands with
+       a new parameter.
+       (OPS_1): New macro.
+       (OPS_2): Likewise.
+       (OPS_3): Likewise.
+       (OPS_4): Likewise.
+       (OPS_5): Likewise.
+       (OPS_6): Likewise.
+       (insns): Updated insns operands.
+
 2010-02-12  Tristan Gingold  <gingold@adacore.com>
            Douglas B Rupp  <rupp@gnat.com>
 
index ad81faed453d8a4a1509365f2717269493a122f2..ff4268fe063180c2a96af392fa3efca664a3aa8e 100644 (file)
@@ -1,3 +1,18 @@
+2010-02-12  Daniel Gutson  <dgutson@codesourcery.com>
+
+       * gas/arm/sp-pc-validations-bad.d: New testcase.
+       * gas/arm/sp-pc-validations-bad.l: New file.
+       * gas/arm/sp-pc-validations-bad.s: New file.
+       * gas/arm/sp-pc-validations-bad-t.d: New testcase.
+       * gas/arm/sp-pc-validations-bad-t.l: New file.
+       * gas/arm/sp-pc-validations-bad-t.s: New file.
+       * gas/arm/sp-pc-usage-t.d: Removed invalid insns.
+       * gas/arm/sp-pc-usage-t.s: Likewise.
+       * gas/arm/unpredictable.d: Likewise.
+       * gas/arm/unpredictable.s: Likewise.
+       * gas/arm/thumb2_bcond.d: Added test.
+       * gas/arm/thumb2_bcond.s: Likewise.
+
 2010-02-12  Tristan Gingold  <gingold@adacore.com>
 
        * gas/ia64/slotcount.s, gas/ia64/slotcount.s: New test.