This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r170040 - in /branches/gcc-4_5-branch/gcc: Chan...


Author: danglin
Date: Fri Feb 11 02:06:55 2011
New Revision: 170040

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170040
Log:
	Backport from mainline:
	2011-02-07  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>

	* 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.


Modified:
    branches/gcc-4_5-branch/gcc/ChangeLog
    branches/gcc-4_5-branch/gcc/config.gcc
    branches/gcc-4_5-branch/gcc/config/pa/pa-hpux11.h
    branches/gcc-4_5-branch/gcc/config/pa/pa64-hpux.h
    branches/gcc-4_5-branch/gcc/config/pa/stublib.c
    branches/gcc-4_5-branch/gcc/config/pa/t-pa-hpux11
    branches/gcc-4_5-branch/gcc/config/pa/t-pa64


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]