OSDN Git Service

* config.host (*-*-openbsd*): Add t-eh-dw2-dip to tmake_file.
[pf3gnuchains/gcc-fork.git] / libgcc / ChangeLog
index 9c9a46e..e39f775 100644 (file)
@@ -1,3 +1,104 @@
+2012-10-06  Mark Kettenis  <kettenis@openbsd.org>
+
+       * config.host (*-*-openbsd*): Add t-eh-dw2-dip to tmake_file.
+       * unwind-dw2-fde-dip.c: Don't include <elf.h> on OpenBSD.
+       (USE_PT_GNU_EH_FRAME): Define for OpenBSD.
+       (ElfW): Likewise.
+                               
+2012-09-20  Release Manager
+
+       * GCC 4.7.2 released.
+
+2012-09-05  Georg-Johann Lay  <avr@gjlay.de>
+
+       Backport from 2012-09-05 mainline r190697.
+       
+       PR target/54461
+       * config.host (tmake_file,host=avr-*-*): Add avr/t-avrlibc if
+       configured --with-avrlibc.
+       * config/avr/t-avrlibc: New file.
+       * Makefile.in (FPBIT_FUNCS): filter-out LIB2FUNCS_EXCLUDE.
+       (DPBIT_FUNCS): Ditto.
+       (TPBIT_FUNCS): Ditto.
+
+2012-08-21  Ian Lance Taylor  <iant@google.com>
+
+       * config/i386/morestack.S (__morestack_non_split): Increase amount
+       of space allocated for non-split code stack.
+
+2012-08-16  David Edelsohn  <dje.gcc@gmail.com>
+
+       Backported from mainline
+       2012-08-16  David Edelsohn  <dje.gcc@gmail.com>
+
+       * config.host (*-*-aix*): Move rs6000/t-ibm-ldouble after
+       rs6000/t-slibgcc-aix.
+
+2012-06-14  Release Manager
+
+       * GCC 4.7.1 released.
+
+2012-05-25  Ian Lance Taylor  <iant@google.com>
+
+       * config/i386/morestack.S (__morestack_non_split): Check whether
+       caller is varargs and needs %bp to hold the stack frame on return.
+
+2012-05-24  Olivier Hainque  <hainque@adacore.com>
+
+       * Makefile.in: Move dependency on install-unwind_h from
+       "install-leaf" to "install".
+
+2012-05-21  Andrew Pinski  <apinski@cavium.com>
+
+       PR bootstrap/53183
+       * configure.ac: Define the default includes to being none.
+       * configure: Regenerate.
+
+2012-05-16  Olivier Hainque  <hainque@adacore.com>
+
+       * Makefile.in (install-unwind_h): Rename into ...
+       (install-unwind_h-forbuild): New target.
+       (all): Use it instead of the former install-unwind_h.
+       (install-unwind_h): Reinstate, copy to user install destination
+       for include files, not to the internal gcc object directory one.
+       (install-leaf): Depend on it.
+
+2012-04-30  Andreas Tobler  <andreast@fgznet.ch>
+
+       Backport from mainline
+       2012-03-21  Andreas Tobler  <andreast@fgznet.ch>
+
+       * config.host: Add bits to support powerpc64-*-freebsd*.
+       * config/rs6000/freebsd-unwind.h: New file.
+       * config/rs6000/t-freebsd64: New file.
+
+2012-04-28  Aurelien Jarno  <aurelien@aurel32.net>
+
+       * config.host (mips64*-*-linux*, mipsisa64*-*-linux*): Remove.
+       (mips*-*-linux*): Include mips/t-tpbit when long double is
+       16 bytes long.
+
+2012-04-20  Thomas Schwinge  <thomas@codesourcery.com>
+
+       struct siginfo vs. siginfo_t
+
+       Backport from trunk:
+
+       2012-04-20  Thomas Schwinge  <thomas@codesourcery.com>
+
+       * config/alpha/linux-unwind.h (alpha_fallback_frame_state): Use
+       siginfo_t instead of struct siginfo.
+       * config/bfin/linux-unwind.h (bfin_fallback_frame_state): Likewise.
+       * config/i386/linux-unwind.h (x86_fallback_frame_state): Likewise.
+       * config/ia64/linux-unwind.h (ia64_fallback_frame_state)
+       (ia64_handle_unwabi): Likewise.
+       * config/mips/linux-unwind.h (mips_fallback_frame_state): Likewise.
+       * config/pa/linux-unwind.h (pa32_fallback_frame_state): Likewise.
+       * config/sh/linux-unwind.h (shmedia_fallback_frame_state)
+       (sh_fallback_frame_state): Likewise.
+       * config/tilepro/linux-unwind.h (tile_fallback_frame_state): Likewise.
+       * config/xtensa/linux-unwind.h (xtensa_fallback_frame_state): Likewise.
+
 2012-04-06  Walter Lee  <walt@tilera.com>
 
        Backport from mainline