*** empty log message ***
[deliverable/binutils-gdb.git] / ChangeLog
index 5bbbe4a8c25fd8ff1eaaa33336e4fc7492856d4f..5759b30fd544c4306863311040711810131e8db1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
-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-06-10  Alexandre Oliva  <aoliva@redhat.com>
+
+       * Makefile.def (configure-gcc): Depend on all-libelf.
+       * Makefile.in: Rebuild.
+
+2010-06-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * config.sub, config.guess: Update from upstream sources.
+
+2010-06-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       Sync from GCC:
+
+       2010-05-05  Sebastian Pop  <sebastian.pop@amd.com>
+       * configure.ac: Allow all the versions greater than 0.10 of PPL.
+       * configure: Regenerated.
+
+       2010-04-20  Eric Botcazou  <ebotcazou@adacore.com>
+       * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
+       * configure: Regenerate.
+
+       2010-04-17  Ralf Cors<E9>pius  <ralf.corsepius@rtems.org>
+       * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
+       * configure: Regenerate.
+
+       2010-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+       * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
+       separately.
+       * configure: Regenerate.
+
+       2010-04-13  Steve Ellcey  <sje@cup.hp.com>
+       * configure: Regenerate after change to elf.m4.
+
+       2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
+       * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
+       * configure: Regenerated.
+
+       2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
+       * configure.ac: Print "buggy but acceptable" when CLooG
+       revision is less than 9.
+       * configure: Regenerated.
+
+2010-05-26  Dave Korn  <dave.korn.cygwin@gmail.com>
+
+       Merge from gcc:
+
+       2010-05-18  Steven Bosscher  <steven@gcc.gnu.org>
+       * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
+       * configure: Regenerate.
+
+       2010-05-07  Steven Bosscher  <steven@gcc.gnu.org>
+       * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
+       a platform that supports LTO.
+       * configure: Regenerate.
+
+       2010-04-27  Dave Korn  <dave.korn.cygwin@gmail.com>
+       PR lto/42776
+       * configure.ac (--enable-lto): Refactor handling so libelf tests
+       are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
+       and allow LTO to be explicitly enabled on non-ELF platforms that
+       are known to support it inside else-clause.
+       * configure: Regenerate.
+
+2010-04-27  Roland McGrath  <roland@redhat.com>
+           H.J. Lu  <hongjiu.lu@intel.com>
+
+       * configure.ac (--enable-gold): Support both, both/gold and
+       both/bfd to add gold to configdirs without removing ld.
+       * configure: Regenerated.
+
+       * Makefile.def: Add install-gold dependency to install-ld.
+       * Makefile.in: Regenerated.
+
+2010-04-14  Tristan Gingold  <gingold@adacore.com>
+
+       * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
+       * configure: Regenerate.
+
+2010-04-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       Merge from gcc:
+       PR bootstrap/43615
+       PR bootstrap/43328
+       Revert:
+       2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+       * configure.ac: Do not pass --enable-multilib nor
+       --disable-multilib in baseargs.  Accept explicitly passed
+       --enable_multilib.
+       * configure: Regenerate.
+
+2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       PR bootstrap/43328
+       * configure.ac: Do not pass --enable-multilib nor
+       --disable-multilib in baseargs.  Accept explicitly passed
+       --enable_multilib.
+       * configure: Regenerate.
+
+2010-03-23  Joseph Myers  <joseph@codesourcery.com>
+
+       * configure.ac (tic6x-*-*): New case.
+       * configure: Regenerate.
+
+2010-03-23  Joseph Myers  <joseph@codesourcery.com>
+
+       Merge from gcc:
+       2010-03-19  Jack Howarth <howarth@bromo.med.uc.edu>
+       PR ada/42554
+       * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
+       * configure: Regenerate.
+
+2010-03-23  Joseph Myers  <joseph@codesourcery.com>
+
+       * config.sub: Update to version 2010-03-22.
+       * config.guess: Update to version 2009-12-30.
+
+2010-03-14  Joseph Myers  <joseph@codesourcery.com>
+
+       Merge from gcc:
+       2010-01-11  Richard Guenther  <rguenther@suse.de>
+       PR lto/41569
+       * Makefile.def (all-lto-plugin): Depend on all-gcc.
+       * Makefile.in: Regenerated.
+
+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>
 
This page took 0.049389 seconds and 4 git commands to generate.