binutils-gdb/ld
Igor Zamyatin d258b82828 Add -z bndplt to generate BND prefix in PLT entries
This patch adds "-z bndplt" option Linux/x86-64 linker to generate BND
prefix in PLT entries.  It also updated Linux/x86-64 assembler not to
generate R_X86_64_PLT32_BND nor R_X86_64_PC32_BND relocations.

bfd/

2014-11-18  Igor Zamyatin  <igor.zamyatin@intel.com>

	* elf64-x86-64.c (elf_x86_64_check_relocs): Enable MPX PLT only
	for -z bndplt.

gas/

2014-11-18  Igor Zamyatin  <igor.zamyatin@intel.com>

	* config/tc-i386-intel.c (i386_operator): Remove last argument
	from lex_got call.
	* config/tc-i386.c (reloc): Remove bnd_prefix from parameters'
	list.  Return always BFD_RELOC_32_PCREL.
	* (output_branch): Remove condition for BFD_RELOC_X86_64_PC32_BND.
	* (output_jump): Update call to reloc accordingly.
	* (output_interseg_jump): Likewise.
	* (output_disp): Likewise.
	* (output_imm): Likewise.
	* (x86_cons_fix_new): Likewise.
	* (lex_got): Remove bnd_prefix from parameters' list in macro and
	declarations. Don't use BFD_RELOC_X86_64_PLT32_BND.
	* (x86_cons): Update call to lex_got accordingly.
	* (i386_immediate): Likewise.
	* (i386_displacement): Likewise.
	* (md_apply_fix): Don't use BFD_RELOC_X86_64_PLT32_BND nor
	BFD_RELOC_X86_64_PC32_BND.
	* (tc_gen_reloc): Likewise.

include/

2014-11-18  Igor Zamyatin  <igor.zamyatin@intel.com>

	* bfdlink.h (struct bfd_link_info): Add bndplt.

ld/

2014-11-18  Igor Zamyatin  <igor.zamyatin@intel.com>

	* emulparams/elf_x86_64.sh (BNDPLT): Set to yes for x86_64.
	* emultempl/elf32.em (gld${EMULATION_NAME}_handle_option): Handle
	"-z bndplt" if BNDPLT is yes.
	(gld${EMULATION_NAME}_list_options): Add "-z bndplt" entry.
	* ld.texinfo: Add description for bndplt.

ld/testsuite/

2014-11-18  Igor Zamyatin  <igor.zamyatin@intel.com>

	* testsuite/ld-x86-64/bnd-ifunc-1.d: Add bndplt option.
	* testsuite/ld-x86-64/bnd-ifunc-2.d: Likewise.
	* testsuite/ld-x86-64/bnd-plt-1.d: Likewise.  Update dissassembly
	sections.
	* testsuite/ld-x86-64/mpx.exp: Handle mpx3 and mpx4 tests.
	* testsuite/ld-x86-64/mpx1a.rd: Remove _BND from relocation name.
	* testsuite/ld-x86-64/mpx1c.rd: Likewise.
	* testsuite/ld-x86-64/mpx2a.rd: Likewise.
	* testsuite/ld-x86-64/mpx2c.rd: Likewise.
	* testsuite/ld-x86-64/mpx3.dd: New file.
	* testsuite/ld-x86-64/mpx3a.s: Likewise.
	* testsuite/ld-x86-64/mpx3b.s: Likewise.
	* testsuite/ld-x86-64/mpx4.dd: Likewise.
	* testsuite/ld-x86-64/mpx4a.s: Likewise.
	* testsuite/ld-x86-64/mpx4b.s: Likewise.
