binutils-gdb/ld
Thomas Preud'homme c0c468d562 [ARM] Update bfd's Tag_CPU_arch knowledge
BFD's bfd_get_mach () function returns a bfd specific value representing
the architecture of the target which is populated from the Tag_CPU_arch
build attribute value of that target. Among other users of that
interfacem, objdump which uses it to print the architecture version of
the binary being examinated and to decide what instruction is available
if run with "-m arm" via its own mapping from bfd_mach_arm_X values to
feature bits available.

However, both BFD and objdump's most recent known architecture is
Armv5TE. When encountering a newer architecture bfd_get_mach will return
bfd_mach_arm_unknown. This is unfortunate since objdump uses that value
to allow all instructions on all architectures which is already what it
does by default, making the "-m arm" trick useless.

This patch updates BFD and objdump's knowledge of Arm architecture
versions up to the latest Armv8-M Baseline and Mainline, Armv8-R and
Armv8.4-A architectures. Since several architecture versions (eg. 8.X-A)
share the same Tag_CPU_arch build attribute value and
bfd_mach_arm values, the mapping from bfd machine value to feature bits
need to return the most featureful feature bits that would yield the
given bfd machine value otherwise some instruction would not disassemble
under "-m arm" mode. The patch rework that mapping to make this clearer
and simplify writing the mapping rules. In particular, for simplicity
all FPU instructions are allowed in all cases.

Finally, the patch also rewrite the cpu_arch_ver table in GAS to use the
TAG_CPU_ARCH_X macros rather than hardcode their value.

2018-07-02  Thomas Preud'homme  <thomas.preudhomme@arm.com>

bfd/
	* archures.c (bfd_mach_arm_5TEJ, bfd_mach_arm_6, bfd_mach_arm_6KZ,
	bfd_mach_arm_6T2, bfd_mach_arm_6K, bfd_mach_arm_7, bfd_mach_arm_6M,
	bfd_mach_arm_6SM, bfd_mach_arm_7EM, bfd_mach_arm_8, bfd_mach_arm_8R,
	bfd_mach_arm_8M_BASE, bfd_mach_arm_8M_MAIN): Define.
	* bfd-in2.h: Regenerate.
	* cpu-arm.c (arch_info_struct): Add entries for above new
	bfd_mach_arm values.
	* elf32-arm.c (bfd_arm_get_mach_from_attributes): Add Tag_CPU_arch to
	bfd_mach_arm mapping logic for pre Armv4 and Armv5TEJ and later
	architectures.  Force assert failure for any new Tag_CPU_arch value.

gas/
	* config/tc-arm.c (cpu_arch_ver): Use symbolic TAG_CPU_ARCH macros
	rather than hardcode their values.

ld/
	* arm-dis.c (select_arm_features): Fix typo in heading comment.  Allow
	all FPU features and add mapping from new bfd_mach_arm values to
	allowed CPU feature bits.

opcodes/
	* testsuite/ld-arm/tls-descrelax-be8.d: Add architecture version in
	expected result.
	* testsuite/ld-arm/tls-descrelax-v7.d: Likewise.
	* testsuite/ld-arm/tls-longplt-lib.d: Likewise.
	* testsuite/ld-arm/tls-longplt.d: Likewise.
