2010-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
[binutils-gdb.git] / ChangeLog
index 5bbbe4a8c25fd8ff1eaaa33336e4fc7492856d4f..12f204941337086acc3560f836477ff8f6ad399e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,44 +1,35 @@
-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-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       PR libstdc++/32499
+       * configure.ac (RANLIB): Default to true.
+       (STRIP): Likewise.
+       (RANLIB_FOR_TARGET): Remove superfluous : argument.
+       * configure: Regenerate.
+
+2010-02-17  Nick Clifton  <nickc@redhat.com>
+
+       PR 11238
+       * Makefile.tpl (local-distclean): Also remove config.cache files in
+       sub-directories as there may not be Makefiles present in the
+       sub-directories.
+       * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
+       the config.cache files found by the find command.
+
+       * Makefile.in: Regenerate.
+       * configure.ac: Revert previous delta.
+       * configure: Regenerate.
+
+2010-02-15  Nick Clifton  <nickc@redhat.com>
+
+       PR 11238
+       * configure.ac: Delete config.cache files in sub-directories when
+       deleting Makefiles.
+       * configure: Regenerate.
+
+2010-02-15  Nick Clifton  <nickc@redhat.com>
+
+       * configure.ac: Sync from gcc.
+       * configure: Regenerate.
 
 2010-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>