Welcome to ftp.nluug.nl Current directory: /NetBSD/NetBSD-release-10/src/external/gpl3/gdb/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-2020 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/ 17-Dec-2022 21:37 - emulparams/ 17-Dec-2022 21:34 - emultempl/ 17-Dec-2022 21:34 - po/ 17-Dec-2022 21:34 - scripttempl/ 17-Dec-2022 21:34 - testsuite/ 17-Dec-2022 21:34 - ChangeLog 15-Sep-2020 03:43 129K ChangeLog-0001 15-Sep-2020 03:43 111K ChangeLog-0203 15-Sep-2020 03:43 120K ChangeLog-2004 15-Sep-2020 03:43 51K ChangeLog-2005 15-Sep-2020 03:43 63K ChangeLog-2006 15-Sep-2020 03:43 46K ChangeLog-2007 15-Sep-2020 03:43 39K ChangeLog-2008 15-Sep-2020 03:43 38K ChangeLog-2009 15-Sep-2020 03:43 58K ChangeLog-2010 15-Sep-2020 03:43 45K ChangeLog-2011 15-Sep-2020 03:43 35K ChangeLog-2012 15-Sep-2020 03:43 34K ChangeLog-2013 15-Sep-2020 03:43 28K ChangeLog-2014 15-Sep-2020 03:43 37K ChangeLog-2015 15-Sep-2020 03:43 39K ChangeLog-2016 15-Sep-2020 03:43 153K ChangeLog-2017 15-Sep-2020 03:43 144K ChangeLog-2018 15-Sep-2020 03:43 180K ChangeLog-2019 15-Sep-2020 03:43 110K ChangeLog-9197 15-Sep-2020 03:43 274K ChangeLog-9899 15-Sep-2020 03:43 70K MAINTAINERS 15-Sep-2020 03:43 260 Makefile.am 15-Sep-2020 03:43 45K Makefile.in 15-Sep-2020 03:43 116K NEWS 15-Sep-2020 03:43 32K README 15-Sep-2020 03:43 2.6K TODO 15-Sep-2020 03:43 361 aclocal.m4 15-Sep-2020 03:43 43K config.in 15-Sep-2020 03:43 7.2K configure 20-Sep-2020 18:41 604K configure.ac 15-Sep-2020 03:43 17K configure.host 15-Sep-2020 03:43 1.0K configure.tgt 05-Dec-2020 22:26 34K deffile.h 15-Sep-2020 03:43 4.2K deffilep.y 15-Sep-2020 03:43 34K dep-in.sed 15-Sep-2020 03:43 273 elf-hints-local.h 15-Sep-2020 03:43 1.9K fdl.texi 15-Sep-2020 03:43 23K gen-doc.texi 15-Sep-2020 03:43 621 genscrba.sh 15-Sep-2020 03:43 319 genscripts.sh 15-Sep-2020 03:43 21K h8-doc.texi 15-Sep-2020 03:43 415 ld.h 15-Sep-2020 03:43 9.4K ld.texi 15-Sep-2020 03:43 344K ldbuildid.c 15-Sep-2020 03:43 4.2K ldbuildid.h 15-Sep-2020 03:43 1.3K ldcref.c 15-Sep-2020 03:43 19K ldctor.c 15-Sep-2020 03:43 9.8K ldctor.h 15-Sep-2020 03:43 2.0K ldelf.c 15-Sep-2020 03:44 61K ldelf.h 15-Sep-2020 03:44 1.5K ldelfgen.c 15-Sep-2020 03:44 6.1K ldelfgen.h 15-Sep-2020 03:44 1.2K ldemul.c 15-Sep-2020 03:44 9.5K ldemul.h 15-Sep-2020 03:44 8.6K ldexp.c 15-Sep-2020 03:44 45K ldexp.h 15-Sep-2020 03:44 6.2K ldfile.c 15-Sep-2020 03:44 19K ldfile.h 15-Sep-2020 03:44 2.1K ldgram.y 15-Sep-2020 03:44 31K ldint.texi 15-Sep-2020 03:44 30K ldlang.c 15-Sep-2020 03:44 259K ldlang.h 15-Sep-2020 03:44 21K ldlex-wrapper.c 15-Sep-2020 03:44 1.1K ldlex.h 15-Sep-2020 03:44 5.2K ldlex.l 15-Sep-2020 03:44 21K ldmain.c 15-Sep-2020 03:44 43K ldmain.h 15-Sep-2020 03:44 2.3K ldmisc.c 15-Sep-2020 03:44 15K ldmisc.h 15-Sep-2020 03:44 1.5K ldver.c 15-Sep-2020 03:44 1.8K ldver.h 15-Sep-2020 03:44 886 ldwrite.c 15-Sep-2020 03:44 15K ldwrite.h 15-Sep-2020 03:44 868 lexsup.c 15-Sep-2020 03:44 74K mri.c 15-Sep-2020 03:44 7.2K mri.h 15-Sep-2020 03:44 1.5K pe-dll.c 15-Sep-2020 03:44 98K pe-dll.h 15-Sep-2020 03:44 2.5K pep-dll.c 15-Sep-2020 03:44 2.8K pep-dll.h 15-Sep-2020 03:44 2.6K plugin.c 15-Sep-2020 03:44 39K plugin.h 15-Sep-2020 03:44 2.1K stamp-h.in 15-Sep-2020 03:44 10 sysdep.h 15-Sep-2020 03:44 2.4K testplug.c 15-Sep-2020 03:44 20K testplug2.c 15-Sep-2020 03:44 20K testplug3.c 15-Sep-2020 03:44 19K testplug4.c 15-Sep-2020 03:44 21K
NLUUG - Open Systems. Open Standards
Become a member
and get discounts on conferences and more, see the NLUUG website!