1. 09 Feb, 2011 7 commits
  2. 08 Feb, 2011 31 commits
  3. 07 Feb, 2011 2 commits
    • config.gcc (hppa[12]*-*-hpux11*): Don't set extra_parts. · 90488014
      	* config.gcc (hppa[12]*-*-hpux11*): Don't set extra_parts.
      	* config/pa/stublib.c (pthread_default_stacksize_np, pthread_mutex_lock,
      	pthread_mutex_unlock): Remove.
      	* config/pa/t-pa-hpux11: Remove rules to build pthread stubs.
      	* config/pa/t-pa64: Likewise.
      	* config/pa/pa64-hpux.h (LIB_SPEC): In static links, link against
      	shared libc if not linking against libpthread.
      	* config/pa/pa-hpux11.h (LIB_SPEC): Likewise.
      
      From-SVN: r169906
      John David Anglin committed
    • re PR target/47558 (163267 breaks exception traceback in xplor-nih) · 689ff841
      2011-02-07  Iain Sandoe  <iains@gcc.gnu.org>
      
      	PR target/47558
      	* config/darwin10.h (LINK_GCC_C_SEQUENCE_SPEC): Put -lSystem first
      	on 10.6 and later to ensure that we always use the unwinder from
      	the system.  Only add -no_compact_unwind when tarteting darwin
      	10.6 or later.
      
      From-SVN: r169905
      Iain Sandoe committed