Welcome to ftp.nluug.nl Current directory: /pub/ftp/NetBSD/NetBSD-release-9/src/external/gpl3/binutils/dist/ld/ |
|
Contents of README: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. |
Name Last modified Size
Parent Directory - CVS/ 04-Dec-2024 04:04 - emulparams/ 14-Feb-2024 19:47 - emultempl/ 14-Feb-2024 19:47 - po/ 14-Feb-2024 19:47 - scripttempl/ 14-Feb-2024 19:47 - .gitignore 29-Sep-2013 15:45 147 ChangeLog 07-Nov-2018 02:13 114K ChangeLog-0001 29-Jan-2016 13:45 111K ChangeLog-0203 29-Jan-2016 13:45 120K ChangeLog-2004 29-Jan-2016 13:45 51K ChangeLog-2005 29-Jan-2016 13:45 63K ChangeLog-2006 29-Jan-2016 13:45 46K ChangeLog-2007 29-Jan-2016 13:45 39K ChangeLog-2008 29-Jan-2016 13:45 38K ChangeLog-2009 29-Jan-2016 13:45 58K ChangeLog-2010 29-Jan-2016 13:45 45K ChangeLog-2011 29-Jan-2016 13:45 35K ChangeLog-2012 29-Jan-2016 13:45 34K ChangeLog-2013 29-Jan-2016 13:45 28K ChangeLog-2014 29-Jan-2016 13:45 37K ChangeLog-2015 26-Oct-2016 19:30 39K ChangeLog-2016 15-Apr-2018 00:17 153K ChangeLog-2017 15-Apr-2018 00:17 144K ChangeLog-9197 29-Jan-2016 13:45 274K ChangeLog-9899 29-Jan-2016 13:45 70K MAINTAINERS 15-Apr-2018 00:17 260 Makefile.am 07-Nov-2018 02:13 73K Makefile.in 07-Nov-2018 02:13 146K NEWS 06-Nov-2018 22:19 28K README 06-Nov-2018 22:19 2.6K TODO 18-Aug-2009 12:16 361 aclocal.m4 06-Nov-2018 22:19 43K config.in 06-Nov-2018 22:19 6.8K configure 07-Nov-2018 02:13 602K configure.ac 27-Dec-2018 15:53 15K configure.host 07-Nov-2018 02:13 1.0K configure.tgt 18-Apr-2019 12:07 35K deffile.h 06-Nov-2018 22:19 4.2K deffilep.c 06-Nov-2018 22:19 93K deffilep.h 15-Apr-2018 00:17 3.2K deffilep.y 06-Nov-2018 22:19 34K dep-in.sed 25-Sep-2011 00:19 273 elf-hints-local.h 29-Jan-2016 13:45 1.9K fdl.texi 25-Sep-2011 00:19 23K gen-doc.texi 06-Nov-2018 22:19 600 genscrba.sh 18-Aug-2009 12:16 319 genscripts.sh 07-Nov-2018 02:13 17K h8-doc.texi 06-Nov-2018 22:19 415 ld.1 06-Nov-2018 22:19 127K ld.h 15-Apr-2018 00:17 9.5K ld.info 06-Nov-2018 22:19 402K ld.texi 06-Nov-2018 22:19 328K ldbuildid.c 15-Apr-2018 00:17 4.2K ldbuildid.h 15-Apr-2018 00:17 1.3K ldcref.c 06-Nov-2018 22:19 19K ldctor.c 07-Nov-2018 02:13 9.7K ldctor.h 15-Apr-2018 00:17 2.0K ldemul.c 07-Nov-2018 02:13 8.1K ldemul.h 15-Apr-2018 22:06 7.1K ldexp.c 07-Nov-2018 02:13 44K ldexp.h 15-Apr-2018 00:17 6.1K ldfile.c 06-Nov-2018 22:19 17K ldfile.h 15-Apr-2018 00:17 2.0K ldgram.c 07-Nov-2018 02:13 162K ldgram.h 15-Apr-2018 22:06 8.0K ldgram.y 06-Nov-2018 22:19 31K ldint.texi 06-Nov-2018 22:19 30K ldlang.c 07-Nov-2018 02:13 237K ldlang.h 07-Nov-2018 02:13 21K ldlex-wrapper.c 15-Apr-2018 00:17 1.1K ldlex.c 07-Nov-2018 02:13 142K ldlex.h 07-Nov-2018 02:13 4.9K ldlex.l 07-Nov-2018 02:13 22K ldmain.c 07-Nov-2018 02:13 40K ldmain.h 15-Apr-2018 22:06 2.3K ldmisc.c 06-Nov-2018 22:19 15K ldmisc.h 15-Apr-2018 00:17 1.5K ldver.c 15-Apr-2018 00:17 1.7K ldver.h 15-Apr-2018 00:17 886 ldwrite.c 06-Nov-2018 22:19 16K ldwrite.h 15-Apr-2018 00:17 868 lexsup.c 07-Nov-2018 02:13 68K mri.c 06-Nov-2018 22:19 7.1K mri.h 15-Apr-2018 00:17 1.5K pe-dll.c 06-Nov-2018 22:19 97K pe-dll.h 06-Nov-2018 22:19 2.5K pep-dll.c 06-Nov-2018 22:19 2.7K pep-dll.h 06-Nov-2018 22:19 2.5K plugin.c 06-Nov-2018 22:19 37K plugin.h 15-Apr-2018 00:17 2.1K stamp-h.in 18-Aug-2009 12:16 10 sysdep.h 15-Apr-2018 00:17 2.4K testplug.c 15-Apr-2018 00:17 20K testplug2.c 15-Apr-2018 00:17 20K testplug3.c 15-Apr-2018 00:17 19K testplug4.c 15-Apr-2018 00:17 20K
NLUUG - Open Systems. Open Standards
Become a member
and get discounts on conferences and more, see the NLUUG website!