2014-11-18 05:40:17 -08:00
..
emulparams Add -z bndplt to generate BND prefix in PLT entries 2014-11-18 05:40:17 -08:00
emultempl Add -z bndplt to generate BND prefix in PLT entries 2014-11-18 05:40:17 -08:00
po Updated/new translations provided by the Translations Project. 2014-10-29 16:34:04 +00:00
scripttempl * avrtiny.sc: Apply avr.sc fixes. 2014-11-11 20:44:03 +03:00
testsuite Add -z bndplt to generate BND prefix in PLT entries 2014-11-18 05:40:17 -08:00
.gitignore
aclocal.m4
ChangeLog Add -z bndplt to generate BND prefix in PLT entries 2014-11-18 05:40:17 -08:00
ChangeLog-0001
ChangeLog-0203
ChangeLog-2004
ChangeLog-2005
ChangeLog-2006
ChangeLog-2007
ChangeLog-2008
ChangeLog-2009
ChangeLog-2010
ChangeLog-2011
ChangeLog-2012
ChangeLog-2013
ChangeLog-9197
ChangeLog-9899
config.in configury changes to make ld plugin support controlled by --enable-plugins 2014-08-14 13:46:09 +09:30
configure Bump bfd version. 2014-10-15 10:21:25 +02:00
configure.ac configury changes to make ld plugin support controlled by --enable-plugins 2014-08-14 13:46:09 +09:30
configure.host
configure.tgt Add mips*-img-elf* target triple. 2014-09-12 14:25:15 +01:00
deffile.h
deffilep.y
dep-in.sed
elf-hints-local.h
fdl.texi
gen-doc.texi
genscrba.sh
genscripts.sh
h8-doc.texi
ld.h
ld.texinfo Add -z bndplt to generate BND prefix in PLT entries 2014-11-18 05:40:17 -08:00
ldbuildid.c
ldbuildid.h
ldcref.c
ldctor.c
ldctor.h
ldemul.c
ldemul.h
ldexp.c
ldexp.h
ldfile.c
ldfile.h
ldgram.y Allow unquoted = as the first character in ldscript input_list names 2014-10-15 03:10:25 +02:00
ldint.texinfo
ldlang.c If "=" is the first character in a ldscript input file, force a sysroot prefix. 2014-10-15 03:04:21 +02:00
ldlang.h Linker part of PR16563 fix 2014-08-14 13:49:31 +09:30
ldlex-wrapper.c
ldlex.h Implement --print-sysroot in ld. 2014-10-17 13:06:56 +02:00
ldlex.l Allow unquoted = as the first character in ldscript input_list names 2014-10-15 03:10:25 +02:00
ldmain.c Add support for MIPS R6. 2014-09-15 12:15:55 +01:00
ldmain.h
ldmisc.c
ldmisc.h
ldver.c
ldver.h
ldwrite.c Linker part of PR16563 fix 2014-08-14 13:49:31 +09:30
ldwrite.h
lexsup.c Implement --print-sysroot in ld. 2014-10-17 13:06:56 +02:00
MAINTAINERS
Makefile.am Add moxiebox target 2014-07-27 08:51:20 -04:00
Makefile.in Regen ld/Makefile.in 2014-08-05 11:24:42 +09:30
mri.c
mri.h
NEWS Add NEWS markers for 2.25. 2014-10-14 09:49:47 +02:00
pe-dll.c This is necessary for adding __cxa_atexit support for Cygwin in GCC without 2014-08-13 11:43:28 +01:00
pe-dll.h
pep-dll.c
pep-dll.h
plugin.c Simplify is_ir_dummy_bfd test 2014-08-14 13:39:40 +09:30
plugin.h Fix build breakage when ld plugins disabled 2014-08-12 20:49:58 +09:30
README
stamp-h.in
sysdep.h
testplug.c
TODO

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

		README for LD

This is the GNU linker.  It is distributed with other "binary
utilities" which should be in ../binutils.  See ../binutils/README for
more general notes, including where to send bug reports.

There are many features of the linker:

* The linker uses a Binary File Descriptor library (../bfd)
  that it uses to read and write object files.  This helps
  insulate the linker itself from the format of object files.

* The linker supports a number of different object file
  formats.  It can even handle multiple formats at once:
  Read two input formats and write a third.

* The linker can be configured for cross-linking.

* The linker supports a control language.

* There is a user manual (ld.texinfo), as well as the
  beginnings of an internals manual (ldint.texinfo).

Installation
============

See ../binutils/README.

If you want to make a cross-linker, you may want to specify
a different search path of -lfoo libraries than the default.
You can do this by setting the LIB_PATH variable in ./Makefile
or using the --with-lib-path configure switch.

To build just the linker, make the target all-ld from the top level
directory (one directory above this one).

Porting to a new target
=======================

See the ldint.texinfo manual.

Reporting bugs etc
===========================

See ../binutils/README.

Known problems
==============

The Solaris linker normally exports all dynamic symbols from an
executable.  The GNU linker does not do this by default.  This is
because the GNU linker tries to present the same interface for all
similar targets (in this case, all native ELF targets).  This does not
matter for normal programs, but it can make a difference for programs
which try to dlopen an executable, such as PERL or Tcl.  You can make
the GNU linker export all dynamic symbols with the -E or
--export-dynamic command line option.

HP/UX 9.01 has a shell bug that causes the linker scripts to be
generated incorrectly.  The symptom of this appears to be "fatal error
- scanner input buffer overflow" error messages.  There are various
workarounds to this:
  * Build and install bash, and build with "make SHELL=bash".
  * Update to a version of HP/UX with a working shell (e.g., 9.05).
  * Replace "(. ${srcdir}/scripttempl/${SCRIPT_NAME}.sc)" in
    genscripts.sh with "sh ${srcdir}..." (no parens) and make sure the
    emulparams script used exports any shell variables it sets.

Copyright (C) 2012-2014 Free Software Foundation, Inc.

Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.