This is the mail archive of the binutils@sourceware.org mailing list for the binutils 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]

Re: RFA/RFC: Enable both gold and ld in a single toolchain


Hi Guys,

OK - I have revised the patch yet again. This version uses H.J.'s name for the bfd based linker (ld.bfd) and changes the switches that selects between gold and ld.bfd to be -fuse-gold and -fuse-ld (or -fuse-ld.bfd).

x86 bootstrapping is still OK.

Any more suggestions or comments ?

Cheers
  Nick

./ChangeLog
2010-03-04  Nick Clifton  <nickc@redhat.com>

	* configure.ac (--enable-gold): Accept a parameter of "both",
        "both/gold" or "both/ld".  If any of these values are given
        then configure both ld and gold.
        * configure: Regenerate.

gcc/ChangeLog
2010-03-04  Nick Clifton  <nickc@redhat.com>

	* configure.ac (gcc_cv_gold_srcdir): New cached variable -
	contains the location of the gold sources.
        (ORIGINAL_GOLD_FOR_TARGET): New substituted variable - contains
	the name of the locally built gold executable.
        * configure: Regenerate.
        * collect2.c (main): Detect the -use-gold and -use-ld switches
	and select the appropriate linker, if found.
        * exec-tool.in: Detect the -use-gold and -use-ld switches and
        select the appropriate linker, if found.
	Add support for -v switch.
	Report problems locating linker executable.
	* gcc.c (LINK_COMMAND_SPEC): Translate -fuse-gold into
	-use-gold and -fuse-ld into -use-ld.
	* common.opt: Add fuse-gold, fuse-ld and fuse-ld.bfd
	* opts.c (comman_handle_option): Ignore -fuse-gold, -fuse-ld
        and -fuse-ld.bfd.
	* doc/invoke.texi: Document the new options.

gold/ChangeLog
2010-03-04  Nick Clifton  <nickc@redhat.com>

	* configure.ac (install_as_default): Define and set to false
	unless --enable-gold or --enable-gold=both/gold has been
	specified.
	* configure: Regenerate.
	* Makefile.am (install-exec-local): Install the executable as 	
	"gold".  If install_as_default is true then also install it as 	
	"ld".
        * Makefile.in: Regenerate.

ld/ChangeLog
2010-03-04  Nick Clifton  <nickc@redhat.com>

	* configure.in (install_as_default): Define and set to true
	unless --enable-gold=both/gold has been specified.
	* configure: Regenerate.
	* Makefile.am (transform): Use ld.bfd as the default name of
	the linker.
	(install-exec-local): Also install the executable as a binary
	named 'ld' if install_as_default is true.
	* Makefile.in: Regenerate.

Attachment: gold-and-ld.patch.3
Description: Unix manual page


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