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]

r152100 - in /branches/ibm/gcc-4_3-branch/gcc: ...


Author: bergner
Date: Wed Sep 23 20:48:17 2009
New Revision: 152100

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=152100
Log:
	Revert patches/patch-043-build-id.diff

	Backport from mainline:

	2009-04-30  Paul Pluzhnikov  <ppluzhnikov@google.com>
		    Roland McGrath <roland@redhat.com>

	* configure.ac (HAVE_LD_BUILDID): New check for ld --build-id
	support.
	(ENABLE_LD_BUILDID): New configuration option.
	* gcc.c [HAVE_LD_BUILDID and ENABLE_LD_BUILDID]
	(LINK_BUILDID_SPEC): New macro.
	(init_spec): If defined, prepend it between LINK_EH_SPEC and
	link_spec.
	* doc/install.texi: Document --enable-linker-build-id option.
	* configure: Rebuild.
	* config.in: Rebuild.

Modified:
    branches/ibm/gcc-4_3-branch/gcc/ChangeLog.ibm
    branches/ibm/gcc-4_3-branch/gcc/config.in
    branches/ibm/gcc-4_3-branch/gcc/config/elfos.h
    branches/ibm/gcc-4_3-branch/gcc/configure
    branches/ibm/gcc-4_3-branch/gcc/configure.ac
    branches/ibm/gcc-4_3-branch/gcc/doc/install.texi
    branches/ibm/gcc-4_3-branch/gcc/gcc.c


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