2018-07-02 11:22:20 +01:00
..
emulparams Fix syntax error in AArch64 default linker scripts when invoked with -shared. 2018-06-12 12:45:49 +01:00
emultempl Fix spelling mistakes. 2018-06-26 12:56:23 +01:00
po Updated translations. 2018-06-26 14:03:16 +01:00
scripttempl Define various symbols conditionally in shared libraries 2018-06-08 20:17:34 +09:30
testsuite [ARM] Update bfd's Tag_CPU_arch knowledge 2018-07-02 11:22:20 +01:00
.gitignore
ChangeLog [ARM] Update bfd's Tag_CPU_arch knowledge 2018-07-02 11:22:20 +01: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-2014
ChangeLog-2015
ChangeLog-2016
ChangeLog-2017 ChangeLog rotation 2018-01-03 17:49:42 +10:30
ChangeLog-9197
ChangeLog-9899
MAINTAINERS Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
Makefile.am Bump to autoconf 2.69 and automake 1.15.1 2018-06-19 16:55:06 -04:00
Makefile.in Bump to autoconf 2.69 and automake 1.15.1 2018-06-19 16:55:06 -04:00
NEWS Fix use of "command line X" in binutils doc 2018-07-02 11:18:24 +01:00
README Bump to autoconf 2.69 and automake 1.15.1 2018-06-19 16:55:06 -04:00
TODO
aclocal.m4 Bump to autoconf 2.69 and automake 1.15.1 2018-06-19 16:55:06 -04:00
config.in Bump to autoconf 2.69 and automake 1.15.1 2018-06-19 16:55:06 -04:00
configure Regenerate configure and pot files with updated binutils version number. 2018-06-24 19:13:01 +01:00
configure.ac Bump to autoconf 2.69 and automake 1.15.1 2018-06-19 16:55:06 -04:00
configure.host Remove m88k support 2018-04-16 15:23:38 +09:30
configure.tgt Add support for the Freescale s12z processor. 2018-05-18 15:26:18 +01:00
deffile.h Speed up direct linking with DLLs on Windows (2/2). 2018-04-04 12:13:05 +02:00
deffilep.y Speed up direct linking with DLLs on Windows (2/2). 2018-04-04 12:13:05 +02:00
dep-in.sed
elf-hints-local.h
fdl.texi
gen-doc.texi Bump to autoconf 2.69 and automake 1.15.1 2018-06-19 16:55:06 -04:00
genscrba.sh
genscripts.sh RISC-V: New emulations to make path searches follow glibc ABI. 2018-05-08 13:34:03 -07:00
h8-doc.texi Bump to autoconf 2.69 and automake 1.15.1 2018-06-19 16:55:06 -04:00
ld.h Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
ld.texi Fix use of "command line X" in binutils doc 2018-07-02 11:18:24 +01:00
ldbuildid.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
ldbuildid.h Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
ldcref.c ld error/warning messages 2018-02-26 10:51:12 +10:30
ldctor.c ld error/warning messages 2018-02-26 10:51:12 +10:30
ldctor.h Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
ldemul.c powerpc common-page-size 2018-04-14 17:56:40 +09:30
ldemul.h Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
ldexp.c ld: Hide symbols defined by HIDDEN/PROVIDE_HIDDEN 2018-05-21 20:39:30 -07:00
ldexp.h ld: Remove unused expression state 2018-01-11 17:35:35 +00:00
ldfile.c ld error/warning messages 2018-02-26 10:51:12 +10:30
ldfile.h Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
ldgram.y ld error/warning messages 2018-02-26 10:51:12 +10:30
ldint.texi Fix use of "command line X" in binutils doc 2018-07-02 11:18:24 +01:00
ldlang.c Remove sh5 and sh64 support 2018-04-16 15:29:39 +09:30
ldlang.h Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
ldlex-wrapper.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
ldlex.h [MicroBlaze] PIC data text relative 2018-04-17 14:47:13 -07:00
ldlex.l Use %pI, %pR, %pS, %pT in place of %I, %R, %S and %T. 2018-02-19 23:55:53 +10:30
ldmain.c [MicroBlaze] PIC data text relative 2018-04-17 14:47:13 -07:00
ldmain.h Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
ldmisc.c ld error/warning messages 2018-02-26 10:51:12 +10:30
ldmisc.h Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
ldver.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
ldver.h Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
ldwrite.c ld error/warning messages 2018-02-26 10:51:12 +10:30
ldwrite.h Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
lexsup.c [MicroBlaze] PIC data text relative 2018-04-17 14:47:13 -07:00
mri.c Remove m68k-aout and m68k-coff support 2018-04-16 15:31:36 +09:30
mri.h Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
pe-dll.c Remove arm-epoc-pe support 2018-04-16 20:29:05 +09:30
pe-dll.h Speed up direct linking with DLLs on Windows (1/2). 2018-04-04 12:07:50 +02:00
pep-dll.c Speed up direct linking with DLLs on Windows (1/2). 2018-04-04 12:07:50 +02:00
pep-dll.h Speed up direct linking with DLLs on Windows (1/2). 2018-04-04 12:07:50 +02:00
plugin.c PR23254, ld.bfd mishandles file pointers while scanning archive 2018-06-05 22:39:11 +09:30
plugin.h Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
stamp-h.in
sysdep.h Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
testplug.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
testplug2.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
testplug3.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
testplug4.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30

README

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.texi), as well as the
  beginnings of an internals manual (ldint.texi).

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.texi 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-2018 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.