Welcome to ftp.nluug.nl Current directory: /NetBSD/NetBSD-current/src/external/gpl3/binutils.old/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-2022 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/ 27-Nov-2024 04:01 - emulparams/ 30-Jun-2024 05:01 - emultempl/ 30-Jun-2024 05:01 - po/ 30-Jun-2024 05:01 - scripttempl/ 30-Jun-2024 05:01 - ChangeLog 30-Jun-2024 05:01 68K ChangeLog-0001 14-Apr-2018 17:49 111K ChangeLog-0203 14-Apr-2018 17:49 120K ChangeLog-2004 14-Apr-2018 17:49 51K ChangeLog-2005 14-Apr-2018 17:49 63K ChangeLog-2006 14-Apr-2018 17:49 46K ChangeLog-2007 14-Apr-2018 17:49 39K ChangeLog-2008 14-Apr-2018 17:49 38K ChangeLog-2009 14-Apr-2018 17:49 58K ChangeLog-2010 14-Apr-2018 17:49 45K ChangeLog-2011 14-Apr-2018 17:49 35K ChangeLog-2012 14-Apr-2018 17:49 34K ChangeLog-2013 14-Apr-2018 17:49 28K ChangeLog-2014 14-Apr-2018 17:49 37K ChangeLog-2015 14-Apr-2018 17:37 39K ChangeLog-2016 03-Apr-2020 19:41 153K ChangeLog-2017 03-Apr-2020 19:41 144K ChangeLog-2018 23-Dec-2022 18:01 180K ChangeLog-2019 23-Dec-2022 18:01 110K ChangeLog-2020 29-Jun-2024 18:24 173K ChangeLog-9197 14-Apr-2018 17:49 274K ChangeLog-9899 30-Jun-2024 05:01 70K MAINTAINERS 30-Jun-2024 05:01 260 Makefile.am 30-Jun-2024 05:01 47K Makefile.in 30-Jun-2024 05:01 122K NEWS 30-Jun-2024 05:01 35K README 30-Jun-2024 05:01 2.6K TODO 14-Apr-2018 17:49 361 aclocal.m4 30-Jun-2024 05:01 44K config.in 30-Jun-2024 05:01 6.9K configure 30-Jun-2024 05:01 594K configure.ac 30-Jun-2024 05:01 20K configure.host 30-Jun-2024 05:01 1.0K configure.tgt 30-Jun-2024 05:01 38K deffile.h 30-Jun-2024 05:01 4.2K deffilep.c 30-Jun-2024 05:01 95K deffilep.h 30-Jun-2024 05:01 4.6K deffilep.y 30-Jun-2024 05:01 34K dep-in.sed 14-Apr-2018 17:49 273 elf-hints-local.h 30-Jun-2024 05:01 1.9K fdl.texi 14-Apr-2018 17:49 23K gen-doc.texi 30-Jun-2024 05:01 621 genscrba.sh 24-Dec-2022 04:01 319 genscripts.sh 30-Jun-2024 05:01 21K h8-doc.texi 30-Jun-2024 05:01 415 ld.1 30-Jun-2024 05:01 154K ld.h 30-Jun-2024 05:01 9.0K ld.info 30-Jun-2024 05:01 435K ld.texi 30-Jun-2024 05:01 358K ldbuildid.c 30-Jun-2024 05:01 4.2K ldbuildid.h 30-Jun-2024 05:01 1.2K ldcref.c 30-Jun-2024 05:01 19K ldctor.c 30-Jun-2024 05:01 9.7K ldctor.h 30-Jun-2024 05:01 2.0K ldelf.c 30-Jun-2024 05:01 67K ldelf.h 30-Jun-2024 05:01 1.7K ldelfgen.c 30-Jun-2024 05:01 13K ldelfgen.h 30-Jun-2024 05:01 1.2K ldemul.c 30-Jun-2024 05:01 9.6K ldemul.h 30-Jun-2024 05:01 9.3K ldexp.c 30-Jun-2024 05:01 46K ldexp.h 30-Jun-2024 05:01 6.4K ldfile.c 30-Jun-2024 05:01 20K ldfile.h 30-Jun-2024 05:01 2.0K ldgram.c 30-Jun-2024 05:01 185K ldgram.h 30-Jun-2024 05:01 13K ldgram.y 30-Jun-2024 05:01 32K ldint.texi 30-Jun-2024 05:01 30K ldlang.c 30-Jun-2024 05:01 265K ldlang.h 30-Jun-2024 05:01 21K ldlex-wrapper.c 30-Jun-2024 05:01 1.1K ldlex.c 30-Jun-2024 05:01 121K ldlex.h 30-Jun-2024 05:01 5.5K ldlex.l 30-Jun-2024 05:01 22K ldmain.c 30-Jun-2024 05:01 44K ldmain.h 30-Jun-2024 05:01 2.4K ldmisc.c 30-Jun-2024 05:01 15K ldmisc.h 30-Jun-2024 05:01 1.5K ldver.c 30-Jun-2024 05:01 1.8K ldver.h 30-Jun-2024 05:01 886 ldwrite.c 30-Jun-2024 05:01 15K ldwrite.h 30-Jun-2024 05:01 868 lexsup.c 30-Jun-2024 05:01 80K libdep_plugin.c 29-Jun-2024 18:24 7.6K mri.c 30-Jun-2024 05:01 7.2K mri.h 30-Jun-2024 05:01 1.5K pe-dll.c 30-Jun-2024 05:01 101K pe-dll.h 30-Jun-2024 05:01 2.5K pep-dll.c 30-Jun-2024 05:01 2.8K pep-dll.h 30-Jun-2024 05:01 2.6K plugin.c 30-Jun-2024 05:01 39K plugin.h 30-Jun-2024 05:01 2.1K sysdep.h 30-Jun-2024 05:01 2.1K testplug.c 30-Jun-2024 05:01 20K testplug2.c 30-Jun-2024 05:01 20K testplug3.c 30-Jun-2024 05:01 19K testplug4.c 30-Jun-2024 05:01 20K
NLUUG - Open Systems. Open Standards
Become a member
and get discounts on conferences and more, see the NLUUG website!