\input texinfo@setfilename ld.info@c Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,@c 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.@syncodeindex ky cp@c man begin INCLUDE@include configdoc.texi@c (configdoc.texi is generated by the Makefile)@include bfdver.texi@c man end@c @smallbook@macro gcctabopt{body}@code{\body\}@end macro@c man begin NAME@ifset man@c Configure for the generation of man pages@set UsesEnvVars@set GENERIC@set ARM@set H8300@set HPPA@set I960@set M68HC11@set M68K@set MMIX@set MSP430@set POWERPC@set POWERPC64@set Renesas@set SPU@set TICOFF@set WIN32@set XTENSA@end ifset@c man end@ifinfo@formatSTART-INFO-DIR-ENTRY* Ld: (ld). The GNU linker.END-INFO-DIR-ENTRY@end format@end ifinfo@copyingThis file documents the @sc{gnu} linker LD@ifset VERSION_PACKAGE@value{VERSION_PACKAGE}@end ifsetversion @value{VERSION}.Copyright @copyright{} 1991, 92, 93, 94, 95, 96, 97, 98, 99, 2000,2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.Permission is granted to copy, distribute and/or modify this documentunder the terms of the GNU Free Documentation License, Version 1.1or any later version published by the Free Software Foundation;with no Invariant Sections, with no Front-Cover Texts, and with noBack-Cover Texts. A copy of the license is included in thesection entitled ``GNU Free Documentation License''.@end copying@iftex@finalout@setchapternewpage odd@settitle The GNU linker@titlepage@title The GNU linker@sp 1@subtitle @code{ld}@ifset VERSION_PACKAGE@subtitle @value{VERSION_PACKAGE}@end ifset@subtitle Version @value{VERSION}@author Steve Chamberlain@author Ian Lance Taylor@page@tex{\parskip=0pt\hfill Red Hat Inc\par\hfill nickc\@credhat.com, doc\@redhat.com\par\hfill {\it The GNU linker}\par\hfill Edited by Jeffrey Osier (jeffrey\@cygnus.com)\par}\global\parindent=0pt % Steve likes it this way.@end tex@vskip 0pt plus 1filll@c man begin COPYRIGHTCopyright @copyright{} 1991, 92, 93, 94, 95, 96, 97, 98, 99, 2000, 2001,2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.Permission is granted to copy, distribute and/or modify this documentunder the terms of the GNU Free Documentation License, Version 1.1or any later version published by the Free Software Foundation;with no Invariant Sections, with no Front-Cover Texts, and with noBack-Cover Texts. A copy of the license is included in thesection entitled ``GNU Free Documentation License''.@c man end@end titlepage@end iftex@contents@c FIXME: Talk about importance of *order* of args, cmds to linker!@ifnottex@node Top@top LDThis file documents the @sc{gnu} linker ld@ifset VERSION_PACKAGE@value{VERSION_PACKAGE}@end ifsetversion @value{VERSION}.This document is distributed under the terms of the GNU FreeDocumentation License. A copy of the license is included in thesection entitled ``GNU Free Documentation License''.@menu* Overview:: Overview* Invocation:: Invocation* Scripts:: Linker Scripts@ifset GENERIC* Machine Dependent:: Machine Dependent Features@end ifset@ifclear GENERIC@ifset H8300* H8/300:: ld and the H8/300@end ifset@ifset Renesas* Renesas:: ld and other Renesas micros@end ifset@ifset I960* i960:: ld and the Intel 960 family@end ifset@ifset ARM* ARM:: ld and the ARM family@end ifset@ifset HPPA* HPPA ELF32:: ld and HPPA 32-bit ELF@end ifset@ifset M68HC11* M68HC11/68HC12:: ld and the Motorola 68HC11 and 68HC12 families@end ifset@ifset M68K* M68K:: ld and Motorola 68K family@end ifset@ifset POWERPC* PowerPC ELF32:: ld and PowerPC 32-bit ELF Support@end ifset@ifset POWERPC64* PowerPC64 ELF64:: ld and PowerPC64 64-bit ELF Support@end ifset@ifset SPU* SPU ELF:: ld and SPU ELF Support@end ifset@ifset TICOFF* TI COFF:: ld and the TI COFF@end ifset@ifset WIN32* Win32:: ld and WIN32 (cygwin/mingw)@end ifset@ifset XTENSA* Xtensa:: ld and Xtensa Processors@end ifset@end ifclear@ifclear SingleFormat* BFD:: BFD@end ifclear@c Following blank line required for remaining bug in makeinfo conds/menus* Reporting Bugs:: Reporting Bugs* MRI:: MRI Compatible Script Files* GNU Free Documentation License:: GNU Free Documentation License* LD Index:: LD Index@end menu@end ifnottex@node Overview@chapter Overview@cindex @sc{gnu} linker@cindex what is this?@ifset man@c man begin SYNOPSISld [@b{options}] @var{objfile} @dots{}@c man end@c man begin SEEALSOar(1), nm(1), objcopy(1), objdump(1), readelf(1) andthe Info entries for @file{binutils} and@file{ld}.@c man end@end ifset@c man begin DESCRIPTION@command{ld} combines a number of object and archive files, relocatestheir data and ties up symbol references. Usually the last step incompiling a program is to run @command{ld}.@command{ld} accepts Linker Command Language files written ina superset of AT&T's Link Editor Command Language syntax,to provide explicit and total control over the linking process.@ifset man@c For the man onlyThis man page does not describe the command language; see the@command{ld} entry in @code{info} for full details on the commandlanguage and on other aspects of the GNU linker.@end ifset@ifclear SingleFormatThis version of @command{ld} uses the general purpose BFD librariesto operate on object files. This allows @command{ld} to read, combine, andwrite object files in many different formats---for example, COFF or@code{a.out}. Different formats may be linked together to produce anyavailable kind of object file. @xref{BFD}, for more information.@end ifclearAside from its flexibility, the @sc{gnu} linker is more helpful than otherlinkers in providing diagnostic information. Many linkers abandonexecution immediately upon encountering an error; whenever possible,@command{ld} continues executing, allowing you to identify other errors(or, in some cases, to get an output file in spite of the error).@c man end@node Invocation@chapter Invocation@c man begin DESCRIPTIONThe @sc{gnu} linker @command{ld} is meant to cover a broad range of situations,and to be as compatible as possible with other linkers. As a result,you have many choices to control its behavior.@c man end@ifset UsesEnvVars@menu* Options:: Command Line Options* Environment:: Environment Variables@end menu@node Options@section Command Line Options@end ifset@cindex command line@cindex options@c man begin OPTIONSThe linker supports a plethora of command-line options, but in actualpractice few of them are used in any particular context.@cindex standard Unix systemFor instance, a frequent use of @command{ld} is to link standard Unixobject files on a standard, supported Unix system. On such a system, tolink a file @code{hello.o}:@smallexampleld -o @var{output} /lib/crt0.o hello.o -lc@end smallexampleThis tells @command{ld} to produce a file called @var{output} as theresult of linking the file @code{/lib/crt0.o} with @code{hello.o} andthe library @code{libc.a}, which will come from the standard searchdirectories. (See the discussion of the @samp{-l} option below.)Some of the command-line options to @command{ld} may be specified at anypoint in the command line. However, options which refer to files, suchas @samp{-l} or @samp{-T}, cause the file to be read at the point atwhich the option appears in the command line, relative to the objectfiles and other file options. Repeating non-file options with adifferent argument will either have no further effect, or override prioroccurrences (those further to the left on the command line) of thatoption. Options which may be meaningfully specified more than once arenoted in the descriptions below.@cindex object filesNon-option arguments are object files or archives which are to be linkedtogether. They may follow, precede, or be mixed in with command-lineoptions, except that an object file argument may not be placed betweenan option and its argument.Usually the linker is invoked with at least one object file, but you canspecify other forms of binary input files using @samp{-l}, @samp{-R},and the script command language. If @emph{no} binary input files at allare specified, the linker does not produce any output, and issues themessage @samp{No input files}.If the linker cannot recognize the format of an object file, it willassume that it is a linker script. A script specified in this wayaugments the main linker script used for the link (either the defaultlinker script or the one specified by using @samp{-T}). This featurepermits the linker to link against a file which appears to be an objector an archive, but actually merely defines some symbol values, or uses@code{INPUT} or @code{GROUP} to load other objects. Specifying ascript in this way merely augments the main linker script, with theextra commands placed after the main script; use the @samp{-T} optionto replace the default linker script entirely, but note the effect ofthe @code{INSERT} command. @xref{Scripts}.For options whose names are a single letter,option arguments must either follow the option letter without interveningwhitespace, or be given as separate arguments immediately following theoption that requires them.For options whose names are multiple letters, either one dash or two canprecede the option name; for example, @samp{-trace-symbol} and@samp{--trace-symbol} are equivalent. Note---there is one exception tothis rule. Multiple letter options that start with a lower case 'o' canonly be preceded by two dashes. This is to reduce confusion with the@samp{-o} option. So for example @samp{-omagic} sets the output filename to @samp{magic} whereas @samp{--omagic} sets the NMAGIC flag on theoutput.Arguments to multiple-letter options must either be separated from theoption name by an equals sign, or be given as separate argumentsimmediately following the option that requires them. For example,@samp{--trace-symbol foo} and @samp{--trace-symbol=foo} are equivalent.Unique abbreviations of the names of multiple-letter options areaccepted.Note---if the linker is being invoked indirectly, via a compiler driver(e.g. @samp{gcc}) then all the linker command line options should beprefixed by @samp{-Wl,} (or whatever is appropriate for the particularcompiler driver) like this:@smallexamplegcc -Wl,--startgroup foo.o bar.o -Wl,--endgroup@end smallexampleThis is important, because otherwise the compiler driver program maysilently drop the linker options, resulting in a bad link.Here is a table of the generic command line switches accepted by the GNUlinker:@table @gcctabopt@include at-file.texi@kindex -a@var{keyword}@item -a@var{keyword}This option is supported for HP/UX compatibility. The @var{keyword}argument must be one of the strings @samp{archive}, @samp{shared}, or@samp{default}. @samp{-aarchive} is functionally equivalent to@samp{-Bstatic}, and the other two keywords are functionally equivalentto @samp{-Bdynamic}. This option may be used any number of times.@ifset I960@cindex architectures@kindex -A@var{arch}@item -A@var{architecture}@kindex --architecture=@var{arch}@itemx --architecture=@var{architecture}In the current release of @command{ld}, this option is useful only for theIntel 960 family of architectures. In that @command{ld} configuration, the@var{architecture} argument identifies the particular architecture inthe 960 family, enabling some safeguards and modifying thearchive-library search path. @xref{i960,,@command{ld} and the Intel 960family}, for details.Future releases of @command{ld} may support similar functionality forother architecture families.@end ifset@ifclear SingleFormat@cindex binary input format@kindex -b @var{format}@kindex --format=@var{format}@cindex input format@cindex input format@item -b @var{input-format}@itemx --format=@var{input-format}@command{ld} may be configured to support more than one kind of objectfile. If your @command{ld} is configured this way, you can use the@samp{-b} option to specify the binary format for input object filesthat follow this option on the command line. Even when @command{ld} isconfigured to support alternative object formats, you don't usually needto specify this, as @command{ld} should be configured to expect as adefault input format the most usual format on each machine.@var{input-format} is a text string, the name of a particular formatsupported by the BFD libraries. (You can list the available binaryformats with @samp{objdump -i}.)@xref{BFD}.You may want to use this option if you are linking files with an unusualbinary format. You can also use @samp{-b} to switch formats explicitly (whenlinking object files of different formats), by including@samp{-b @var{input-format}} before each group of object files in aparticular format.The default format is taken from the environment variable@code{GNUTARGET}.@ifset UsesEnvVars@xref{Environment}.@end ifsetYou can also define the input format from a script, using the command@code{TARGET};@ifclear mansee @ref{Format Commands}.@end ifclear@end ifclear@kindex -c @var{MRI-cmdfile}@kindex --mri-script=@var{MRI-cmdfile}@cindex compatibility, MRI@item -c @var{MRI-commandfile}@itemx --mri-script=@var{MRI-commandfile}For compatibility with linkers produced by MRI, @command{ld} accepts scriptfiles written in an alternate, restricted command language, described in@ifclear man@ref{MRI,,MRI Compatible Script Files}.@end ifclear@ifset manthe MRI Compatible Script Files section of GNU ld documentation.@end ifsetIntroduce MRI script files withthe option @samp{-c}; use the @samp{-T} option to run linkerscripts written in the general-purpose @command{ld} scripting language.If @var{MRI-cmdfile} does not exist, @command{ld} looks for it in the directoriesspecified by any @samp{-L} options.@cindex common allocation@kindex -d@kindex -dc@kindex -dp@item -d@itemx -dc@itemx -dpThese three options are equivalent; multiple forms are supported forcompatibility with other linkers. They assign space to common symbolseven if a relocatable output file is specified (with @samp{-r}). Thescript command @code{FORCE_COMMON_ALLOCATION} has the same effect.@xref{Miscellaneous Commands}.@cindex entry point, from command line@kindex -e @var{entry}@kindex --entry=@var{entry}@item -e @var{entry}@itemx --entry=@var{entry}Use @var{entry} as the explicit symbol for beginning execution of yourprogram, rather than the default entry point. If there is no symbolnamed @var{entry}, the linker will try to parse @var{entry} as a number,and use that as the entry address (the number will be interpreted inbase 10; you may use a leading @samp{0x} for base 16, or a leading@samp{0} for base 8). @xref{Entry Point}, for a discussion of defaultsand other ways of specifying the entry point.@kindex --exclude-libs@item --exclude-libs @var{lib},@var{lib},...Specifies a list of archive libraries from which symbols should not be automaticallyexported. The library names may be delimited by commas or colons. Specifying@code{--exclude-libs ALL} excludes symbols in all archive libraries fromautomatic export. This option is available only for the i386 PE targetedport of the linker and for ELF targeted ports. For i386 PE, symbolsexplicitly listed in a .def file are still exported, regardless of thisoption. For ELF targeted ports, symbols affected by this option willbe treated as hidden.@cindex dynamic symbol table@kindex -E@kindex --export-dynamic@item -E@itemx --export-dynamicWhen creating a dynamically linked executable, add all symbols to thedynamic symbol table. The dynamic symbol table is the set of symbolswhich are visible from dynamic objects at run time.If you do not use this option, the dynamic symbol table will normallycontain only those symbols which are referenced by some dynamic objectmentioned in the link.If you use @code{dlopen} to load a dynamic object which needs to referback to the symbols defined by the program, rather than some otherdynamic object, then you will probably need to use this option whenlinking the program itself.You can also use the dynamic list to control what symbols shouldbe added to the dynamic symbol table if the output format supports it.See the description of @samp{--dynamic-list}.@ifclear SingleFormat@cindex big-endian objects@cindex endianness@kindex -EB@item -EBLink big-endian objects. This affects the default output format.@cindex little-endian objects@kindex -EL@item -ELLink little-endian objects. This affects the default output format.@end ifclear@kindex -f@kindex --auxiliary@item -f@itemx --auxiliary @var{name}When creating an ELF shared object, set the internal DT_AUXILIARY fieldto the specified name. This tells the dynamic linker that the symboltable of the shared object should be used as an auxiliary filter on thesymbol table of the shared object @var{name}.If you later link a program against this filter object, then, when yourun the program, the dynamic linker will see the DT_AUXILIARY field. Ifthe dynamic linker resolves any symbols from the filter object, it willfirst check whether there is a definition in the shared object@var{name}. If there is one, it will be used instead of the definitionin the filter object. The shared object @var{name} need not exist.Thus the shared object @var{name} may be used to provide an alternativeimplementation of certain functions, perhaps for debugging or formachine specific performance.This option may be specified more than once. The DT_AUXILIARY entrieswill be created in the order in which they appear on the command line.@kindex -F@kindex --filter@item -F @var{name}@itemx --filter @var{name}When creating an ELF shared object, set the internal DT_FILTER field tothe specified name. This tells the dynamic linker that the symbol tableof the shared object which is being created should be used as a filteron the symbol table of the shared object @var{name}.If you later link a program against this filter object, then, when yourun the program, the dynamic linker will see the DT_FILTER field. Thedynamic linker will resolve symbols according to the symbol table of thefilter object as usual, but it will actually link to the definitionsfound in the shared object @var{name}. Thus the filter object can beused to select a subset of the symbols provided by the object@var{name}.Some older linkers used the @option{-F} option throughout a compilationtoolchain for specifying object-file format for both input and outputobject files.@ifclear SingleFormatThe @sc{gnu} linker uses other mechanisms for this purpose: the@option{-b}, @option{--format}, @option{--oformat} options, the@code{TARGET} command in linker scripts, and the @code{GNUTARGET}environment variable.@end ifclearThe @sc{gnu} linker will ignore the @option{-F} option when notcreating an ELF shared object.@cindex finalization function@kindex -fini@item -fini @var{name}When creating an ELF executable or shared object, call NAME when theexecutable or shared object is unloaded, by setting DT_FINI to theaddress of the function. By default, the linker uses @code{_fini} asthe function to call.@kindex -g@item -gIgnored. Provided for compatibility with other tools.@kindex -G@kindex --gpsize@cindex object size@item -G@var{value}@itemx --gpsize=@var{value}Set the maximum size of objects to be optimized using the GP register to@var{size}. This is only meaningful for object file formats such asMIPS ECOFF which supports putting large and small objects into differentsections. This is ignored for other object file formats.@cindex runtime library name@kindex -h@var{name}@kindex -soname=@var{name}@item -h@var{name}@itemx -soname=@var{name}When creating an ELF shared object, set the internal DT_SONAME field tothe specified name. When an executable is linked with a shared objectwhich has a DT_SONAME field, then when the executable is run the dynamiclinker will attempt to load the shared object specified by the DT_SONAMEfield rather than the using the file name given to the linker.@kindex -i@cindex incremental link@item -iPerform an incremental link (same as option @samp{-r}).@cindex initialization function@kindex -init@item -init @var{name}When creating an ELF executable or shared object, call NAME when theexecutable or shared object is loaded, by setting DT_INIT to the addressof the function. By default, the linker uses @code{_init} as thefunction to call.@cindex archive files, from cmd line@kindex -l@var{namespec}@kindex --library=@var{namespec}@item -l@var{namespec}@itemx --library=@var{namespec}Add the archive or object file specified by @var{namespec} to thelist of files to link. This option may be used any number of times.If @var{namespec} is of the form @file{:@var{filename}}, @command{ld}will search the library path for a file called @var{filename}, otherise itwill search the library path for a file called @file{lib@var{namespec}.a}.On systems which support shared libraries, @command{ld} may also search forfiles other than @file{lib@var{namespec}.a}. Specifically, on ELFand SunOS systems, @command{ld} will search a directory for a librarycalled @file{lib@var{namespec}.so} before searching for one called@file{lib@var{namespec}.a}. (By convention, a @code{.so} extensionindicates a shared library.) Note that this behavior does not applyto @file{:@var{filename}}, which always specifies a file called@var{filename}.The linker will search an archive only once, at the location where it isspecified on the command line. If the archive defines a symbol whichwas undefined in some object which appeared before the archive on thecommand line, the linker will include the appropriate file(s) from thearchive. However, an undefined symbol in an object appearing later onthe command line will not cause the linker to search the archive again.See the @option{-(} option for a way to force the linker to searcharchives multiple times.You may list the same archive multiple times on the command line.@ifset GENERICThis type of archive searching is standard for Unix linkers. However,if you are using @command{ld} on AIX, note that it is different from thebehaviour of the AIX linker.@end ifset@cindex search directory, from cmd line@kindex -L@var{dir}@kindex --library-path=@var{dir}@item -L@var{searchdir}@itemx --library-path=@var{searchdir}Add path @var{searchdir} to the list of paths that @command{ld} will searchfor archive libraries and @command{ld} control scripts. You may use thisoption any number of times. The directories are searched in the orderin which they are specified on the command line. Directories specifiedon the command line are searched before the default directories. All@option{-L} options apply to all @option{-l} options, regardless of theorder in which the options appear.If @var{searchdir} begins with @code{=}, then the @code{=} will be replacedby the @dfn{sysroot prefix}, a path specified when the linker is configured.@ifset UsesEnvVarsThe default set of paths searched (without being specified with@samp{-L}) depends on which emulation mode @command{ld} is using, and insome cases also on how it was configured. @xref{Environment}.@end ifsetThe paths can also be specified in a link script with the@code{SEARCH_DIR} command. Directories specified this way are searchedat the point in which the linker script appears in the command line.@cindex emulation@kindex -m @var{emulation}@item -m@var{emulation}Emulate the @var{emulation} linker. You can list the availableemulations with the @samp{--verbose} or @samp{-V} options.If the @samp{-m} option is not used, the emulation is taken from the@code{LDEMULATION} environment variable, if that is defined.Otherwise, the default emulation depends upon how the linker wasconfigured.@cindex link map@kindex -M@kindex --print-map@item -M@itemx --print-mapPrint a link map to the standard output. A link map providesinformation about the link, including the following:@itemize @bullet@itemWhere object files are mapped into memory.@itemHow common symbols are allocated.@itemAll archive members included in the link, with a mention of the symbolwhich caused the archive member to be brought in.@itemThe values assigned to symbols.Note - symbols whose values are computed by an expression whichinvolves a reference to a previous value of the same symbol may nothave correct result displayed in the link map. This is because thelinker discards intermediate results and only retains the final valueof an expression. Under such circumstances the linker will displaythe final value enclosed by square brackets. Thus for example alinker script containing:@smallexamplefoo = 1foo = foo * 4foo = foo + 8@end smallexamplewill produce the following output in the link map if the @option{-M}option is used:@smallexample0x00000001 foo = 0x1[0x0000000c] foo = (foo * 0x4)[0x0000000c] foo = (foo + 0x8)@end smallexampleSee @ref{Expressions} for more information about expressions in linkerscripts.@end itemize@kindex -n@cindex read-only text@cindex NMAGIC@kindex --nmagic@item -n@itemx --nmagicTurn off page alignment of sections, and mark the output as@code{NMAGIC} if possible.@kindex -N@kindex --omagic@cindex read/write from cmd line@cindex OMAGIC@item -N@itemx --omagicSet the text and data sections to be readable and writable. Also, donot page-align the data segment, and disable linking against sharedlibraries. If the output format supports Unix style magic numbers,mark the output as @code{OMAGIC}. Note: Although a writable text sectionis allowed for PE-COFF targets, it does not conform to the formatspecification published by Microsoft.@kindex --no-omagic@cindex OMAGIC@item --no-omagicThis option negates most of the effects of the @option{-N} option. Itsets the text section to be read-only, and forces the data segment tobe page-aligned. Note - this option does not enable linking againstshared libraries. Use @option{-Bdynamic} for this.@kindex -o @var{output}@kindex --output=@var{output}@cindex naming the output file@item -o @var{output}@itemx --output=@var{output}Use @var{output} as the name for the program produced by @command{ld}; if thisoption is not specified, the name @file{a.out} is used by default. Thescript command @code{OUTPUT} can also specify the output file name.@kindex -O @var{level}@cindex generating optimized output@item -O @var{level}If @var{level} is a numeric values greater than zero @command{ld} optimizesthe output. This might take significantly longer and therefore probablyshould only be enabled for the final binary. At the moment thisoption only affects ELF shared library generation. Future releases ofthe linker may make more use of this option. Also currently there isno difference in the linker's behaviour for different non-zero valuesof this option. Again this may change with future releases.@kindex -q@kindex --emit-relocs@cindex retain relocations in final executable@item -q@itemx --emit-relocsLeave relocation sections and contents in fully linked executables.Post link analysis and optimization tools may need this information inorder to perform correct modifications of executables. This resultsin larger executables.This option is currently only supported on ELF platforms.@kindex --force-dynamic@cindex forcing the creation of dynamic sections@item --force-dynamicForce the output file to have dynamic sections. This option is specificto VxWorks targets.@cindex partial link@cindex relocatable output@kindex -r@kindex --relocatable@item -r@itemx --relocatableGenerate relocatable output---i.e., generate an output file that can inturn serve as input to @command{ld}. This is often called @dfn{partiallinking}. As a side effect, in environments that support standard Unixmagic numbers, this option also sets the output file's magic number to@code{OMAGIC}.@c ; see @option{-N}.If this option is not specified, an absolute file is produced. Whenlinking C++ programs, this option @emph{will not} resolve references toconstructors; to do that, use @samp{-Ur}.When an input file does not have the same format as the output file,partial linking is only supported if that input file does not contain anyrelocations. Different output formats can have further restrictions; forexample some @code{a.out}-based formats do not support partial linkingwith input files in other formats at all.This option does the same thing as @samp{-i}.@kindex -R @var{file}@kindex --just-symbols=@var{file}@cindex symbol-only input@item -R @var{filename}@itemx --just-symbols=@var{filename}Read symbol names and their addresses from @var{filename}, but do notrelocate it or include it in the output. This allows your output fileto refer symbolically to absolute locations of memory defined in otherprograms. You may use this option more than once.For compatibility with other ELF linkers, if the @option{-R} option isfollowed by a directory name, rather than a file name, it is treated asthe @option{-rpath} option.@kindex -s@kindex --strip-all@cindex strip all symbols@item -s@itemx --strip-allOmit all symbol information from the output file.@kindex -S@kindex --strip-debug@cindex strip debugger symbols@item -S@itemx --strip-debugOmit debugger symbol information (but not all symbols) from the output file.@kindex -t@kindex --trace@cindex input files, displaying@item -t@itemx --tracePrint the names of the input files as @command{ld} processes them.@kindex -T @var{script}@kindex --script=@var{script}@cindex script files@item -T @var{scriptfile}@itemx --script=@var{scriptfile}Use @var{scriptfile} as the linker script. This script replaces@command{ld}'s default linker script (rather than adding to it), so@var{commandfile} must specify everything necessary to describe theoutput file. @xref{Scripts}. If @var{scriptfile} does not exist inthe current directory, @code{ld} looks for it in the directoriesspecified by any preceding @samp{-L} options. Multiple @samp{-T}options accumulate.@kindex -dT @var{script}@kindex --default-script=@var{script}@cindex script files@item -dT @var{scriptfile}@itemx --default-script=@var{scriptfile}Use @var{scriptfile} as the default linker script. @xref{Scripts}.This option is similar to the @option{--script} option except thatprocessing of the script is delayed until after the rest of thecommand line has been processed. This allows options placed after the@option{--default-script} option on the command line to affect thebehaviour of the linker script, which can be important when the linkercommand line cannot be directly controlled by the user. (eg becausethe command line is being constructed by another tool, such as@samp{gcc}).@kindex -u @var{symbol}@kindex --undefined=@var{symbol}@cindex undefined symbol@item -u @var{symbol}@itemx --undefined=@var{symbol}Force @var{symbol} to be entered in the output file as an undefinedsymbol. Doing this may, for example, trigger linking of additionalmodules from standard libraries. @samp{-u} may be repeated withdifferent option arguments to enter additional undefined symbols. Thisoption is equivalent to the @code{EXTERN} linker script command.@kindex -Ur@cindex constructors@item -UrFor anything other than C++ programs, this option is equivalent to@samp{-r}: it generates relocatable output---i.e., an output file that can inturn serve as input to @command{ld}. When linking C++ programs, @samp{-Ur}@emph{does} resolve references to constructors, unlike @samp{-r}.It does not work to use @samp{-Ur} on files that were themselves linkedwith @samp{-Ur}; once the constructor table has been built, it cannotbe added to. Use @samp{-Ur} only for the last partial link, and@samp{-r} for the others.@kindex --unique[=@var{SECTION}]@item --unique[=@var{SECTION}]Creates a separate output section for every input section matching@var{SECTION}, or if the optional wildcard @var{SECTION} argument ismissing, for every orphan input section. An orphan section is one notspecifically mentioned in a linker script. You may use this optionmultiple times on the command line; It prevents the normal merging ofinput sections with the same name, overriding output section assignmentsin a linker script.@kindex -v@kindex -V@kindex --version@cindex version@item -v@itemx --version@itemx -VDisplay the version number for @command{ld}. The @option{-V} option alsolists the supported emulations.@kindex -x@kindex --discard-all@cindex deleting local symbols@item -x@itemx --discard-allDelete all local symbols.@kindex -X@kindex --discard-locals@cindex local symbols, deleting@item -X@itemx --discard-localsDelete all temporary local symbols. (These symbols start withsystem-specific local label prefixes, typically @samp{.L} for ELF systemsor @samp{L} for traditional a.out systems.)@kindex -y @var{symbol}@kindex --trace-symbol=@var{symbol}@cindex symbol tracing@item -y @var{symbol}@itemx --trace-symbol=@var{symbol}Print the name of each linked file in which @var{symbol} appears. Thisoption may be given any number of times. On many systems it is necessaryto prepend an underscore.This option is useful when you have an undefined symbol in your link butdon't know where the reference is coming from.@kindex -Y @var{path}@item -Y @var{path}Add @var{path} to the default library search path. This option existsfor Solaris compatibility.@kindex -z @var{keyword}@item -z @var{keyword}The recognized keywords are:@table @samp@item combrelocCombines multiple reloc sections and sorts them to make dynamic symbollookup caching possible.@item defsDisallows undefined symbols in object files. Undefined symbols inshared libraries are still allowed.@item execstackMarks the object as requiring executable stack.@item initfirstThis option is only meaningful when building a shared object.It marks the object so that its runtime initialization will occurbefore the runtime initialization of any other objects brought intothe process at the same time. Similarly the runtime finalization ofthe object will occur after the runtime finalization of any otherobjects.@item interposeMarks the object that its symbol table interposes before all symbolsbut the primary executable.@item lazyWhen generating an executable or shared library, mark it to tell thedynamic linker to defer function call resolution to the point whenthe function is called (lazy binding), rather than at load time.Lazy binding is the default.@item loadfltrMarks the object that its filters be processed immediately atruntime.@item muldefsAllows multiple definitions.@item nocombrelocDisables multiple reloc sections combining.@item nocopyrelocDisables production of copy relocs.@item nodefaultlibMarks the object that the search for dependencies of this object willignore any default library search paths.@item nodeleteMarks the object shouldn't be unloaded at runtime.@item nodlopenMarks the object not available to @code{dlopen}.@item nodumpMarks the object can not be dumped by @code{dldump}.@item noexecstackMarks the object as not requiring executable stack.@item norelroDon't create an ELF @code{PT_GNU_RELRO} segment header in the object.@item nowWhen generating an executable or shared library, mark it to tell thedynamic linker to resolve all symbols when the program is started, orwhen the shared library is linked to using dlopen, instead ofdeferring function call resolution to the point when the function isfirst called.@item originMarks the object may contain $ORIGIN.@item relroCreate an ELF @code{PT_GNU_RELRO} segment header in the object.@item max-page-size=@var{value}Set the emulation maximum page size to @var{value}.@item common-page-size=@var{value}Set the emulation common page size to @var{value}.@end tableOther keywords are ignored for Solaris compatibility.@kindex -(@cindex groups of archives@item -( @var{archives} -)@itemx --start-group @var{archives} --end-groupThe @var{archives} should be a list of archive files. They may beeither explicit file names, or @samp{-l} options.The specified archives are searched repeatedly until no new undefinedreferences are created. Normally, an archive is searched only once inthe order that it is specified on the command line. If a symbol in thatarchive is needed to resolve an undefined symbol referred to by anobject in an archive that appears later on the command line, the linkerwould not be able to resolve that reference. By grouping the archives,they all be searched repeatedly until all possible references areresolved.Using this option has a significant performance cost. It is best to useit only when there are unavoidable circular references between two ormore archives.@kindex --accept-unknown-input-arch@kindex --no-accept-unknown-input-arch@item --accept-unknown-input-arch@itemx --no-accept-unknown-input-archTells the linker to accept input files whose architecture cannot berecognised. The assumption is that the user knows what they are doingand deliberately wants to link in these unknown input files. This wasthe default behaviour of the linker, before release 2.14. The defaultbehaviour from release 2.14 onwards is to reject such input files, andso the @samp{--accept-unknown-input-arch} option has been added torestore the old behaviour.@kindex --as-needed@kindex --no-as-needed@item --as-needed@itemx --no-as-neededThis option affects ELF DT_NEEDED tags for dynamic libraries mentionedon the command line after the @option{--as-needed} option. Normally,the linker will add a DT_NEEDED tag for each dynamic library mentionedon the command line, regardless of whether the library is actuallyneeded. @option{--as-needed} causes DT_NEEDED tags to only be emittedfor libraries that satisfy some symbol reference from regular objectswhich is undefined at the point that the library was linked.@option{--no-as-needed} restores the default behaviour.@kindex --add-needed@kindex --no-add-needed@item --add-needed@itemx --no-add-neededThis option affects the treatment of dynamic libraries from ELFDT_NEEDED tags in dynamic libraries mentioned on the command line afterthe @option{--no-add-needed} option. Normally, the linker will adda DT_NEEDED tag for each dynamic library from DT_NEEDED tags.@option{--no-add-needed} causes DT_NEEDED tags will never be emittedfor those libraries from DT_NEEDED tags. @option{--add-needed} restoresthe default behaviour.@kindex -assert @var{keyword}@item -assert @var{keyword}This option is ignored for SunOS compatibility.@kindex -Bdynamic@kindex -dy@kindex -call_shared@item -Bdynamic@itemx -dy@itemx -call_sharedLink against dynamic libraries. This is only meaningful on platformsfor which shared libraries are supported. This option is normally thedefault on such platforms. The different variants of this option arefor compatibility with various systems. You may use this optionmultiple times on the command line: it affects library searching for@option{-l} options which follow it.@kindex -Bgroup@item -BgroupSet the @code{DF_1_GROUP} flag in the @code{DT_FLAGS_1} entry in the dynamicsection. This causes the runtime linker to handle lookups in thisobject and its dependencies to be performed only inside the group.@option{--unresolved-symbols=report-all} is implied. This option isonly meaningful on ELF platforms which support shared libraries.@kindex -Bstatic@kindex -dn@kindex -non_shared@kindex -static@item -Bstatic@itemx -dn@itemx -non_shared@itemx -staticDo not link against shared libraries. This is only meaningful onplatforms for which shared libraries are supported. The differentvariants of this option are for compatibility with various systems. Youmay use this option multiple times on the command line: it affectslibrary searching for @option{-l} options which follow it. Thisoption also implies @option{--unresolved-symbols=report-all}. Thisoption can be used with @option{-shared}. Doing so means that ashared library is being created but that all of the library's externalreferences must be resolved by pulling in entries from staticlibraries.@kindex -Bsymbolic@item -BsymbolicWhen creating a shared library, bind references to global symbols to thedefinition within the shared library, if any. Normally, it is possiblefor a program linked against a shared library to override the definitionwithin the shared library. This option is only meaningful on ELFplatforms which support shared libraries.@kindex -Bsymbolic-functions@item -Bsymbolic-functionsWhen creating a shared library, bind references to global functionsymbols to the definition within the shared library, if any.This option is only meaningful on ELF platforms which support sharedlibraries.@kindex --dynamic-list=@var{dynamic-list-file}@item --dynamic-list=@var{dynamic-list-file}Specify the name of a dynamic list file to the linker. This istypically used when creating shared libraries to specify a list ofglobal symbols whose references shouldn't be bound to the definitionwithin the shared library, or creating dynamically linked executablesto specify a list of symbols which should be added to the symbol tablein the executable. This option is only meaningful on ELF platformswhich support shared libraries.The format of the dynamic list is the same as the version node withoutscope and node name. See @ref{VERSION} for more information.@kindex --dynamic-list-data@item --dynamic-list-dataInclude all global data symbols to the dynamic list.@kindex --dynamic-list-cpp-new@item --dynamic-list-cpp-newProvide the builtin dynamic list for C++ operator new and delete. Itis mainly useful for building shared libstdc++.@kindex --dynamic-list-cpp-typeinfo@item --dynamic-list-cpp-typeinfoProvide the builtin dynamic list for C++ runtime type identification.@kindex --check-sections@kindex --no-check-sections@item --check-sections@itemx --no-check-sectionsAsks the linker @emph{not} to check section addresses after they havebeen assigned to see if there are any overlaps. Normally the linker willperform this check, and if it finds any overlaps it will producesuitable error messages. The linker does know about, and does makeallowances for sections in overlays. The default behaviour can berestored by using the command line switch @option{--check-sections}.@cindex cross reference table@kindex --cref@item --crefOutput a cross reference table. If a linker map file is beinggenerated, the cross reference table is printed to the map file.Otherwise, it is printed on the standard output.The format of the table is intentionally simple, so that it may beeasily processed by a script if necessary. The symbols are printed out,sorted by name. For each symbol, a list of file names is given. If thesymbol is defined, the first file listed is the location of thedefinition. The remaining files contain references to the symbol.@cindex common allocation@kindex --no-define-common@item --no-define-commonThis option inhibits the assignment of addresses to common symbols.The script command @code{INHIBIT_COMMON_ALLOCATION} has the same effect.@xref{Miscellaneous Commands}.The @samp{--no-define-common} option allows decouplingthe decision to assign addresses to Common symbols from the choiceof the output file type; otherwise a non-Relocatable output typeforces assigning addresses to Common symbols.Using @samp{--no-define-common} allows Common symbols that are referencedfrom a shared library to be assigned addresses only in the main program.This eliminates the unused duplicate space in the shared library,and also prevents any possible confusion over resolving to the wrongduplicate when there are many dynamic modules with specialized searchpaths for runtime symbol resolution.@cindex symbols, from command line@kindex --defsym @var{symbol}=@var{exp}@item --defsym @var{symbol}=@var{expression}Create a global symbol in the output file, containing the absoluteaddress given by @var{expression}. You may use this option as manytimes as necessary to define multiple symbols in the command line. Alimited form of arithmetic is supported for the @var{expression} in thiscontext: you may give a hexadecimal constant or the name of an existingsymbol, or use @code{+} and @code{-} to add or subtract hexadecimalconstants or symbols. If you need more elaborate expressions, considerusing the linker command language from a script (@pxref{Assignments,,Assignment: Symbol Definitions}). @emph{Note:} there should be no whitespace between @var{symbol}, the equals sign (``@key{=}''), and@var{expression}.@cindex demangling, from command line@kindex --demangle[=@var{style}]@kindex --no-demangle@item --demangle[=@var{style}]@itemx --no-demangleThese options control whether to demangle symbol names in error messagesand other output. When the linker is told to demangle, it tries topresent symbol names in a readable fashion: it strips leadingunderscores if they are used by the object file format, and converts C++mangled symbol names into user readable names. Different compilers havedifferent mangling styles. The optional demangling style argument can be usedto choose an appropriate demangling style for your compiler. The linker willdemangle by default unless the environment variable @samp{COLLECT_NO_DEMANGLE}is set. These options may be used to override the default.@cindex dynamic linker, from command line@kindex -I@var{file}@kindex --dynamic-linker @var{file}@item --dynamic-linker @var{file}Set the name of the dynamic linker. This is only meaningful whengenerating dynamically linked ELF executables. The default dynamiclinker is normally correct; don't use this unless you know what you aredoing.@kindex --fatal-warnings@kindex --no-fatal-warnings@item --fatal-warnings@itemx --no-fatal-warningsTreat all warnings as errors. The default behaviour can be restoredwith the option @option{--no-fatal-warnings}.@kindex --force-exe-suffix@item --force-exe-suffixMake sure that an output file has a .exe suffix.If a successfully built fully linked output file does not have a@code{.exe} or @code{.dll} suffix, this option forces the linker to copythe output file to one of the same name with a @code{.exe} suffix. Thisoption is useful when using unmodified Unix makefiles on a MicrosoftWindows host, since some versions of Windows won't run an image unlessit ends in a @code{.exe} suffix.@kindex --gc-sections@kindex --no-gc-sections@cindex garbage collection@item --gc-sections@itemx --no-gc-sectionsEnable garbage collection of unused input sections. It is ignored ontargets that do not support this option. The default behaviour (of notperforming this garbage collection) can be restored by specifying@samp{--no-gc-sections} on the command line.@samp{--gc-sections} decides which input sections are used byexamining symbols and relocations. The section containing the entrysymbol and all sections containing symbols undefined on thecommand-line will be kept, as will sections containing symbolsreferenced by dynamic objects. Note that when building sharedlibraries, the linker must assume that any visible symbol isreferenced. Once this initial set of sections has been determined,the linker recursively marks as used any section referenced by theirrelocations. See @samp{--entry} and @samp{--undefined}.This option can be set when doing a partial link (enabled with option@samp{-r}). In this case the root of symbols kept must be explicitelyspecified either by an @samp{--entry} or @samp{--undefined} option or bya @code{ENTRY} command in the linker script.@kindex --print-gc-sections@kindex --no-print-gc-sections@cindex garbage collection@item --print-gc-sections@itemx --no-print-gc-sectionsList all sections removed by garbage collection. The listing isprinted on stderr. This option is only effective if garbagecollection has been enabled via the @samp{--gc-sections}) option. Thedefault behaviour (of not listing the sections that are removed) canbe restored by specifying @samp{--no-print-gc-sections} on the commandline.@cindex help@cindex usage@kindex --help@item --helpPrint a summary of the command-line options on the standard output and exit.@kindex --target-help@item --target-helpPrint a summary of all target specific options on the standard output and exit.@kindex -Map@item -Map @var{mapfile}Print a link map to the file @var{mapfile}. See the description of the@option{-M} option, above.@cindex memory usage@kindex --no-keep-memory@item --no-keep-memory@command{ld} normally optimizes for speed over memory usage by caching thesymbol tables of input files in memory. This option tells @command{ld} toinstead optimize for memory usage, by rereading the symbol tables asnecessary. This may be required if @command{ld} runs out of memory spacewhile linking a large executable.@kindex --no-undefined@kindex -z defs@item --no-undefined@itemx -z defsReport unresolved symbol references from regular object files. Thisis done even if the linker is creating a non-symbolic shared library.The switch @option{--[no-]allow-shlib-undefined} controls thebehaviour for reporting unresolved references found in sharedlibraries being linked in.@kindex --allow-multiple-definition@kindex -z muldefs@item --allow-multiple-definition@itemx -z muldefsNormally when a symbol is defined multiple times, the linker willreport a fatal error. These options allow multiple definitions and thefirst definition will be used.@kindex --allow-shlib-undefined@kindex --no-allow-shlib-undefined@item --allow-shlib-undefined@itemx --no-allow-shlib-undefinedAllows (the default) or disallows undefined symbols in shared libraries.This switch is similar to @option{--no-undefined} except that itdetermines the behaviour when the undefined symbols are in ashared library rather than a regular object file. It does not affecthow undefined symbols in regular object files are handled.The reason that @option{--allow-shlib-undefined} is the default is thatthe shared library being specified at link time may not be the same asthe one that is available at load time, so the symbols might actually beresolvable at load time. Plus there are some systems, (eg BeOS) whereundefined symbols in shared libraries is normal. (The kernel patchesthem at load time to select which function is most appropriatefor the current architecture. This is used for example to dynamicallyselect an appropriate memset function). Apparently it is also normalfor HPPA shared libraries to have undefined symbols.@kindex --no-undefined-version@item --no-undefined-versionNormally when a symbol has an undefined version, the linker will ignoreit. This option disallows symbols with undefined version and a fatal errorwill be issued instead.@kindex --default-symver@item --default-symverCreate and use a default symbol version (the soname) for unversionedexported symbols.@kindex --default-imported-symver@item --default-imported-symverCreate and use a default symbol version (the soname) for unversionedimported symbols.@kindex --no-warn-mismatch@item --no-warn-mismatchNormally @command{ld} will give an error if you try to link together inputfiles that are mismatched for some reason, perhaps because they havebeen compiled for different processors or for different endiannesses.This option tells @command{ld} that it should silently permit such possibleerrors. This option should only be used with care, in cases when youhave taken some special action that ensures that the linker errors areinappropriate.@kindex --no-warn-search-mismatch@item --no-warn-search-mismatchNormally @command{ld} will give a warning if it finds an incompatiblelibrary during a library search. This option silences the warning.@kindex --no-whole-archive@item --no-whole-archiveTurn off the effect of the @option{--whole-archive} option for subsequentarchive files.@cindex output file after errors@kindex --noinhibit-exec@item --noinhibit-execRetain the executable output file whenever it is still usable.Normally, the linker will not produce an output file if it encounterserrors during the link process; it exits without writing an output filewhen it issues any error whatsoever.@kindex -nostdlib@item -nostdlibOnly search library directories explicitly specified on thecommand line. Library directories specified in linker scripts(including linker scripts specified on the command line) are ignored.@ifclear SingleFormat@kindex --oformat@item --oformat @var{output-format}@command{ld} may be configured to support more than one kind of objectfile. If your @command{ld} is configured this way, you can use the@samp{--oformat} option to specify the binary format for the outputobject file. Even when @command{ld} is configured to support alternativeobject formats, you don't usually need to specify this, as @command{ld}should be configured to produce as a default output format the mostusual format on each machine. @var{output-format} is a text string, thename of a particular format supported by the BFD libraries. (You canlist the available binary formats with @samp{objdump -i}.) The scriptcommand @code{OUTPUT_FORMAT} can also specify the output format, butthis option overrides it. @xref{BFD}.@end ifclear@kindex -pie@kindex --pic-executable@item -pie@itemx --pic-executable@cindex position independent executablesCreate a position independent executable. This is currently only supported onELF platforms. Position independent executables are similar to sharedlibraries in that they are relocated by the dynamic linker to the virtualaddress the OS chooses for them (which can vary between invocations). Likenormal dynamically linked executables they can be executed and symbolsdefined in the executable cannot be overridden by shared libraries.@kindex -qmagic@item -qmagicThis option is ignored for Linux compatibility.@kindex -Qy@item -QyThis option is ignored for SVR4 compatibility.@kindex --relax@cindex synthesizing linker@cindex relaxing addressing modes@item --relaxAn option with machine dependent effects.@ifset GENERICThis option is only supported on a few targets.@end ifset@ifset H8300@xref{H8/300,,@command{ld} and the H8/300}.@end ifset@ifset I960@xref{i960,, @command{ld} and the Intel 960 family}.@end ifset@ifset XTENSA@xref{Xtensa,, @command{ld} and Xtensa Processors}.@end ifset@ifset M68HC11@xref{M68HC11/68HC12,,@command{ld} and the 68HC11 and 68HC12}.@end ifset@ifset POWERPC@xref{PowerPC ELF32,,@command{ld} and PowerPC 32-bit ELF Support}.@end ifsetOn some platforms, the @samp{--relax} option performs globaloptimizations that become possible when the linker resolves addressingin the program, such as relaxing address modes and synthesizing newinstructions in the output object file.On some platforms these link time global optimizations may make symbolicdebugging of the resulting executable impossible.@ifset GENERICThis is known to bethe case for the Matsushita MN10200 and MN10300 family of processors.@end ifset@ifset GENERICOn platforms where this is not supported, @samp{--relax} is accepted,but ignored.@end ifset@cindex retaining specified symbols@cindex stripping all but some symbols@cindex symbols, retaining selectively@item --retain-symbols-file @var{filename}Retain @emph{only} the symbols listed in the file @var{filename},discarding all others. @var{filename} is simply a flat file, with onesymbol name per line. This option is especially useful in environments@ifset GENERIC(such as VxWorks)@end ifsetwhere a large global symbol table is accumulated gradually, to conserverun-time memory.@samp{--retain-symbols-file} does @emph{not} discard undefined symbols,or symbols needed for relocations.You may only specify @samp{--retain-symbols-file} once in the commandline. It overrides @samp{-s} and @samp{-S}.@ifset GENERIC@item -rpath @var{dir}@cindex runtime library search path@kindex -rpathAdd a directory to the runtime library search path. This is used whenlinking an ELF executable with shared objects. All @option{-rpath}arguments are concatenated and passed to the runtime linker, which usesthem to locate shared objects at runtime. The @option{-rpath} option isalso used when locating shared objects which are needed by sharedobjects explicitly included in the link; see the description of the@option{-rpath-link} option. If @option{-rpath} is not used when linking anELF executable, the contents of the environment variable@code{LD_RUN_PATH} will be used if it is defined.The @option{-rpath} option may also be used on SunOS. By default, onSunOS, the linker will form a runtime search patch out of all the@option{-L} options it is given. If a @option{-rpath} option is used, theruntime search path will be formed exclusively using the @option{-rpath}options, ignoring the @option{-L} options. This can be useful when usinggcc, which adds many @option{-L} options which may be on NFS mountedfile systems.For compatibility with other ELF linkers, if the @option{-R} option isfollowed by a directory name, rather than a file name, it is treated asthe @option{-rpath} option.@end ifset@ifset GENERIC@cindex link-time runtime library search path@kindex -rpath-link@item -rpath-link @var{DIR}When using ELF or SunOS, one shared library may require another. Thishappens when an @code{ld -shared} link includes a shared library as oneof the input files.When the linker encounters such a dependency when doing a non-shared,non-relocatable link, it will automatically try to locate the requiredshared library and include it in the link, if it is not includedexplicitly. In such a case, the @option{-rpath-link} optionspecifies the first set of directories to search. The@option{-rpath-link} option may specify a sequence of directory nameseither by specifying a list of names separated by colons, or byappearing multiple times.This option should be used with caution as it overrides the search paththat may have been hard compiled into a shared library. In such a case itis possible to use unintentionally a different search path than theruntime linker would do.The linker uses the following search paths to locate required sharedlibraries:@enumerate@itemAny directories specified by @option{-rpath-link} options.@itemAny directories specified by @option{-rpath} options. The differencebetween @option{-rpath} and @option{-rpath-link} is that directoriesspecified by @option{-rpath} options are included in the executable andused at runtime, whereas the @option{-rpath-link} option is only effectiveat link time. Searching @option{-rpath} in this way is only supportedby native linkers and cross linkers which have been configured withthe @option{--with-sysroot} option.@itemOn an ELF system, for native linkers, if the @option{-rpath} and@option{-rpath-link} options were not used, search the contents of theenvironment variable @code{LD_RUN_PATH}.@itemOn SunOS, if the @option{-rpath} option was not used, search anydirectories specified using @option{-L} options.@itemFor a native linker, the search the contents of the environmentvariable @code{LD_LIBRARY_PATH}.@itemFor a native ELF linker, the directories in @code{DT_RUNPATH} or@code{DT_RPATH} of a shared library are searched for sharedlibraries needed by it. The @code{DT_RPATH} entries are ignored if@code{DT_RUNPATH} entries exist.@itemThe default directories, normally @file{/lib} and @file{/usr/lib}.@itemFor a native linker on an ELF system, if the file @file{/etc/ld.so.conf}exists, the list of directories found in that file.@end enumerateIf the required shared library is not found, the linker will issue awarning and continue with the link.@end ifset@kindex -shared@kindex -Bshareable@item -shared@itemx -Bshareable@cindex shared librariesCreate a shared library. This is currently only supported on ELF, XCOFFand SunOS platforms. On SunOS, the linker will automatically create ashared library if the @option{-e} option is not used and there areundefined symbols in the link.@item --sort-common [= ascending | descending]@kindex --sort-commonThis option tells @command{ld} to sort the common symbols by alignment inascending or descending order when it places them in the appropriate outputsections. The symbol alignments considered are sixteen-byte or larger,eight-byte, four-byte, two-byte, and one-byte. This is to prevent gapsbetween symbols due to alignment constraints. If no sorting order isspecified, then descending order is assumed.@kindex --sort-section name@item --sort-section nameThis option will apply @code{SORT_BY_NAME} to all wildcard sectionpatterns in the linker script.@kindex --sort-section alignment@item --sort-section alignmentThis option will apply @code{SORT_BY_ALIGNMENT} to all wildcard sectionpatterns in the linker script.@kindex --split-by-file@item --split-by-file [@var{size}]Similar to @option{--split-by-reloc} but creates a new output section foreach input file when @var{size} is reached. @var{size} defaults to asize of 1 if not given.@kindex --split-by-reloc@item --split-by-reloc [@var{count}]Tries to creates extra sections in the output file so that no singleoutput section in the file contains more than @var{count} relocations.This is useful when generating huge relocatable files for downloading intocertain real time kernels with the COFF object file format; since COFFcannot represent more than 65535 relocations in a single section. Notethat this will fail to work with object file formats which do notsupport arbitrary sections. The linker will not split up individualinput sections for redistribution, so if a single input section containsmore than @var{count} relocations one output section will contain thatmany relocations. @var{count} defaults to a value of 32768.@kindex --stats@item --statsCompute and display statistics about the operation of the linker, suchas execution time and memory usage.@kindex --sysroot@item --sysroot=@var{directory}Use @var{directory} as the location of the sysroot, overriding theconfigure-time default. This option is only supported by linkersthat were configured using @option{--with-sysroot}.@kindex --traditional-format@cindex traditional format@item --traditional-formatFor some targets, the output of @command{ld} is different in some ways fromthe output of some existing linker. This switch requests @command{ld} touse the traditional format instead.@cindex dbxFor example, on SunOS, @command{ld} combines duplicate entries in thesymbol string table. This can reduce the size of an output file withfull debugging information by over 30 percent. Unfortunately, the SunOS@code{dbx} program can not read the resulting program (@code{gdb} has notrouble). The @samp{--traditional-format} switch tells @command{ld} to notcombine duplicate entries.@kindex --section-start @var{sectionname}=@var{org}@item --section-start @var{sectionname}=@var{org}Locate a section in the output file at the absoluteaddress given by @var{org}. You may use this option as manytimes as necessary to locate multiple sections in the commandline.@var{org} must be a single hexadecimal integer;for compatibility with other linkers, you may omit the leading@samp{0x} usually associated with hexadecimal values. @emph{Note:} thereshould be no white space between @var{sectionname}, the equalssign (``@key{=}''), and @var{org}.@kindex -Tbss @var{org}@kindex -Tdata @var{org}@kindex -Ttext @var{org}@cindex segment origins, cmd line@item -Tbss @var{org}@itemx -Tdata @var{org}@itemx -Ttext @var{org}Same as --section-start, with @code{.bss}, @code{.data} or@code{.text} as the @var{sectionname}.@kindex --unresolved-symbols@item --unresolved-symbols=@var{method}Determine how to handle unresolved symbols. There are four possiblevalues for @samp{method}:@table @samp@item ignore-allDo not report any unresolved symbols.@item report-allReport all unresolved symbols. This is the default.@item ignore-in-object-filesReport unresolved symbols that are contained in shared libraries, butignore them if they come from regular object files.@item ignore-in-shared-libsReport unresolved symbols that come from regular object files, butignore them if they come from shared libraries. This can be usefulwhen creating a dynamic binary and it is known that all the sharedlibraries that it should be referencing are included on the linker'scommand line.@end tableThe behaviour for shared libraries on their own can also be controlledby the @option{--[no-]allow-shlib-undefined} option.Normally the linker will generate an error message for each reportedunresolved symbol but the option @option{--warn-unresolved-symbols}can change this to a warning.@kindex --verbose@cindex verbose@item --dll-verbose@itemx --verboseDisplay the version number for @command{ld} and list the linker emulationssupported. Display which input files can and cannot be opened. Displaythe linker script being used by the linker.@kindex --version-script=@var{version-scriptfile}@cindex version script, symbol versions@itemx --version-script=@var{version-scriptfile}Specify the name of a version script to the linker. This is typicallyused when creating shared libraries to specify additional informationabout the version hierarchy for the library being created. This optionis only meaningful on ELF platforms which support shared libraries.@xref{VERSION}.@kindex --warn-common@cindex warnings, on combining symbols@cindex combining symbols, warnings on@item --warn-commonWarn when a common symbol is combined with another common symbol or witha symbol definition. Unix linkers allow this somewhat sloppy practise,but linkers on some other operating systems do not. This option allowsyou to find potential problems from combining global symbols.Unfortunately, some C libraries use this practise, so you may get somewarnings about symbols in the libraries as well as in your programs.There are three kinds of global symbols, illustrated here by C examples:@table @samp@item int i = 1;A definition, which goes in the initialized data section of the outputfile.@item extern int i;An undefined reference, which does not allocate space.There must be either a definition or a common symbol for thevariable somewhere.@item int i;A common symbol. If there are only (one or more) common symbols for avariable, it goes in the uninitialized data area of the output file.The linker merges multiple common symbols for the same variable into asingle symbol. If they are of different sizes, it picks the largestsize. The linker turns a common symbol into a declaration, if there isa definition of the same variable.@end tableThe @samp{--warn-common} option can produce five kinds of warnings.Each warning consists of a pair of lines: the first describes the symboljust encountered, and the second describes the previous symbolencountered with the same name. One or both of the two symbols will bea common symbol.@enumerate@itemTurning a common symbol into a reference, because there is already adefinition for the symbol.@smallexample@var{file}(@var{section}): warning: common of `@var{symbol}'overridden by definition@var{file}(@var{section}): warning: defined here@end smallexample@itemTurning a common symbol into a reference, because a later definition forthe symbol is encountered. This is the same as the previous case,except that the symbols are encountered in a different order.@smallexample@var{file}(@var{section}): warning: definition of `@var{symbol}'overriding common@var{file}(@var{section}): warning: common is here@end smallexample@itemMerging a common symbol with a previous same-sized common symbol.@smallexample@var{file}(@var{section}): warning: multiple commonof `@var{symbol}'@var{file}(@var{section}): warning: previous common is here@end smallexample@itemMerging a common symbol with a previous larger common symbol.@smallexample@var{file}(@var{section}): warning: common of `@var{symbol}'overridden by larger common@var{file}(@var{section}): warning: larger common is here@end smallexample@itemMerging a common symbol with a previous smaller common symbol. This isthe same as the previous case, except that the symbols areencountered in a different order.@smallexample@var{file}(@var{section}): warning: common of `@var{symbol}'overriding smaller common@var{file}(@var{section}): warning: smaller common is here@end smallexample@end enumerate@kindex --warn-constructors@item --warn-constructorsWarn if any global constructors are used. This is only useful for a fewobject file formats. For formats like COFF or ELF, the linker can notdetect the use of global constructors.@kindex --warn-multiple-gp@item --warn-multiple-gpWarn if multiple global pointer values are required in the output file.This is only meaningful for certain processors, such as the Alpha.Specifically, some processors put large-valued constants in a specialsection. A special register (the global pointer) points into the middleof this section, so that constants can be loaded efficiently via abase-register relative addressing mode. Since the offset inbase-register relative mode is fixed and relatively small (e.g., 16bits), this limits the maximum size of the constant pool. Thus, inlarge programs, it is often necessary to use multiple global pointervalues in order to be able to address all possible constants. Thisoption causes a warning to be issued whenever this case occurs.@kindex --warn-once@cindex warnings, on undefined symbols@cindex undefined symbols, warnings on@item --warn-onceOnly warn once for each undefined symbol, rather than once per modulewhich refers to it.@kindex --warn-section-align@cindex warnings, on section alignment@cindex section alignment, warnings on@item --warn-section-alignWarn if the address of an output section is changed because ofalignment. Typically, the alignment will be set by an input section.The address will only be changed if it not explicitly specified; thatis, if the @code{SECTIONS} command does not specify a start address forthe section (@pxref{SECTIONS}).@kindex --warn-shared-textrel@item --warn-shared-textrelWarn if the linker adds a DT_TEXTREL to a shared object.@kindex --warn-unresolved-symbols@item --warn-unresolved-symbolsIf the linker is going to report an unresolved symbol (see the option@option{--unresolved-symbols}) it will normally generate an error.This option makes it generate a warning instead.@kindex --error-unresolved-symbols@item --error-unresolved-symbolsThis restores the linker's default behaviour of generating errors whenit is reporting unresolved symbols.@kindex --whole-archive@cindex including an entire archive@item --whole-archiveFor each archive mentioned on the command line after the@option{--whole-archive} option, include every object file in the archivein the link, rather than searching the archive for the required objectfiles. This is normally used to turn an archive file into a sharedlibrary, forcing every object to be included in the resulting sharedlibrary. This option may be used more than once.Two notes when using this option from gcc: First, gcc doesn't knowabout this option, so you have to use @option{-Wl,-whole-archive}.Second, don't forget to use @option{-Wl,-no-whole-archive} after yourlist of archives, because gcc will add its own list of archives toyour link and you may not want this flag to affect those as well.@kindex --wrap@item --wrap @var{symbol}Use a wrapper function for @var{symbol}. Any undefined reference to@var{symbol} will be resolved to @code{__wrap_@var{symbol}}. Anyundefined reference to @code{__real_@var{symbol}} will be resolved to@var{symbol}.This can be used to provide a wrapper for a system function. Thewrapper function should be called @code{__wrap_@var{symbol}}. If itwishes to call the system function, it should call@code{__real_@var{symbol}}.Here is a trivial example:@smallexamplevoid *__wrap_malloc (size_t c)@{printf ("malloc called with %zu\n", c);return __real_malloc (c);@}@end smallexampleIf you link other code with this file using @option{--wrap malloc}, thenall calls to @code{malloc} will call the function @code{__wrap_malloc}instead. The call to @code{__real_malloc} in @code{__wrap_malloc} willcall the real @code{malloc} function.You may wish to provide a @code{__real_malloc} function as well, so thatlinks without the @option{--wrap} option will succeed. If you do this,you should not put the definition of @code{__real_malloc} in the samefile as @code{__wrap_malloc}; if you do, the assembler may resolve thecall before the linker has a chance to wrap it to @code{malloc}.@kindex --eh-frame-hdr@item --eh-frame-hdrRequest creation of @code{.eh_frame_hdr} section and ELF@code{PT_GNU_EH_FRAME} segment header.@kindex --enable-new-dtags@kindex --disable-new-dtags@item --enable-new-dtags@itemx --disable-new-dtagsThis linker can create the new dynamic tags in ELF. But the older ELFsystems may not understand them. If you specify@option{--enable-new-dtags}, the dynamic tags will be created as needed.If you specify @option{--disable-new-dtags}, no new dynamic tags will becreated. By default, the new dynamic tags are not created. Note thatthose options are only available for ELF systems.@kindex --hash-size=@var{number}@item --hash-size=@var{number}Set the default size of the linker's hash tables to a prime numberclose to @var{number}. Increasing this value can reduce the length oftime it takes the linker to perform its tasks, at the expense ofincreasing the linker's memory requirements. Similarly reducing thisvalue can reduce the memory requirements at the expense of speed.@kindex --hash-style=@var{style}@item --hash-style=@var{style}Set the type of linker's hash table(s). @var{style} can be either@code{sysv} for classic ELF @code{.hash} section, @code{gnu} fornew style GNU @code{.gnu.hash} section or @code{both} for boththe classic ELF @code{.hash} and new style GNU @code{.gnu.hash}hash tables. The default is @code{sysv}.@kindex --reduce-memory-overheads@item --reduce-memory-overheadsThis option reduces memory requirements at ld runtime, at the expense oflinking speed. This was introduced to select the old O(n^2) algorithmfor link map file generation, rather than the new O(n) algorithm which usesabout 40% more memory for symbol storage.Another effect of the switch is to set the default hash table size to1021, which again saves memory at the cost of lengthening the linker'srun time. This is not done however if the @option{--hash-size} switchhas been used.The @option{--reduce-memory-overheads} switch may be also be used toenable other tradeoffs in future versions of the linker.@kindex --build-id@kindex --build-id=@var{style}@item --build-id@itemx --build-id=@var{style}Request creation of @code{.note.gnu.build-id} ELF note section.The contents of the note are unique bits identifying this linkedfile. @var{style} can be @code{uuid} to use 128 random bits,@code{sha1} to use a 160-bit @sc{SHA1} hash on the normativeparts of the output contents, @code{md5} to use a 128-bit@sc{MD5} hash on the normative parts of the output contents, or@code{0x@var{hexstring}} to use a chosen bit string specified asan even number of hexadecimal digits (@code{-} and @code{:}characters between digit pairs are ignored). If @var{style} isomitted, @code{sha1} is used.The @code{md5} and @code{sha1} styles produces an identifierthat is always the same in an identical output file, but will beunique among all nonidentical output files. It is not intendedto be compared as a checksum for the file's contents. A linkedfile may be changed later by other tools, but the build ID bitstring identifying the original linked file does not change.Passing @code{none} for @var{style} disables the setting from any@code{--build-id} options earlier on the command line.@end table@c man end@subsection Options Specific to i386 PE Targets@c man begin OPTIONSThe i386 PE linker supports the @option{-shared} option, which causesthe output to be a dynamically linked library (DLL) instead of anormal executable. You should name the output @code{*.dll} when youuse this option. In addition, the linker fully supports the standard@code{*.def} files, which may be specified on the linker command linelike an object file (in fact, it should precede archives it exportssymbols from, to ensure that they get linked in, just like a normalobject file).In addition to the options common to all targets, the i386 PE linkersupport additional command line options that are specific to the i386PE target. Options that take values may be separated from theirvalues by either a space or an equals sign.@table @gcctabopt@kindex --add-stdcall-alias@item --add-stdcall-aliasIf given, symbols with a stdcall suffix (@@@var{nn}) will be exportedas-is and also with the suffix stripped.[This option is specific to the i386 PE targeted port of the linker]@kindex --base-file@item --base-file @var{file}Use @var{file} as the name of a file in which to save the baseaddresses of all the relocations needed for generating DLLs with@file{dlltool}.[This is an i386 PE specific option]@kindex --dll@item --dllCreate a DLL instead of a regular executable. You may also use@option{-shared} or specify a @code{LIBRARY} in a given @code{.def}file.[This option is specific to the i386 PE targeted port of the linker]@kindex --enable-stdcall-fixup@kindex --disable-stdcall-fixup@item --enable-stdcall-fixup@itemx --disable-stdcall-fixupIf the link finds a symbol that it cannot resolve, it will attempt todo ``fuzzy linking'' by looking for another defined symbol that differsonly in the format of the symbol name (cdecl vs stdcall) and willresolve that symbol by linking to the match. For example, theundefined symbol @code{_foo} might be linked to the function@code{_foo@@12}, or the undefined symbol @code{_bar@@16} might be linkedto the function @code{_bar}. When the linker does this, it prints awarning, since it normally should have failed to link, but sometimesimport libraries generated from third-party dlls may need this featureto be usable. If you specify @option{--enable-stdcall-fixup}, thisfeature is fully enabled and warnings are not printed. If you specify@option{--disable-stdcall-fixup}, this feature is disabled and suchmismatches are considered to be errors.[This option is specific to the i386 PE targeted port of the linker]@cindex DLLs, creating@kindex --export-all-symbols@item --export-all-symbolsIf given, all global symbols in the objects used to build a DLL willbe exported by the DLL. Note that this is the default if thereotherwise wouldn't be any exported symbols. When symbols areexplicitly exported via DEF files or implicitly exported via functionattributes, the default is to not export anything else unless thisoption is given. Note that the symbols @code{DllMain@@12},@code{DllEntryPoint@@0}, @code{DllMainCRTStartup@@12}, and@code{impure_ptr} will not be automaticallyexported. Also, symbols imported from other DLLs will not bere-exported, nor will symbols specifying the DLL's internal layoutsuch as those beginning with @code{_head_} or ending with@code{_iname}. In addition, no symbols from @code{libgcc},@code{libstd++}, @code{libmingw32}, or @code{crtX.o} will be exported.Symbols whose names begin with @code{__rtti_} or @code{__builtin_} willnot be exported, to help with C++ DLLs. Finally, there is anextensive list of cygwin-private symbols that are not exported(obviously, this applies on when building DLLs for cygwin targets).These cygwin-excludes are: @code{_cygwin_dll_entry@@12},@code{_cygwin_crt0_common@@8}, @code{_cygwin_noncygwin_dll_entry@@12},@code{_fmode}, @code{_impure_ptr}, @code{cygwin_attach_dll},@code{cygwin_premain0}, @code{cygwin_premain1}, @code{cygwin_premain2},@code{cygwin_premain3}, and @code{environ}.[This option is specific to the i386 PE targeted port of the linker]@kindex --exclude-symbols@item --exclude-symbols @var{symbol},@var{symbol},...Specifies a list of symbols which should not be automaticallyexported. The symbol names may be delimited by commas or colons.[This option is specific to the i386 PE targeted port of the linker]@kindex --file-alignment@item --file-alignmentSpecify the file alignment. Sections in the file will always begin atfile offsets which are multiples of this number. This defaults to512.[This option is specific to the i386 PE targeted port of the linker]@cindex heap size@kindex --heap@item --heap @var{reserve}@itemx --heap @var{reserve},@var{commit}Specify the number of bytes of memory to reserve (and optionally commit)to be used as heap for this program. The default is 1Mb reserved, 4Kcommitted.[This option is specific to the i386 PE targeted port of the linker]@cindex image base@kindex --image-base@item --image-base @var{value}Use @var{value} as the base address of your program or dll. This isthe lowest memory location that will be used when your program or dllis loaded. To reduce the need to relocate and improve performance ofyour dlls, each should have a unique base address and not overlap anyother dlls. The default is 0x400000 for executables, and 0x10000000for dlls.[This option is specific to the i386 PE targeted port of the linker]@kindex --kill-at@item --kill-atIf given, the stdcall suffixes (@@@var{nn}) will be stripped fromsymbols before they are exported.[This option is specific to the i386 PE targeted port of the linker]@kindex --large-address-aware@item --large-address-awareIf given, the appropriate bit in the ``Characteristics'' field of the COFFheader is set to indicate that this executable supports virtual addressesgreater than 2 gigabytes. This should be used in conjunction with the /3GBor /USERVA=@var{value} megabytes switch in the ``[operating systems]''section of the BOOT.INI. Otherwise, this bit has no effect.[This option is specific to PE targeted ports of the linker]@kindex --major-image-version@item --major-image-version @var{value}Sets the major number of the ``image version''. Defaults to 1.[This option is specific to the i386 PE targeted port of the linker]@kindex --major-os-version@item --major-os-version @var{value}Sets the major number of the ``os version''. Defaults to 4.[This option is specific to the i386 PE targeted port of the linker]@kindex --major-subsystem-version@item --major-subsystem-version @var{value}Sets the major number of the ``subsystem version''. Defaults to 4.[This option is specific to the i386 PE targeted port of the linker]@kindex --minor-image-version@item --minor-image-version @var{value}Sets the minor number of the ``image version''. Defaults to 0.[This option is specific to the i386 PE targeted port of the linker]@kindex --minor-os-version@item --minor-os-version @var{value}Sets the minor number of the ``os version''. Defaults to 0.[This option is specific to the i386 PE targeted port of the linker]@kindex --minor-subsystem-version@item --minor-subsystem-version @var{value}Sets the minor number of the ``subsystem version''. Defaults to 0.[This option is specific to the i386 PE targeted port of the linker]@cindex DEF files, creating@cindex DLLs, creating@kindex --output-def@item --output-def @var{file}The linker will create the file @var{file} which will contain a DEFfile corresponding to the DLL the linker is generating. This DEF file(which should be called @code{*.def}) may be used to create an importlibrary with @code{dlltool} or may be used as a reference toautomatically or implicitly exported symbols.[This option is specific to the i386 PE targeted port of the linker]@cindex DLLs, creating@kindex --out-implib@item --out-implib @var{file}The linker will create the file @var{file} which will contain animport lib corresponding to the DLL the linker is generating. Thisimport lib (which should be called @code{*.dll.a} or @code{*.a}may be used to link clients against the generated DLL; this behaviourmakes it possible to skip a separate @code{dlltool} import librarycreation step.[This option is specific to the i386 PE targeted port of the linker]@kindex --enable-auto-image-base@item --enable-auto-image-baseAutomatically choose the image base for DLLs, unless one is specifiedusing the @code{--image-base} argument. By using a hash generatedfrom the dllname to create unique image bases for each DLL, in-memorycollisions and relocations which can delay program execution areavoided.[This option is specific to the i386 PE targeted port of the linker]@kindex --disable-auto-image-base@item --disable-auto-image-baseDo not automatically generate a unique image base. If there is nouser-specified image base (@code{--image-base}) then use the platformdefault.[This option is specific to the i386 PE targeted port of the linker]@cindex DLLs, linking to@kindex --dll-search-prefix@item --dll-search-prefix @var{string}When linking dynamically to a dll without an import library,search for @code{<string><basename>.dll} in preference to@code{lib<basename>.dll}. This behaviour allows easy distinctionbetween DLLs built for the various "subplatforms": native, cygwin,uwin, pw, etc. For instance, cygwin DLLs typically use@code{--dll-search-prefix=cyg}.[This option is specific to the i386 PE targeted port of the linker]@kindex --enable-auto-import@item --enable-auto-importDo sophisticated linking of @code{_symbol} to @code{__imp__symbol} forDATA imports from DLLs, and create the necessary thunking symbols whenbuilding the import libraries with those DATA exports. Note: Use of the'auto-import' extension will cause the text section of the image fileto be made writable. This does not conform to the PE-COFF formatspecification published by Microsoft.Note - use of the 'auto-import' extension will also cause read onlydata which would normally be placed into the .rdata section to beplaced into the .data section instead. This is in order to workaround a problem with consts that is described here:http://www.cygwin.com/ml/cygwin/2004-09/msg01101.htmlUsing 'auto-import' generally will 'just work' -- but sometimes you maysee this message:"variable '<var>' can't be auto-imported. Please read thedocumentation for ld's @code{--enable-auto-import} for details."This message occurs when some (sub)expression accesses an addressultimately given by the sum of two constants (Win32 import tables onlyallow one). Instances where this may occur include accesses to memberfields of struct variables imported from a DLL, as well as using aconstant index into an array variable imported from a DLL. Anymultiword variable (arrays, structs, long long, etc) may triggerthis error condition. However, regardless of the exact data typeof the offending exported variable, ld will always detect it, issuethe warning, and exit.There are several ways to address this difficulty, regardless of thedata type of the exported variable:One way is to use --enable-runtime-pseudo-reloc switch. This leaves the taskof adjusting references in your client code for runtime environment, sothis method works only when runtime environment supports this feature.A second solution is to force one of the 'constants' to be a variable --that is, unknown and un-optimizable at compile time. For arrays,there are two possibilities: a) make the indexee (the array's address)a variable, or b) make the 'constant' index a variable. Thus:@exampleextern type extern_array[];extern_array[1] -->@{ volatile type *t=extern_array; t[1] @}@end exampleor@exampleextern type extern_array[];extern_array[1] -->@{ volatile int t=1; extern_array[t] @}@end exampleFor structs (and most other multiword data types) the only optionis to make the struct itself (or the long long, or the ...) variable:@exampleextern struct s extern_struct;extern_struct.field -->@{ volatile struct s *t=&extern_struct; t->field @}@end exampleor@exampleextern long long extern_ll;extern_ll -->@{ volatile long long * local_ll=&extern_ll; *local_ll @}@end exampleA third method of dealing with this difficulty is to abandon'auto-import' for the offending symbol and mark it with@code{__declspec(dllimport)}. However, in practise thatrequires using compile-time #defines to indicate whether you arebuilding a DLL, building client code that will link to the DLL, ormerely building/linking to a static library. In making the choicebetween the various methods of resolving the 'direct address withconstant offset' problem, you should consider typical real-world usage:Original:@example--foo.hextern int arr[];--foo.c#include "foo.h"void main(int argc, char **argv)@{printf("%d\n",arr[1]);@}@end exampleSolution 1:@example--foo.hextern int arr[];--foo.c#include "foo.h"void main(int argc, char **argv)@{/* This workaround is for win32 and cygwin; do not "optimize" */volatile int *parr = arr;printf("%d\n",parr[1]);@}@end exampleSolution 2:@example--foo.h/* Note: auto-export is assumed (no __declspec(dllexport)) */#if (defined(_WIN32) || defined(__CYGWIN__)) && \!(defined(FOO_BUILD_DLL) || defined(FOO_STATIC))#define FOO_IMPORT __declspec(dllimport)#else#define FOO_IMPORT#endifextern FOO_IMPORT int arr[];--foo.c#include "foo.h"void main(int argc, char **argv)@{printf("%d\n",arr[1]);@}@end exampleA fourth way to avoid this problem is to re-code yourlibrary to use a functional interface rather than a data interfacefor the offending variables (e.g. set_foo() and get_foo() accessorfunctions).[This option is specific to the i386 PE targeted port of the linker]@kindex --disable-auto-import@item --disable-auto-importDo not attempt to do sophisticated linking of @code{_symbol} to@code{__imp__symbol} for DATA imports from DLLs.[This option is specific to the i386 PE targeted port of the linker]@kindex --enable-runtime-pseudo-reloc@item --enable-runtime-pseudo-relocIf your code contains expressions described in --enable-auto-import section,that is, DATA imports from DLL with non-zero offset, this switch will createa vector of 'runtime pseudo relocations' which can be used by runtimeenvironment to adjust references to such data in your client code.[This option is specific to the i386 PE targeted port of the linker]@kindex --disable-runtime-pseudo-reloc@item --disable-runtime-pseudo-relocDo not create pseudo relocations for non-zero offset DATA imports fromDLLs. This is the default.[This option is specific to the i386 PE targeted port of the linker]@kindex --enable-extra-pe-debug@item --enable-extra-pe-debugShow additional debug info related to auto-import symbol thunking.[This option is specific to the i386 PE targeted port of the linker]@kindex --section-alignment@item --section-alignmentSets the section alignment. Sections in memory will always begin ataddresses which are a multiple of this number. Defaults to 0x1000.[This option is specific to the i386 PE targeted port of the linker]@cindex stack size@kindex --stack@item --stack @var{reserve}@itemx --stack @var{reserve},@var{commit}Specify the number of bytes of memory to reserve (and optionally commit)to be used as stack for this program. The default is 2Mb reserved, 4Kcommitted.[This option is specific to the i386 PE targeted port of the linker]@kindex --subsystem@item --subsystem @var{which}@itemx --subsystem @var{which}:@var{major}@itemx --subsystem @var{which}:@var{major}.@var{minor}Specifies the subsystem under which your program will execute. Thelegal values for @var{which} are @code{native}, @code{windows},@code{console}, @code{posix}, and @code{xbox}. You may optionally setthe subsystem version also. Numeric values are also accepted for@var{which}.[This option is specific to the i386 PE targeted port of the linker]@end table@c man end@ifset M68HC11@subsection Options specific to Motorola 68HC11 and 68HC12 targets@c man begin OPTIONSThe 68HC11 and 68HC12 linkers support specific options to control thememory bank switching mapping and trampoline code generation.@table @gcctabopt@kindex --no-trampoline@item --no-trampolineThis option disables the generation of trampoline. By default a trampolineis generated for each far function which is called using a @code{jsr}instruction (this happens when a pointer to a far function is taken).@kindex --bank-window@item --bank-window @var{name}This option indicates to the linker the name of the memory region inthe @samp{MEMORY} specification that describes the memory bank window.The definition of such region is then used by the linker to computepaging and addresses within the memory window.@end table@c man end@end ifset@ifset M68K@subsection Options specific to Motorola 68K target@c man begin OPTIONSThe following options are supported to control handling of GOT generationwhen linking for 68K targets.@table @gcctabopt@kindex --got@item --got=@var{type}This option tells the linker which GOT generation scheme to use.@var{type} should be one of @samp{single}, @samp{negative},@samp{multigot} or @samp{target}. For more information refer to theInfo entry for @file{ld}.@end table@c man end@end ifset@ifset UsesEnvVars@node Environment@section Environment Variables@c man begin ENVIRONMENTYou can change the behaviour of @command{ld} with the environment variables@ifclear SingleFormat@code{GNUTARGET},@end ifclear@code{LDEMULATION} and @code{COLLECT_NO_DEMANGLE}.@ifclear SingleFormat@kindex GNUTARGET@cindex default input format@code{GNUTARGET} determines the input-file object format if you don'tuse @samp{-b} (or its synonym @samp{--format}). Its value should be oneof the BFD names for an input format (@pxref{BFD}). If there is no@code{GNUTARGET} in the environment, @command{ld} uses the natural formatof the target. If @code{GNUTARGET} is set to @code{default} then BFDattempts to discover the input format by examining binary input files;this method often succeeds, but there are potential ambiguities, sincethere is no method of ensuring that the magic number used to specifyobject-file formats is unique. However, the configuration procedure forBFD on each system places the conventional format for that system firstin the search-list, so ambiguities are resolved in favor of convention.@end ifclear@kindex LDEMULATION@cindex default emulation@cindex emulation, default@code{LDEMULATION} determines the default emulation if you don't use the@samp{-m} option. The emulation can affect various aspects of linkerbehaviour, particularly the default linker script. You can list theavailable emulations with the @samp{--verbose} or @samp{-V} options. Ifthe @samp{-m} option is not used, and the @code{LDEMULATION} environmentvariable is not defined, the default emulation depends upon how thelinker was configured.@kindex COLLECT_NO_DEMANGLE@cindex demangling, defaultNormally, the linker will default to demangling symbols. However, if@code{COLLECT_NO_DEMANGLE} is set in the environment, then it willdefault to not demangling symbols. This environment variable is used ina similar fashion by the @code{gcc} linker wrapper program. The defaultmay be overridden by the @samp{--demangle} and @samp{--no-demangle}options.@c man end@end ifset@node Scripts@chapter Linker Scripts@cindex scripts@cindex linker scripts@cindex command filesEvery link is controlled by a @dfn{linker script}. This script iswritten in the linker command language.The main purpose of the linker script is to describe how the sections inthe input files should be mapped into the output file, and to controlthe memory layout of the output file. Most linker scripts do nothingmore than this. However, when necessary, the linker script can alsodirect the linker to perform many other operations, using the commandsdescribed below.The linker always uses a linker script. If you do not supply oneyourself, the linker will use a default script that is compiled into thelinker executable. You can use the @samp{--verbose} command line optionto display the default linker script. Certain command line options,such as @samp{-r} or @samp{-N}, will affect the default linker script.You may supply your own linker script by using the @samp{-T} commandline option. When you do this, your linker script will replace thedefault linker script.You may also use linker scripts implicitly by naming them as input filesto the linker, as though they were files to be linked. @xref{ImplicitLinker Scripts}.@menu* Basic Script Concepts:: Basic Linker Script Concepts* Script Format:: Linker Script Format* Simple Example:: Simple Linker Script Example* Simple Commands:: Simple Linker Script Commands* Assignments:: Assigning Values to Symbols* SECTIONS:: SECTIONS Command* MEMORY:: MEMORY Command* PHDRS:: PHDRS Command* VERSION:: VERSION Command* Expressions:: Expressions in Linker Scripts* Implicit Linker Scripts:: Implicit Linker Scripts@end menu@node Basic Script Concepts@section Basic Linker Script Concepts@cindex linker script conceptsWe need to define some basic concepts and vocabulary in order todescribe the linker script language.The linker combines input files into a single output file. The outputfile and each input file are in a special data format known as an@dfn{object file format}. Each file is called an @dfn{object file}.The output file is often called an @dfn{executable}, but for ourpurposes we will also call it an object file. Each object file has,among other things, a list of @dfn{sections}. We sometimes refer to asection in an input file as an @dfn{input section}; similarly, a sectionin the output file is an @dfn{output section}.Each section in an object file has a name and a size. Most sectionsalso have an associated block of data, known as the @dfn{sectioncontents}. A section may be marked as @dfn{loadable}, which mean thatthe contents should be loaded into memory when the output file is run.A section with no contents may be @dfn{allocatable}, which means that anarea in memory should be set aside, but nothing in particular should beloaded there (in some cases this memory must be zeroed out). A sectionwhich is neither loadable nor allocatable typically contains some sortof debugging information.Every loadable or allocatable output section has two addresses. Thefirst is the @dfn{VMA}, or virtual memory address. This is the addressthe section will have when the output file is run. The second is the@dfn{LMA}, or load memory address. This is the address at which thesection will be loaded. In most cases the two addresses will be thesame. An example of when they might be different is when a data sectionis loaded into ROM, and then copied into RAM when the program starts up(this technique is often used to initialize global variables in a ROMbased system). In this case the ROM address would be the LMA, and theRAM address would be the VMA.You can see the sections in an object file by using the @code{objdump}program with the @samp{-h} option.Every object file also has a list of @dfn{symbols}, known as the@dfn{symbol table}. A symbol may be defined or undefined. Each symbolhas a name, and each defined symbol has an address, among otherinformation. If you compile a C or C++ program into an object file, youwill get a defined symbol for every defined function and global orstatic variable. Every undefined function or global variable which isreferenced in the input file will become an undefined symbol.You can see the symbols in an object file by using the @code{nm}program, or by using the @code{objdump} program with the @samp{-t}option.@node Script Format@section Linker Script Format@cindex linker script formatLinker scripts are text files.You write a linker script as a series of commands. Each command iseither a keyword, possibly followed by arguments, or an assignment to asymbol. You may separate commands using semicolons. Whitespace isgenerally ignored.Strings such as file or format names can normally be entered directly.If the file name contains a character such as a comma which wouldotherwise serve to separate file names, you may put the file name indouble quotes. There is no way to use a double quote character in afile name.You may include comments in linker scripts just as in C, delimited by@samp{/*} and @samp{*/}. As in C, comments are syntactically equivalentto whitespace.@node Simple Example@section Simple Linker Script Example@cindex linker script example@cindex example of linker scriptMany linker scripts are fairly simple.The simplest possible linker script has just one command:@samp{SECTIONS}. You use the @samp{SECTIONS} command to describe thememory layout of the output file.The @samp{SECTIONS} command is a powerful command. Here we willdescribe a simple use of it. Let's assume your program consists only ofcode, initialized data, and uninitialized data. These will be in the@samp{.text}, @samp{.data}, and @samp{.bss} sections, respectively.Let's assume further that these are the only sections which appear inyour input files.For this example, let's say that the code should be loaded at address0x10000, and that the data should start at address 0x8000000. Here is alinker script which will do that:@smallexampleSECTIONS@{. = 0x10000;.text : @{ *(.text) @}. = 0x8000000;.data : @{ *(.data) @}.bss : @{ *(.bss) @}@}@end smallexampleYou write the @samp{SECTIONS} command as the keyword @samp{SECTIONS},followed by a series of symbol assignments and output sectiondescriptions enclosed in curly braces.The first line inside the @samp{SECTIONS} command of the above examplesets the value of the special symbol @samp{.}, which is the locationcounter. If you do not specify the address of an output section in someother way (other ways are described later), the address is set from thecurrent value of the location counter. The location counter is thenincremented by the size of the output section. At the start of the@samp{SECTIONS} command, the location counter has the value @samp{0}.The second line defines an output section, @samp{.text}. The colon isrequired syntax which may be ignored for now. Within the curly bracesafter the output section name, you list the names of the input sectionswhich should be placed into this output section. The @samp{*} is awildcard which matches any file name. The expression @samp{*(.text)}means all @samp{.text} input sections in all input files.Since the location counter is @samp{0x10000} when the output section@samp{.text} is defined, the linker will set the address of the@samp{.text} section in the output file to be @samp{0x10000}.The remaining lines define the @samp{.data} and @samp{.bss} sections inthe output file. The linker will place the @samp{.data} output sectionat address @samp{0x8000000}. After the linker places the @samp{.data}output section, the value of the location counter will be@samp{0x8000000} plus the size of the @samp{.data} output section. Theeffect is that the linker will place the @samp{.bss} output sectionimmediately after the @samp{.data} output section in memory.The linker will ensure that each output section has the requiredalignment, by increasing the location counter if necessary. In thisexample, the specified addresses for the @samp{.text} and @samp{.data}sections will probably satisfy any alignment constraints, but the linkermay have to create a small gap between the @samp{.data} and @samp{.bss}sections.That's it! That's a simple and complete linker script.@node Simple Commands@section Simple Linker Script Commands@cindex linker script simple commandsIn this section we describe the simple linker script commands.@menu* Entry Point:: Setting the entry point* File Commands:: Commands dealing with files@ifclear SingleFormat* Format Commands:: Commands dealing with object file formats@end ifclear* Miscellaneous Commands:: Other linker script commands@end menu@node Entry Point@subsection Setting the Entry Point@kindex ENTRY(@var{symbol})@cindex start of execution@cindex first instruction@cindex entry pointThe first instruction to execute in a program is called the @dfn{entrypoint}. You can use the @code{ENTRY} linker script command to set theentry point. The argument is a symbol name:@smallexampleENTRY(@var{symbol})@end smallexampleThere are several ways to set the entry point. The linker will set theentry point by trying each of the following methods in order, andstopping when one of them succeeds:@itemize @bullet@itemthe @samp{-e} @var{entry} command-line option;@itemthe @code{ENTRY(@var{symbol})} command in a linker script;@itemthe value of the symbol @code{start}, if defined;@itemthe address of the first byte of the @samp{.text} section, if present;@itemThe address @code{0}.@end itemize@node File Commands@subsection Commands Dealing with Files@cindex linker script file commandsSeveral linker script commands deal with files.@table @code@item INCLUDE @var{filename}@kindex INCLUDE @var{filename}@cindex including a linker scriptInclude the linker script @var{filename} at this point. The file willbe searched for in the current directory, and in any directory specifiedwith the @option{-L} option. You can nest calls to @code{INCLUDE} up to10 levels deep.You can place @code{INCLUDE} directives at the top level, in @code{MEMORY} or@code{SECTIONS} commands, or in output section descriptions.@item INPUT(@var{file}, @var{file}, @dots{})@itemx INPUT(@var{file} @var{file} @dots{})@kindex INPUT(@var{files})@cindex input files in linker scripts@cindex input object files in linker scripts@cindex linker script input object filesThe @code{INPUT} command directs the linker to include the named filesin the link, as though they were named on the command line.For example, if you always want to include @file{subr.o} any time you doa link, but you can't be bothered to put it on every link command line,then you can put @samp{INPUT (subr.o)} in your linker script.In fact, if you like, you can list all of your input files in the linkerscript, and then invoke the linker with nothing but a @samp{-T} option.In case a @dfn{sysroot prefix} is configured, and the filename startswith the @samp{/} character, and the script being processed waslocated inside the @dfn{sysroot prefix}, the filename will be lookedfor in the @dfn{sysroot prefix}. Otherwise, the linker will try toopen the file in the current directory. If it is not found, thelinker will search through the archive library search path. See thedescription of @samp{-L} in @ref{Options,,Command Line Options}.If you use @samp{INPUT (-l@var{file})}, @command{ld} will transform thename to @code{lib@var{file}.a}, as with the command line argument@samp{-l}.When you use the @code{INPUT} command in an implicit linker script, thefiles will be included in the link at the point at which the linkerscript file is included. This can affect archive searching.@item GROUP(@var{file}, @var{file}, @dots{})@itemx GROUP(@var{file} @var{file} @dots{})@kindex GROUP(@var{files})@cindex grouping input filesThe @code{GROUP} command is like @code{INPUT}, except that the namedfiles should all be archives, and they are searched repeatedly until nonew undefined references are created. See the description of @samp{-(}in @ref{Options,,Command Line Options}.@item AS_NEEDED(@var{file}, @var{file}, @dots{})@itemx AS_NEEDED(@var{file} @var{file} @dots{})@kindex AS_NEEDED(@var{files})This construct can appear only inside of the @code{INPUT} or @code{GROUP}commands, among other filenames. The files listed will be handledas if they appear directly in the @code{INPUT} or @code{GROUP} commands,with the exception of ELF shared libraries, that will be added onlywhen they are actually needed. This construct essentially enables@option{--as-needed} option for all the files listed inside of itand restores previous @option{--as-needed} resp. @option{--no-as-needed}setting afterwards.@item OUTPUT(@var{filename})@kindex OUTPUT(@var{filename})@cindex output file name in linker scriptThe @code{OUTPUT} command names the output file. Using@code{OUTPUT(@var{filename})} in the linker script is exactly like using@samp{-o @var{filename}} on the command line (@pxref{Options,,CommandLine Options}). If both are used, the command line option takesprecedence.You can use the @code{OUTPUT} command to define a default name for theoutput file other than the usual default of @file{a.out}.@item SEARCH_DIR(@var{path})@kindex SEARCH_DIR(@var{path})@cindex library search path in linker script@cindex archive search path in linker script@cindex search path in linker scriptThe @code{SEARCH_DIR} command adds @var{path} to the list of paths where@command{ld} looks for archive libraries. Using@code{SEARCH_DIR(@var{path})} is exactly like using @samp{-L @var{path}}on the command line (@pxref{Options,,Command Line Options}). If bothare used, then the linker will search both paths. Paths specified usingthe command line option are searched first.@item STARTUP(@var{filename})@kindex STARTUP(@var{filename})@cindex first input fileThe @code{STARTUP} command is just like the @code{INPUT} command, exceptthat @var{filename} will become the first input file to be linked, asthough it were specified first on the command line. This may be usefulwhen using a system in which the entry point is always the start of thefirst file.@end table@ifclear SingleFormat@node Format Commands@subsection Commands Dealing with Object File FormatsA couple of linker script commands deal with object file formats.@table @code@item OUTPUT_FORMAT(@var{bfdname})@itemx OUTPUT_FORMAT(@var{default}, @var{big}, @var{little})@kindex OUTPUT_FORMAT(@var{bfdname})@cindex output file format in linker scriptThe @code{OUTPUT_FORMAT} command names the BFD format to use for theoutput file (@pxref{BFD}). Using @code{OUTPUT_FORMAT(@var{bfdname})} isexactly like using @samp{--oformat @var{bfdname}} on the command line(@pxref{Options,,Command Line Options}). If both are used, the commandline option takes precedence.You can use @code{OUTPUT_FORMAT} with three arguments to use differentformats based on the @samp{-EB} and @samp{-EL} command line options.This permits the linker script to set the output format based on thedesired endianness.If neither @samp{-EB} nor @samp{-EL} are used, then the output formatwill be the first argument, @var{default}. If @samp{-EB} is used, theoutput format will be the second argument, @var{big}. If @samp{-EL} isused, the output format will be the third argument, @var{little}.For example, the default linker script for the MIPS ELF target uses thiscommand:@smallexampleOUTPUT_FORMAT(elf32-bigmips, elf32-bigmips, elf32-littlemips)@end smallexampleThis says that the default format for the output file is@samp{elf32-bigmips}, but if the user uses the @samp{-EL} command lineoption, the output file will be created in the @samp{elf32-littlemips}format.@item TARGET(@var{bfdname})@kindex TARGET(@var{bfdname})@cindex input file format in linker scriptThe @code{TARGET} command names the BFD format to use when reading inputfiles. It affects subsequent @code{INPUT} and @code{GROUP} commands.This command is like using @samp{-b @var{bfdname}} on the command line(@pxref{Options,,Command Line Options}). If the @code{TARGET} commandis used but @code{OUTPUT_FORMAT} is not, then the last @code{TARGET}command is also used to set the format for the output file. @xref{BFD}.@end table@end ifclear@node Miscellaneous Commands@subsection Other Linker Script CommandsThere are a few other linker scripts commands.@table @code@item ASSERT(@var{exp}, @var{message})@kindex ASSERT@cindex assertion in linker scriptEnsure that @var{exp} is non-zero. If it is zero, then exit the linkerwith an error code, and print @var{message}.@item EXTERN(@var{symbol} @var{symbol} @dots{})@kindex EXTERN@cindex undefined symbol in linker scriptForce @var{symbol} to be entered in the output file as an undefinedsymbol. Doing this may, for example, trigger linking of additionalmodules from standard libraries. You may list several @var{symbol}s foreach @code{EXTERN}, and you may use @code{EXTERN} multiple times. Thiscommand has the same effect as the @samp{-u} command-line option.@item FORCE_COMMON_ALLOCATION@kindex FORCE_COMMON_ALLOCATION@cindex common allocation in linker scriptThis command has the same effect as the @samp{-d} command-line option:to make @command{ld} assign space to common symbols even if a relocatableoutput file is specified (@samp{-r}).@item INHIBIT_COMMON_ALLOCATION@kindex INHIBIT_COMMON_ALLOCATION@cindex common allocation in linker scriptThis command has the same effect as the @samp{--no-define-common}command-line option: to make @code{ld} omit the assignment of addressesto common symbols even for a non-relocatable output file.@item INSERT [ AFTER | BEFORE ] @var{output_section}@kindex INSERT@cindex insert user script into default scriptThis command is typically used in a script specified by @samp{-T} toaugment the default @code{SECTIONS} with, for example, overlays. Itinserts all prior linker script statements after (or before)@var{output_section}, and also causes @samp{-T} to not override thedefault linker script. The exact insertion point is as for orphansections. @xref{Location Counter}. The insertion happens after thelinker has mapped input sections to output sections. Prior to theinsertion, since @samp{-T} scripts are parsed before the defaultlinker script, statements in the @samp{-T} script occur before thedefault linker script statements in the internal linker representationof the script. In particular, input section assignments will be madeto @samp{-T} output sections before those in the default script. Hereis an example of how a @samp{-T} script using @code{INSERT} might look:@smallexampleSECTIONS@{OVERLAY :@{.ov1 @{ ov1*(.text) @}.ov2 @{ ov2*(.text) @}@}@}INSERT AFTER .text;@end smallexample@item NOCROSSREFS(@var{section} @var{section} @dots{})@kindex NOCROSSREFS(@var{sections})@cindex cross referencesThis command may be used to tell @command{ld} to issue an error about anyreferences among certain output sections.In certain types of programs, particularly on embedded systems whenusing overlays, when one section is loaded into memory, another sectionwill not be. Any direct references between the two sections would beerrors. For example, it would be an error if code in one section calleda function defined in the other section.The @code{NOCROSSREFS} command takes a list of output section names. If@command{ld} detects any cross references between the sections, it reportsan error and returns a non-zero exit status. Note that the@code{NOCROSSREFS} command uses output section names, not input sectionnames.@ifclear SingleFormat@item OUTPUT_ARCH(@var{bfdarch})@kindex OUTPUT_ARCH(@var{bfdarch})@cindex machine architecture@cindex architectureSpecify a particular output machine architecture. The argument is oneof the names used by the BFD library (@pxref{BFD}). You can see thearchitecture of an object file by using the @code{objdump} program withthe @samp{-f} option.@end ifclear@end table@node Assignments@section Assigning Values to Symbols@cindex assignment in scripts@cindex symbol definition, scripts@cindex variables, definingYou may assign a value to a symbol in a linker script. This will definethe symbol and place it into the symbol table with a global scope.@menu* Simple Assignments:: Simple Assignments* PROVIDE:: PROVIDE* PROVIDE_HIDDEN:: PROVIDE_HIDDEN* Source Code Reference:: How to use a linker script defined symbol in source code@end menu@node Simple Assignments@subsection Simple AssignmentsYou may assign to a symbol using any of the C assignment operators:@table @code@item @var{symbol} = @var{expression} ;@itemx @var{symbol} += @var{expression} ;@itemx @var{symbol} -= @var{expression} ;@itemx @var{symbol} *= @var{expression} ;@itemx @var{symbol} /= @var{expression} ;@itemx @var{symbol} <<= @var{expression} ;@itemx @var{symbol} >>= @var{expression} ;@itemx @var{symbol} &= @var{expression} ;@itemx @var{symbol} |= @var{expression} ;@end tableThe first case will define @var{symbol} to the value of@var{expression}. In the other cases, @var{symbol} must already bedefined, and the value will be adjusted accordingly.The special symbol name @samp{.} indicates the location counter. Youmay only use this within a @code{SECTIONS} command. @xref{Location Counter}.The semicolon after @var{expression} is required.Expressions are defined below; see @ref{Expressions}.You may write symbol assignments as commands in their own right, or asstatements within a @code{SECTIONS} command, or as part of an outputsection description in a @code{SECTIONS} command.The section of the symbol will be set from the section of theexpression; for more information, see @ref{Expression Section}.Here is an example showing the three different places that symbolassignments may be used:@smallexamplefloating_point = 0;SECTIONS@{.text :@{*(.text)_etext = .;@}_bdata = (. + 3) & ~ 3;.data : @{ *(.data) @}@}@end smallexample@noindentIn this example, the symbol @samp{floating_point} will be defined aszero. The symbol @samp{_etext} will be defined as the address followingthe last @samp{.text} input section. The symbol @samp{_bdata} will bedefined as the address following the @samp{.text} output section alignedupward to a 4 byte boundary.@node PROVIDE@subsection PROVIDE@cindex PROVIDEIn some cases, it is desirable for a linker script to define a symbolonly if it is referenced and is not defined by any object included inthe link. For example, traditional linkers defined the symbol@samp{etext}. However, ANSI C requires that the user be able to use@samp{etext} as a function name without encountering an error. The@code{PROVIDE} keyword may be used to define a symbol, such as@samp{etext}, only if it is referenced but not defined. The syntax is@code{PROVIDE(@var{symbol} = @var{expression})}.Here is an example of using @code{PROVIDE} to define @samp{etext}:@smallexampleSECTIONS@{.text :@{*(.text)_etext = .;PROVIDE(etext = .);@}@}@end smallexampleIn this example, if the program defines @samp{_etext} (with a leadingunderscore), the linker will give a multiple definition error. If, onthe other hand, the program defines @samp{etext} (with no leadingunderscore), the linker will silently use the definition in the program.If the program references @samp{etext} but does not define it, thelinker will use the definition in the linker script.@node PROVIDE_HIDDEN@subsection PROVIDE_HIDDEN@cindex PROVIDE_HIDDENSimilar to @code{PROVIDE}. For ELF targeted ports, the symbol will behidden and won't be exported.@node Source Code Reference@subsection Source Code ReferenceAccessing a linker script defined variable from source code is notintuitive. In particular a linker script symbol is not equivalent toa variable declaration in a high level language, it is instead asymbol that does not have a value.Before going further, it is important to note that compilers oftentransform names in the source code into different names when they arestored in the symbol table. For example, Fortran compilers commonlyprepend or append an underscore, and C++ performs extensive @samp{namemangling}. Therefore there might be a discrepancy between the nameof a variable as it is used in source code and the name of the samevariable as it is defined in a linker script. For example in C alinker script variable might be referred to as:@smallexampleextern int foo;@end smallexampleBut in the linker script it might be defined as:@smallexample_foo = 1000;@end smallexampleIn the remaining examples however it is assumed that no nametransformation has taken place.When a symbol is declared in a high level language such as C, twothings happen. The first is that the compiler reserves enough spacein the program's memory to hold the @emph{value} of the symbol. Thesecond is that the compiler creates an entry in the program's symboltable which holds the symbol's @emph{address}. ie the symbol tablecontains the address of the block of memory holding the symbol'svalue. So for example the following C declaration, at file scope:@smallexampleint foo = 1000;@end smallexamplecreates a entry called @samp{foo} in the symbol table. This entryholds the address of an @samp{int} sized block of memory where thenumber 1000 is initially stored.When a program references a symbol the compiler generates code thatfirst accesses the symbol table to find the address of the symbol'smemory block and then code to read the value from that memory block.So:@smallexamplefoo = 1;@end smallexamplelooks up the symbol @samp{foo} in the symbol table, gets the addressassociated with this symbol and then writes the value 1 into thataddress. Whereas:@smallexampleint * a = & foo;@end smallexamplelooks up the symbol @samp{foo} in the symbol table, gets it addressand then copies this address into the block of memory associated withthe variable @samp{a}.Linker scripts symbol declarations, by contrast, create an entry inthe symbol table but do not assign any memory to them. Thus they arean address without a value. So for example the linker script definition:@smallexamplefoo = 1000;@end smallexamplecreates an entry in the symbol table called @samp{foo} which holdsthe address of memory location 1000, but nothing special is stored ataddress 1000. This means that you cannot access the @emph{value} of alinker script defined symbol - it has no value - all you can do isaccess the @emph{address} of a linker script defined symbol.Hence when you are using a linker script defined symbol in source codeyou should always take the address of the symbol, and never attempt touse its value. For example suppose you want to copy the contents of asection of memory called .ROM into a section called .FLASH and thelinker script contains these declarations:@smallexample@groupstart_of_ROM = .ROM;end_of_ROM = .ROM + sizeof (.ROM) - 1;start_of_FLASH = .FLASH;@end group@end smallexampleThen the C source code to perform the copy would be:@smallexample@groupextern char start_of_ROM, end_of_ROM, start_of_FLASH;memcpy (& start_of_FLASH, & start_of_ROM, & end_of_ROM - & start_of_ROM);@end group@end smallexampleNote the use of the @samp{&} operators. These are correct.@node SECTIONS@section SECTIONS Command@kindex SECTIONSThe @code{SECTIONS} command tells the linker how to map input sectionsinto output sections, and how to place the output sections in memory.The format of the @code{SECTIONS} command is:@smallexampleSECTIONS@{@var{sections-command}@var{sections-command}@dots{}@}@end smallexampleEach @var{sections-command} may of be one of the following:@itemize @bullet@iteman @code{ENTRY} command (@pxref{Entry Point,,Entry command})@itema symbol assignment (@pxref{Assignments})@iteman output section description@iteman overlay description@end itemizeThe @code{ENTRY} command and symbol assignments are permitted inside the@code{SECTIONS} command for convenience in using the location counter inthose commands. This can also make the linker script easier tounderstand because you can use those commands at meaningful points inthe layout of the output file.Output section descriptions and overlay descriptions are describedbelow.If you do not use a @code{SECTIONS} command in your linker script, thelinker will place each input section into an identically named outputsection in the order that the sections are first encountered in theinput files. If all input sections are present in the first file, forexample, the order of sections in the output file will match the orderin the first input file. The first section will be at address zero.@menu* Output Section Description:: Output section description* Output Section Name:: Output section name* Output Section Address:: Output section address* Input Section:: Input section description* Output Section Data:: Output section data* Output Section Keywords:: Output section keywords* Output Section Discarding:: Output section discarding* Output Section Attributes:: Output section attributes* Overlay Description:: Overlay description@end menu@node Output Section Description@subsection Output Section DescriptionThe full description of an output section looks like this:@smallexample@group@var{section} [@var{address}] [(@var{type})] :[AT(@var{lma})] [ALIGN(@var{section_align})] [SUBALIGN(@var{subsection_align})]@{@var{output-section-command}@var{output-section-command}@dots{}@} [>@var{region}] [AT>@var{lma_region}] [:@var{phdr} :@var{phdr} @dots{}] [=@var{fillexp}]@end group@end smallexampleMost output sections do not use most of the optional section attributes.The whitespace around @var{section} is required, so that the sectionname is unambiguous. The colon and the curly braces are also required.The line breaks and other white space are optional.Each @var{output-section-command} may be one of the following:@itemize @bullet@itema symbol assignment (@pxref{Assignments})@iteman input section description (@pxref{Input Section})@itemdata values to include directly (@pxref{Output Section Data})@itema special output section keyword (@pxref{Output Section Keywords})@end itemize@node Output Section Name@subsection Output Section Name@cindex name, section@cindex section nameThe name of the output section is @var{section}. @var{section} mustmeet the constraints of your output format. In formats which onlysupport a limited number of sections, such as @code{a.out}, the namemust be one of the names supported by the format (@code{a.out}, forexample, allows only @samp{.text}, @samp{.data} or @samp{.bss}). If theoutput format supports any number of sections, but with numbers and notnames (as is the case for Oasys), the name should be supplied as aquoted numeric string. A section name may consist of any sequence ofcharacters, but a name which contains any unusual characters such ascommas must be quoted.The output section name @samp{/DISCARD/} is special; @ref{Output SectionDiscarding}.@node Output Section Address@subsection Output Section Address@cindex address, section@cindex section addressThe @var{address} is an expression for the VMA (the virtual memoryaddress) of the output section. If you do not provide @var{address},the linker will set it based on @var{region} if present, or otherwisebased on the current value of the location counter.If you provide @var{address}, the address of the output section will beset to precisely that. If you provide neither @var{address} nor@var{region}, then the address of the output section will be set to thecurrent value of the location counter aligned to the alignmentrequirements of the output section. The alignment requirement of theoutput section is the strictest alignment of any input section containedwithin the output section.For example,@smallexample.text . : @{ *(.text) @}@end smallexample@noindentand@smallexample.text : @{ *(.text) @}@end smallexample@noindentare subtly different. The first will set the address of the@samp{.text} output section to the current value of the locationcounter. The second will set it to the current value of the locationcounter aligned to the strictest alignment of a @samp{.text} inputsection.The @var{address} may be an arbitrary expression; @ref{Expressions}.For example, if you want to align the section on a 0x10 byte boundary,so that the lowest four bits of the section address are zero, you coulddo something like this:@smallexample.text ALIGN(0x10) : @{ *(.text) @}@end smallexample@noindentThis works because @code{ALIGN} returns the current location counteraligned upward to the specified value.Specifying @var{address} for a section will change the value of thelocation counter.@node Input Section@subsection Input Section Description@cindex input sections@cindex mapping input sections to output sectionsThe most common output section command is an input section description.The input section description is the most basic linker script operation.You use output sections to tell the linker how to lay out your programin memory. You use input section descriptions to tell the linker how tomap the input files into your memory layout.@menu* Input Section Basics:: Input section basics* Input Section Wildcards:: Input section wildcard patterns* Input Section Common:: Input section for common symbols* Input Section Keep:: Input section and garbage collection* Input Section Example:: Input section example@end menu@node Input Section Basics@subsubsection Input Section Basics@cindex input section basicsAn input section description consists of a file name optionally followedby a list of section names in parentheses.The file name and the section name may be wildcard patterns, which wedescribe further below (@pxref{Input Section Wildcards}).The most common input section description is to include all inputsections with a particular name in the output section. For example, toinclude all input @samp{.text} sections, you would write:@smallexample*(.text)@end smallexample@noindentHere the @samp{*} is a wildcard which matches any file name. To exclude a listof files from matching the file name wildcard, EXCLUDE_FILE may be used tomatch all files except the ones specified in the EXCLUDE_FILE list. Forexample:@smallexample*(EXCLUDE_FILE (*crtend.o *otherfile.o) .ctors)@end smallexamplewill cause all .ctors sections from all files except @file{crtend.o} and@file{otherfile.o} to be included.There are two ways to include more than one section:@smallexample*(.text .rdata)*(.text) *(.rdata)@end smallexample@noindentThe difference between these is the order in which the @samp{.text} and@samp{.rdata} input sections will appear in the output section. In thefirst example, they will be intermingled, appearing in the same order asthey are found in the linker input. In the second example, all@samp{.text} input sections will appear first, followed by all@samp{.rdata} input sections.You can specify a file name to include sections from a particular file.You would do this if one or more of your files contain special data thatneeds to be at a particular location in memory. For example:@smallexampledata.o(.data)@end smallexampleYou can also specify files within archives by writing a patternmatching the archive, a colon, then the pattern matching the file,with no whitespace around the colon.@table @samp@item archive:filematches file within archive@item archive:matches the whole archive@item :filematches file but not one in an archive@end tableEither one or both of @samp{archive} and @samp{file} can contain shellwildcards. On DOS based file systems, the linker will assume that asingle letter followed by a colon is a drive specifier, so@samp{c:myfile.o} is a simple file specification, not @samp{myfile.o}within an archive called @samp{c}. @samp{archive:file} filespecs mayalso be used within an @code{EXCLUDE_FILE} list, but may not appear inother linker script contexts. For instance, you cannot extract a filefrom an archive by using @samp{archive:file} in an @code{INPUT}command.If you use a file name without a list of sections, then all sections inthe input file will be included in the output section. This is notcommonly done, but it may by useful on occasion. For example:@smallexampledata.o@end smallexampleWhen you use a file name which is not an @samp{archive:file} specifierand does not contain any wild cardcharacters, the linker will first see if you also specified the filename on the linker command line or in an @code{INPUT} command. If youdid not, the linker will attempt to open the file as an input file, asthough it appeared on the command line. Note that this differs from an@code{INPUT} command, because the linker will not search for the file inthe archive search path.@node Input Section Wildcards@subsubsection Input Section Wildcard Patterns@cindex input section wildcards@cindex wildcard file name patterns@cindex file name wildcard patterns@cindex section name wildcard patternsIn an input section description, either the file name or the sectionname or both may be wildcard patterns.The file name of @samp{*} seen in many examples is a simple wildcardpattern for the file name.The wildcard patterns are like those used by the Unix shell.@table @samp@item *matches any number of characters@item ?matches any single character@item [@var{chars}]matches a single instance of any of the @var{chars}; the @samp{-}character may be used to specify a range of characters, as in@samp{[a-z]} to match any lower case letter@item \quotes the following character@end tableWhen a file name is matched with a wildcard, the wildcard characterswill not match a @samp{/} character (used to separate directory names onUnix). A pattern consisting of a single @samp{*} character is anexception; it will always match any file name, whether it contains a@samp{/} or not. In a section name, the wildcard characters will matcha @samp{/} character.File name wildcard patterns only match files which are explicitlyspecified on the command line or in an @code{INPUT} command. The linkerdoes not search directories to expand wildcards.If a file name matches more than one wildcard pattern, or if a file nameappears explicitly and is also matched by a wildcard pattern, the linkerwill use the first match in the linker script. For example, thissequence of input section descriptions is probably in error, because the@file{data.o} rule will not be used:@smallexample.data : @{ *(.data) @}.data1 : @{ data.o(.data) @}@end smallexample@cindex SORT_BY_NAMENormally, the linker will place files and sections matched by wildcardsin the order in which they are seen during the link. You can changethis by using the @code{SORT_BY_NAME} keyword, which appears before a wildcardpattern in parentheses (e.g., @code{SORT_BY_NAME(.text*)}). When the@code{SORT_BY_NAME} keyword is used, the linker will sort the files or sectionsinto ascending order by name before placing them in the output file.@cindex SORT_BY_ALIGNMENT@code{SORT_BY_ALIGNMENT} is very similar to @code{SORT_BY_NAME}. Thedifference is @code{SORT_BY_ALIGNMENT} will sort sections intoascending order by alignment before placing them in the output file.@cindex SORT@code{SORT} is an alias for @code{SORT_BY_NAME}.When there are nested section sorting commands in linker script, therecan be at most 1 level of nesting for section sorting commands.@enumerate@item@code{SORT_BY_NAME} (@code{SORT_BY_ALIGNMENT} (wildcard section pattern)).It will sort the input sections by name first, then by alignment if 2sections have the same name.@item@code{SORT_BY_ALIGNMENT} (@code{SORT_BY_NAME} (wildcard section pattern)).It will sort the input sections by alignment first, then by name if 2sections have the same alignment.@item@code{SORT_BY_NAME} (@code{SORT_BY_NAME} (wildcard section pattern)) istreated the same as @code{SORT_BY_NAME} (wildcard section pattern).@item@code{SORT_BY_ALIGNMENT} (@code{SORT_BY_ALIGNMENT} (wildcard section pattern))is treated the same as @code{SORT_BY_ALIGNMENT} (wildcard section pattern).@itemAll other nested section sorting commands are invalid.@end enumerateWhen both command line section sorting option and linker scriptsection sorting command are used, section sorting command alwaystakes precedence over the command line option.If the section sorting command in linker script isn't nested, thecommand line option will make the section sorting command to betreated as nested sorting command.@enumerate@item@code{SORT_BY_NAME} (wildcard section pattern ) with@option{--sort-sections alignment} is equivalent to@code{SORT_BY_NAME} (@code{SORT_BY_ALIGNMENT} (wildcard section pattern)).@item@code{SORT_BY_ALIGNMENT} (wildcard section pattern) with@option{--sort-section name} is equivalent to@code{SORT_BY_ALIGNMENT} (@code{SORT_BY_NAME} (wildcard section pattern)).@end enumerateIf the section sorting command in linker script is nested, thecommand line option will be ignored.If you ever get confused about where input sections are going, use the@samp{-M} linker option to generate a map file. The map file showsprecisely how input sections are mapped to output sections.This example shows how wildcard patterns might be used to partitionfiles. This linker script directs the linker to place all @samp{.text}sections in @samp{.text} and all @samp{.bss} sections in @samp{.bss}.The linker will place the @samp{.data} section from all files beginningwith an upper case character in @samp{.DATA}; for all other files, thelinker will place the @samp{.data} section in @samp{.data}.@smallexample@groupSECTIONS @{.text : @{ *(.text) @}.DATA : @{ [A-Z]*(.data) @}.data : @{ *(.data) @}.bss : @{ *(.bss) @}@}@end group@end smallexample@node Input Section Common@subsubsection Input Section for Common Symbols@cindex common symbol placement@cindex uninitialized data placementA special notation is needed for common symbols, because in many objectfile formats common symbols do not have a particular input section. Thelinker treats common symbols as though they are in an input sectionnamed @samp{COMMON}.You may use file names with the @samp{COMMON} section just as with anyother input sections. You can use this to place common symbols from aparticular input file in one section while common symbols from otherinput files are placed in another section.In most cases, common symbols in input files will be placed in the@samp{.bss} section in the output file. For example:@smallexample.bss @{ *(.bss) *(COMMON) @}@end smallexample@cindex scommon section@cindex small common symbolsSome object file formats have more than one type of common symbol. Forexample, the MIPS ELF object file format distinguishes standard commonsymbols and small common symbols. In this case, the linker will use adifferent special section name for other types of common symbols. Inthe case of MIPS ELF, the linker uses @samp{COMMON} for standard commonsymbols and @samp{.scommon} for small common symbols. This permits youto map the different types of common symbols into memory at differentlocations.@cindex [COMMON]You will sometimes see @samp{[COMMON]} in old linker scripts. Thisnotation is now considered obsolete. It is equivalent to@samp{*(COMMON)}.@node Input Section Keep@subsubsection Input Section and Garbage Collection@cindex KEEP@cindex garbage collectionWhen link-time garbage collection is in use (@samp{--gc-sections}),it is often useful to mark sections that should not be eliminated.This is accomplished by surrounding an input section's wildcard entrywith @code{KEEP()}, as in @code{KEEP(*(.init))} or@code{KEEP(SORT_BY_NAME(*)(.ctors))}.@node Input Section Example@subsubsection Input Section ExampleThe following example is a complete linker script. It tells the linkerto read all of the sections from file @file{all.o} and place them at thestart of output section @samp{outputa} which starts at location@samp{0x10000}. All of section @samp{.input1} from file @file{foo.o}follows immediately, in the same output section. All of section@samp{.input2} from @file{foo.o} goes into output section@samp{outputb}, followed by section @samp{.input1} from @file{foo1.o}.All of the remaining @samp{.input1} and @samp{.input2} sections from anyfiles are written to output section @samp{outputc}.@smallexample@groupSECTIONS @{outputa 0x10000 :@{all.ofoo.o (.input1)@}@end group@groupoutputb :@{foo.o (.input2)foo1.o (.input1)@}@end group@groupoutputc :@{*(.input1)*(.input2)@}@}@end group@end smallexample@node Output Section Data@subsection Output Section Data@cindex data@cindex section data@cindex output section data@kindex BYTE(@var{expression})@kindex SHORT(@var{expression})@kindex LONG(@var{expression})@kindex QUAD(@var{expression})@kindex SQUAD(@var{expression})You can include explicit bytes of data in an output section by using@code{BYTE}, @code{SHORT}, @code{LONG}, @code{QUAD}, or @code{SQUAD} asan output section command. Each keyword is followed by an expression inparentheses providing the value to store (@pxref{Expressions}). Thevalue of the expression is stored at the current value of the locationcounter.The @code{BYTE}, @code{SHORT}, @code{LONG}, and @code{QUAD} commandsstore one, two, four, and eight bytes (respectively). After storing thebytes, the location counter is incremented by the number of bytesstored.For example, this will store the byte 1 followed by the four byte valueof the symbol @samp{addr}:@smallexampleBYTE(1)LONG(addr)@end smallexampleWhen using a 64 bit host or target, @code{QUAD} and @code{SQUAD} are thesame; they both store an 8 byte, or 64 bit, value. When both host andtarget are 32 bits, an expression is computed as 32 bits. In this case@code{QUAD} stores a 32 bit value zero extended to 64 bits, and@code{SQUAD} stores a 32 bit value sign extended to 64 bits.If the object file format of the output file has an explicit endianness,which is the normal case, the value will be stored in that endianness.When the object file format does not have an explicit endianness, as istrue of, for example, S-records, the value will be stored in theendianness of the first input object file.Note---these commands only work inside a section description and notbetween them, so the following will produce an error from the linker:@smallexampleSECTIONS @{@ .text : @{@ *(.text) @}@ LONG(1) .data : @{@ *(.data) @}@ @}@@end smallexamplewhereas this will work:@smallexampleSECTIONS @{@ .text : @{@ *(.text) ; LONG(1) @}@ .data : @{@ *(.data) @}@ @}@@end smallexample@kindex FILL(@var{expression})@cindex holes, filling@cindex unspecified memoryYou may use the @code{FILL} command to set the fill pattern for thecurrent section. It is followed by an expression in parentheses. Anyotherwise unspecified regions of memory within the section (for example,gaps left due to the required alignment of input sections) are filledwith the value of the expression, repeated asnecessary. A @code{FILL} statement covers memory locations after thepoint at which it occurs in the section definition; by including morethan one @code{FILL} statement, you can have different fill patterns indifferent parts of an output section.This example shows how to fill unspecified regions of memory with thevalue @samp{0x90}:@smallexampleFILL(0x90909090)@end smallexampleThe @code{FILL} command is similar to the @samp{=@var{fillexp}} outputsection attribute, but it only affects thepart of the section following the @code{FILL} command, rather than theentire section. If both are used, the @code{FILL} command takesprecedence. @xref{Output Section Fill}, for details on the fillexpression.@node Output Section Keywords@subsection Output Section KeywordsThere are a couple of keywords which can appear as output sectioncommands.@table @code@kindex CREATE_OBJECT_SYMBOLS@cindex input filename symbols@cindex filename symbols@item CREATE_OBJECT_SYMBOLSThe command tells the linker to create a symbol for each input file.The name of each symbol will be the name of the corresponding inputfile. The section of each symbol will be the output section in whichthe @code{CREATE_OBJECT_SYMBOLS} command appears.This is conventional for the a.out object file format. It is notnormally used for any other object file format.@kindex CONSTRUCTORS@cindex C++ constructors, arranging in link@cindex constructors, arranging in link@item CONSTRUCTORSWhen linking using the a.out object file format, the linker uses anunusual set construct to support C++ global constructors anddestructors. When linking object file formats which do not supportarbitrary sections, such as ECOFF and XCOFF, the linker willautomatically recognize C++ global constructors and destructors by name.For these object file formats, the @code{CONSTRUCTORS} command tells thelinker to place constructor information in the output section where the@code{CONSTRUCTORS} command appears. The @code{CONSTRUCTORS} command isignored for other object file formats.The symbol @w{@code{__CTOR_LIST__}} marks the start of the globalconstructors, and the symbol @w{@code{__CTOR_END__}} marks the end.Similarly, @w{@code{__DTOR_LIST__}} and @w{@code{__DTOR_END__}} markthe start and end of the global destructors. Thefirst word in the list is the number of entries, followed by the addressof each constructor or destructor, followed by a zero word. Thecompiler must arrange to actually run the code. For these object fileformats @sc{gnu} C++ normally calls constructors from a subroutine@code{__main}; a call to @code{__main} is automatically inserted intothe startup code for @code{main}. @sc{gnu} C++ normally runsdestructors either by using @code{atexit}, or directly from the function@code{exit}.For object file formats such as @code{COFF} or @code{ELF} which supportarbitrary section names, @sc{gnu} C++ will normally arrange to put theaddresses of global constructors and destructors into the @code{.ctors}and @code{.dtors} sections. Placing the following sequence into yourlinker script will build the sort of table which the @sc{gnu} C++runtime code expects to see.@smallexample__CTOR_LIST__ = .;LONG((__CTOR_END__ - __CTOR_LIST__) / 4 - 2)*(.ctors)LONG(0)__CTOR_END__ = .;__DTOR_LIST__ = .;LONG((__DTOR_END__ - __DTOR_LIST__) / 4 - 2)*(.dtors)LONG(0)__DTOR_END__ = .;@end smallexampleIf you are using the @sc{gnu} C++ support for initialization priority,which provides some control over the order in which global constructorsare run, you must sort the constructors at link time to ensure that theyare executed in the correct order. When using the @code{CONSTRUCTORS}command, use @samp{SORT_BY_NAME(CONSTRUCTORS)} instead. When using the@code{.ctors} and @code{.dtors} sections, use @samp{*(SORT_BY_NAME(.ctors))} and@samp{*(SORT_BY_NAME(.dtors))} instead of just @samp{*(.ctors)} and@samp{*(.dtors)}.Normally the compiler and linker will handle these issues automatically,and you will not need to concern yourself with them. However, you mayneed to consider this if you are using C++ and writing your own linkerscripts.@end table@node Output Section Discarding@subsection Output Section Discarding@cindex discarding sections@cindex sections, discarding@cindex removing sectionsThe linker will not create output sections with no contents. This isfor convenience when referring to input sections that may or may notbe present in any of the input files. For example:@smallexample.foo : @{ *(.foo) @}@end smallexample@noindentwill only create a @samp{.foo} section in the output file if there is a@samp{.foo} section in at least one input file, and if the inputsections are not all empty. Other link script directives that allocatespace in an output section will also create the output section.The linker will ignore address assignments (@pxref{Output Section Address})on discarded output sections, except when the linker script definessymbols in the output section. In that case the linker will obeythe address assignments, possibly advancing dot even though thesection is discarded.@cindex /DISCARD/The special output section name @samp{/DISCARD/} may be used to discardinput sections. Any input sections which are assigned to an outputsection named @samp{/DISCARD/} are not included in the output file.@node Output Section Attributes@subsection Output Section Attributes@cindex output section attributesWe showed above that the full description of an output section lookedlike this:@smallexample@group@var{section} [@var{address}] [(@var{type})] :[AT(@var{lma})] [ALIGN(@var{section_align})] [SUBALIGN(@var{subsection_align})]@{@var{output-section-command}@var{output-section-command}@dots{}@} [>@var{region}] [AT>@var{lma_region}] [:@var{phdr} :@var{phdr} @dots{}] [=@var{fillexp}]@end group@end smallexampleWe've already described @var{section}, @var{address}, and@var{output-section-command}. In this section we will describe theremaining section attributes.@menu* Output Section Type:: Output section type* Output Section LMA:: Output section LMA* Forced Output Alignment:: Forced Output Alignment* Forced Input Alignment:: Forced Input Alignment* Output Section Region:: Output section region* Output Section Phdr:: Output section phdr* Output Section Fill:: Output section fill@end menu@node Output Section Type@subsubsection Output Section TypeEach output section may have a type. The type is a keyword inparentheses. The following types are defined:@table @code@item NOLOADThe section should be marked as not loadable, so that it will not beloaded into memory when the program is run.@item DSECT@itemx COPY@itemx INFO@itemx OVERLAYThese type names are supported for backward compatibility, and arerarely used. They all have the same effect: the section should bemarked as not allocatable, so that no memory is allocated for thesection when the program is run.@end table@kindex NOLOAD@cindex prevent unnecessary loading@cindex loading, preventingThe linker normally sets the attributes of an output section based onthe input sections which map into it. You can override this by usingthe section type. For example, in the script sample below, the@samp{ROM} section is addressed at memory location @samp{0} and does notneed to be loaded when the program is run. The contents of the@samp{ROM} section will appear in the linker output file as usual.@smallexample@groupSECTIONS @{ROM 0 (NOLOAD) : @{ @dots{} @}@dots{}@}@end group@end smallexample@node Output Section LMA@subsubsection Output Section LMA@kindex AT>@var{lma_region}@kindex AT(@var{lma})@cindex load address@cindex section load addressEvery section has a virtual address (VMA) and a load address (LMA); see@ref{Basic Script Concepts}. The address expression which may appear inan output section description sets the VMA (@pxref{Output SectionAddress}).The expression @var{lma} that follows the @code{AT} keyword specifiesthe load address of the section.Alternatively, with @samp{AT>@var{lma_region}} expression, you mayspecify a memory region for the section's load address. @xref{MEMORY}.Note that if the section has not had a VMA assigned to it then thelinker will use the @var{lma_region} as the VMA region as well.If neither @code{AT} nor @code{AT>} is specified for an allocatablesection, the linker will set the LMA such that the difference betweenVMA and LMA for the section is the same as the preceding outputsection in the same region. If there is no preceding output sectionor the section is not allocatable, the linker will set the LMA equalto the VMA.@xref{Output Section Region}.@cindex ROM initialized data@cindex initialized data in ROMThis feature is designed to make it easy to build a ROM image. Forexample, the following linker script creates three output sections: onecalled @samp{.text}, which starts at @code{0x1000}, one called@samp{.mdata}, which is loaded at the end of the @samp{.text} sectioneven though its VMA is @code{0x2000}, and one called @samp{.bss} to holduninitialized data at address @code{0x3000}. The symbol @code{_data} isdefined with the value @code{0x2000}, which shows that the locationcounter holds the VMA value, not the LMA value.@smallexample@groupSECTIONS@{.text 0x1000 : @{ *(.text) _etext = . ; @}.mdata 0x2000 :AT ( ADDR (.text) + SIZEOF (.text) )@{ _data = . ; *(.data); _edata = . ; @}.bss 0x3000 :@{ _bstart = . ; *(.bss) *(COMMON) ; _bend = . ;@}@}@end group@end smallexampleThe run-time initialization code for use with a program generated withthis linker script would include something like the following, to copythe initialized data from the ROM image to its runtime address. Noticehow this code takes advantage of the symbols defined by the linkerscript.@smallexample@groupextern char _etext, _data, _edata, _bstart, _bend;char *src = &_etext;char *dst = &_data;/* ROM has data at end of text; copy it. */while (dst < &_edata) @{*dst++ = *src++;@}/* Zero bss */for (dst = &_bstart; dst< &_bend; dst++)*dst = 0;@end group@end smallexample@node Forced Output Alignment@subsubsection Forced Output Alignment@kindex ALIGN(@var{section_align})@cindex forcing output section alignment@cindex output section alignmentYou can increase an output section's alignment by using ALIGN.@node Forced Input Alignment@subsubsection Forced Input Alignment@kindex SUBALIGN(@var{subsection_align})@cindex forcing input section alignment@cindex input section alignmentYou can force input section alignment within an output section by usingSUBALIGN. The value specified overrides any alignment given by inputsections, whether larger or smaller.@node Output Section Region@subsubsection Output Section Region@kindex >@var{region}@cindex section, assigning to memory region@cindex memory regions and sectionsYou can assign a section to a previously defined region of memory byusing @samp{>@var{region}}. @xref{MEMORY}.Here is a simple example:@smallexample@groupMEMORY @{ rom : ORIGIN = 0x1000, LENGTH = 0x1000 @}SECTIONS @{ ROM : @{ *(.text) @} >rom @}@end group@end smallexample@node Output Section Phdr@subsubsection Output Section Phdr@kindex :@var{phdr}@cindex section, assigning to program header@cindex program headers and sectionsYou can assign a section to a previously defined program segment byusing @samp{:@var{phdr}}. @xref{PHDRS}. If a section is assigned toone or more segments, then all subsequent allocated sections will beassigned to those segments as well, unless they use an explicitly@code{:@var{phdr}} modifier. You can use @code{:NONE} to tell thelinker to not put the section in any segment at all.Here is a simple example:@smallexample@groupPHDRS @{ text PT_LOAD ; @}SECTIONS @{ .text : @{ *(.text) @} :text @}@end group@end smallexample@node Output Section Fill@subsubsection Output Section Fill@kindex =@var{fillexp}@cindex section fill pattern@cindex fill pattern, entire sectionYou can set the fill pattern for an entire section by using@samp{=@var{fillexp}}. @var{fillexp} is an expression(@pxref{Expressions}). Any otherwise unspecified regions of memorywithin the output section (for example, gaps left due to the requiredalignment of input sections) will be filled with the value, repeated asnecessary. If the fill expression is a simple hex number, ie. a stringof hex digit starting with @samp{0x} and without a trailing @samp{k} or @samp{M}, thenan arbitrarily long sequence of hex digits can be used to specify thefill pattern; Leading zeros become part of the pattern too. For allother cases, including extra parentheses or a unary @code{+}, the fillpattern is the four least significant bytes of the value of theexpression. In all cases, the number is big-endian.You can also change the fill value with a @code{FILL} command in theoutput section commands; (@pxref{Output Section Data}).Here is a simple example:@smallexample@groupSECTIONS @{ .text : @{ *(.text) @} =0x90909090 @}@end group@end smallexample@node Overlay Description@subsection Overlay Description@kindex OVERLAY@cindex overlaysAn overlay description provides an easy way to describe sections whichare to be loaded as part of a single memory image but are to be run atthe same memory address. At run time, some sort of overlay manager willcopy the overlaid sections in and out of the runtime memory address asrequired, perhaps by simply manipulating addressing bits. This approachcan be useful, for example, when a certain region of memory is fasterthan another.Overlays are described using the @code{OVERLAY} command. The@code{OVERLAY} command is used within a @code{SECTIONS} command, like anoutput section description. The full syntax of the @code{OVERLAY}command is as follows:@smallexample@groupOVERLAY [@var{start}] : [NOCROSSREFS] [AT ( @var{ldaddr} )]@{@var{secname1}@{@var{output-section-command}@var{output-section-command}@dots{}@} [:@var{phdr}@dots{}] [=@var{fill}]@var{secname2}@{@var{output-section-command}@var{output-section-command}@dots{}@} [:@var{phdr}@dots{}] [=@var{fill}]@dots{}@} [>@var{region}] [:@var{phdr}@dots{}] [=@var{fill}]@end group@end smallexampleEverything is optional except @code{OVERLAY} (a keyword), and eachsection must have a name (@var{secname1} and @var{secname2} above). Thesection definitions within the @code{OVERLAY} construct are identical tothose within the general @code{SECTIONS} contruct (@pxref{SECTIONS}),except that no addresses and no memory regions may be defined forsections within an @code{OVERLAY}.The sections are all defined with the same starting address. The loadaddresses of the sections are arranged such that they are consecutive inmemory starting at the load address used for the @code{OVERLAY} as awhole (as with normal section definitions, the load address is optional,and defaults to the start address; the start address is also optional,and defaults to the current value of the location counter).If the @code{NOCROSSREFS} keyword is used, and there any referencesamong the sections, the linker will report an error. Since the sectionsall run at the same address, it normally does not make sense for onesection to refer directly to another. @xref{Miscellaneous Commands,NOCROSSREFS}.For each section within the @code{OVERLAY}, the linker automaticallyprovides two symbols. The symbol @code{__load_start_@var{secname}} isdefined as the starting load address of the section. The symbol@code{__load_stop_@var{secname}} is defined as the final load address ofthe section. Any characters within @var{secname} which are not legalwithin C identifiers are removed. C (or assembler) code may use thesesymbols to move the overlaid sections around as necessary.At the end of the overlay, the value of the location counter is set tothe start address of the overlay plus the size of the largest section.Here is an example. Remember that this would appear inside a@code{SECTIONS} construct.@smallexample@groupOVERLAY 0x1000 : AT (0x4000)@{.text0 @{ o1/*.o(.text) @}.text1 @{ o2/*.o(.text) @}@}@end group@end smallexample@noindentThis will define both @samp{.text0} and @samp{.text1} to start ataddress 0x1000. @samp{.text0} will be loaded at address 0x4000, and@samp{.text1} will be loaded immediately after @samp{.text0}. Thefollowing symbols will be defined if referenced: @code{__load_start_text0},@code{__load_stop_text0}, @code{__load_start_text1},@code{__load_stop_text1}.C code to copy overlay @code{.text1} into the overlay area might looklike the following.@smallexample@groupextern char __load_start_text1, __load_stop_text1;memcpy ((char *) 0x1000, &__load_start_text1,&__load_stop_text1 - &__load_start_text1);@end group@end smallexampleNote that the @code{OVERLAY} command is just syntactic sugar, sinceeverything it does can be done using the more basic commands. The aboveexample could have been written identically as follows.@smallexample@group.text0 0x1000 : AT (0x4000) @{ o1/*.o(.text) @}PROVIDE (__load_start_text0 = LOADADDR (.text0));PROVIDE (__load_stop_text0 = LOADADDR (.text0) + SIZEOF (.text0));.text1 0x1000 : AT (0x4000 + SIZEOF (.text0)) @{ o2/*.o(.text) @}PROVIDE (__load_start_text1 = LOADADDR (.text1));PROVIDE (__load_stop_text1 = LOADADDR (.text1) + SIZEOF (.text1));. = 0x1000 + MAX (SIZEOF (.text0), SIZEOF (.text1));@end group@end smallexample@node MEMORY@section MEMORY Command@kindex MEMORY@cindex memory regions@cindex regions of memory@cindex allocating memory@cindex discontinuous memoryThe linker's default configuration permits allocation of all availablememory. You can override this by using the @code{MEMORY} command.The @code{MEMORY} command describes the location and size of blocks ofmemory in the target. You can use it to describe which memory regionsmay be used by the linker, and which memory regions it must avoid. Youcan then assign sections to particular memory regions. The linker willset section addresses based on the memory regions, and will warn aboutregions that become too full. The linker will not shuffle sectionsaround to fit into the available regions.A linker script may contain at most one use of the @code{MEMORY}command. However, you can define as many blocks of memory within it asyou wish. The syntax is:@smallexample@groupMEMORY@{@var{name} [(@var{attr})] : ORIGIN = @var{origin}, LENGTH = @var{len}@dots{}@}@end group@end smallexampleThe @var{name} is a name used in the linker script to refer to theregion. The region name has no meaning outside of the linker script.Region names are stored in a separate name space, and will not conflictwith symbol names, file names, or section names. Each memory regionmust have a distinct name.@cindex memory region attributesThe @var{attr} string is an optional list of attributes that specifywhether to use a particular memory region for an input section which isnot explicitly mapped in the linker script. As described in@ref{SECTIONS}, if you do not specify an output section for some inputsection, the linker will create an output section with the same name asthe input section. If you define region attributes, the linker will usethem to select the memory region for the output section that it creates.The @var{attr} string must consist only of the following characters:@table @samp@item RRead-only section@item WRead/write section@item XExecutable section@item AAllocatable section@item IInitialized section@item LSame as @samp{I}@item !Invert the sense of any of the preceding attributes@end tableIf a unmapped section matches any of the listed attributes other than@samp{!}, it will be placed in the memory region. The @samp{!}attribute reverses this test, so that an unmapped section will be placedin the memory region only if it does not match any of the listedattributes.@kindex ORIGIN =@kindex o =@kindex org =The @var{origin} is an numerical expression for the start address ofthe memory region. The expression must evaluate to a constant and itcannot involve any symbols. The keyword @code{ORIGIN} may beabbreviated to @code{org} or @code{o} (but not, for example,@code{ORG}).@kindex LENGTH =@kindex len =@kindex l =The @var{len} is an expression for the size in bytes of the memoryregion. As with the @var{origin} expression, the expression mustbe numerical only and must evaluate to a constant. The keyword@code{LENGTH} may be abbreviated to @code{len} or @code{l}.In the following example, we specify that there are two memory regionsavailable for allocation: one starting at @samp{0} for 256 kilobytes,and the other starting at @samp{0x40000000} for four megabytes. Thelinker will place into the @samp{rom} memory region every section whichis not explicitly mapped into a memory region, and is either read-onlyor executable. The linker will place other sections which are notexplicitly mapped into a memory region into the @samp{ram} memoryregion.@smallexample@groupMEMORY@{rom (rx) : ORIGIN = 0, LENGTH = 256Kram (!rx) : org = 0x40000000, l = 4M@}@end group@end smallexampleOnce you define a memory region, you can direct the linker to placespecific output sections into that memory region by using the@samp{>@var{region}} output section attribute. For example, if you havea memory region named @samp{mem}, you would use @samp{>mem} in theoutput section definition. @xref{Output Section Region}. If no addresswas specified for the output section, the linker will set the address tothe next available address within the memory region. If the combinedoutput sections directed to a memory region are too large for theregion, the linker will issue an error message.It is possible to access the origin and length of a memory in anexpression via the @code{ORIGIN(@var{memory})} and@code{LENGTH(@var{memory})} functions:@smallexample@group_fstack = ORIGIN(ram) + LENGTH(ram) - 4;@end group@end smallexample@node PHDRS@section PHDRS Command@kindex PHDRS@cindex program headers@cindex ELF program headers@cindex program segments@cindex segments, ELFThe ELF object file format uses @dfn{program headers}, also knows as@dfn{segments}. The program headers describe how the program should beloaded into memory. You can print them out by using the @code{objdump}program with the @samp{-p} option.When you run an ELF program on a native ELF system, the system loaderreads the program headers in order to figure out how to load theprogram. This will only work if the program headers are set correctly.This manual does not describe the details of how the system loaderinterprets program headers; for more information, see the ELF ABI.The linker will create reasonable program headers by default. However,in some cases, you may need to specify the program headers moreprecisely. You may use the @code{PHDRS} command for this purpose. Whenthe linker sees the @code{PHDRS} command in the linker script, it willnot create any program headers other than the ones specified.The linker only pays attention to the @code{PHDRS} command whengenerating an ELF output file. In other cases, the linker will simplyignore @code{PHDRS}.This is the syntax of the @code{PHDRS} command. The words @code{PHDRS},@code{FILEHDR}, @code{AT}, and @code{FLAGS} are keywords.@smallexample@groupPHDRS@{@var{name} @var{type} [ FILEHDR ] [ PHDRS ] [ AT ( @var{address} ) ][ FLAGS ( @var{flags} ) ] ;@}@end group@end smallexampleThe @var{name} is used only for reference in the @code{SECTIONS} commandof the linker script. It is not put into the output file. Programheader names are stored in a separate name space, and will not conflictwith symbol names, file names, or section names. Each program headermust have a distinct name.Certain program header types describe segments of memory which thesystem loader will load from the file. In the linker script, youspecify the contents of these segments by placing allocatable outputsections in the segments. You use the @samp{:@var{phdr}} output sectionattribute to place a section in a particular segment. @xref{OutputSection Phdr}.It is normal to put certain sections in more than one segment. Thismerely implies that one segment of memory contains another. You mayrepeat @samp{:@var{phdr}}, using it once for each segment which shouldcontain the section.If you place a section in one or more segments using @samp{:@var{phdr}},then the linker will place all subsequent allocatable sections which donot specify @samp{:@var{phdr}} in the same segments. This is forconvenience, since generally a whole set of contiguous sections will beplaced in a single segment. You can use @code{:NONE} to override thedefault segment and tell the linker to not put the section in anysegment at all.@kindex FILEHDR@kindex PHDRSYou may use the @code{FILEHDR} and @code{PHDRS} keywords appear afterthe program header type to further describe the contents of the segment.The @code{FILEHDR} keyword means that the segment should include the ELFfile header. The @code{PHDRS} keyword means that the segment shouldinclude the ELF program headers themselves.The @var{type} may be one of the following. The numbers indicate thevalue of the keyword.@table @asis@item @code{PT_NULL} (0)Indicates an unused program header.@item @code{PT_LOAD} (1)Indicates that this program header describes a segment to be loaded fromthe file.@item @code{PT_DYNAMIC} (2)Indicates a segment where dynamic linking information can be found.@item @code{PT_INTERP} (3)Indicates a segment where the name of the program interpreter may befound.@item @code{PT_NOTE} (4)Indicates a segment holding note information.@item @code{PT_SHLIB} (5)A reserved program header type, defined but not specified by the ELFABI.@item @code{PT_PHDR} (6)Indicates a segment where the program headers may be found.@item @var{expression}An expression giving the numeric type of the program header. This maybe used for types not defined above.@end tableYou can specify that a segment should be loaded at a particular addressin memory by using an @code{AT} expression. This is identical to the@code{AT} command used as an output section attribute (@pxref{OutputSection LMA}). The @code{AT} command for a program header overrides theoutput section attribute.The linker will normally set the segment flags based on the sectionswhich comprise the segment. You may use the @code{FLAGS} keyword toexplicitly specify the segment flags. The value of @var{flags} must bean integer. It is used to set the @code{p_flags} field of the programheader.Here is an example of @code{PHDRS}. This shows a typical set of programheaders used on a native ELF system.@example@groupPHDRS@{headers PT_PHDR PHDRS ;interp PT_INTERP ;text PT_LOAD FILEHDR PHDRS ;data PT_LOAD ;dynamic PT_DYNAMIC ;@}SECTIONS@{. = SIZEOF_HEADERS;.interp : @{ *(.interp) @} :text :interp.text : @{ *(.text) @} :text.rodata : @{ *(.rodata) @} /* defaults to :text */@dots{}. = . + 0x1000; /* move to a new page in memory */.data : @{ *(.data) @} :data.dynamic : @{ *(.dynamic) @} :data :dynamic@dots{}@}@end group@end example@node VERSION@section VERSION Command@kindex VERSION @{script text@}@cindex symbol versions@cindex version script@cindex versions of symbolsThe linker supports symbol versions when using ELF. Symbol versions areonly useful when using shared libraries. The dynamic linker can usesymbol versions to select a specific version of a function when it runsa program that may have been linked against an earlier version of theshared library.You can include a version script directly in the main linker script, oryou can supply the version script as an implicit linker script. You canalso use the @samp{--version-script} linker option.The syntax of the @code{VERSION} command is simply@smallexampleVERSION @{ version-script-commands @}@end smallexampleThe format of the version script commands is identical to that used bySun's linker in Solaris 2.5. The version script defines a tree ofversion nodes. You specify the node names and interdependencies in theversion script. You can specify which symbols are bound to whichversion nodes, and you can reduce a specified set of symbols to localscope so that they are not globally visible outside of the sharedlibrary.The easiest way to demonstrate the version script language is with a fewexamples.@smallexampleVERS_1.1 @{global:foo1;local:old*;original*;new*;@};VERS_1.2 @{foo2;@} VERS_1.1;VERS_2.0 @{bar1; bar2;extern "C++" @{ns::*;"int f(int, double)";@}@} VERS_1.2;@end smallexampleThis example version script defines three version nodes. The firstversion node defined is @samp{VERS_1.1}; it has no other dependencies.The script binds the symbol @samp{foo1} to @samp{VERS_1.1}. It reducesa number of symbols to local scope so that they are not visible outsideof the shared library; this is done using wildcard patterns, so that anysymbol whose name begins with @samp{old}, @samp{original}, or @samp{new}is matched. The wildcard patterns available are the same as those usedin the shell when matching filenames (also known as ``globbing'').However, if you specify the symbol name inside double quotes, then thename is treated as literal, rather than as a glob pattern.Next, the version script defines node @samp{VERS_1.2}. This nodedepends upon @samp{VERS_1.1}. The script binds the symbol @samp{foo2}to the version node @samp{VERS_1.2}.Finally, the version script defines node @samp{VERS_2.0}. This nodedepends upon @samp{VERS_1.2}. The scripts binds the symbols @samp{bar1}and @samp{bar2} are bound to the version node @samp{VERS_2.0}.When the linker finds a symbol defined in a library which is notspecifically bound to a version node, it will effectively bind it to anunspecified base version of the library. You can bind all otherwiseunspecified symbols to a given version node by using @samp{global: *;}somewhere in the version script.The names of the version nodes have no specific meaning other than whatthey might suggest to the person reading them. The @samp{2.0} versioncould just as well have appeared in between @samp{1.1} and @samp{1.2}.However, this would be a confusing way to write a version script.Node name can be omitted, provided it is the only version nodein the version script. Such version script doesn't assign any versions tosymbols, only selects which symbols will be globally visible out and whichwon't.@smallexample@{ global: foo; bar; local: *; @};@end smallexampleWhen you link an application against a shared library that has versionedsymbols, the application itself knows which version of each symbol itrequires, and it also knows which version nodes it needs from eachshared library it is linked against. Thus at runtime, the dynamicloader can make a quick check to make sure that the libraries you havelinked against do in fact supply all of the version nodes that theapplication will need to resolve all of the dynamic symbols. In thisway it is possible for the dynamic linker to know with certainty thatall external symbols that it needs will be resolvable without having tosearch for each symbol reference.The symbol versioning is in effect a much more sophisticated way ofdoing minor version checking that SunOS does. The fundamental problemthat is being addressed here is that typically references to externalfunctions are bound on an as-needed basis, and are not all bound whenthe application starts up. If a shared library is out of date, arequired interface may be missing; when the application tries to usethat interface, it may suddenly and unexpectedly fail. With symbolversioning, the user will get a warning when they start their program ifthe libraries being used with the application are too old.There are several GNU extensions to Sun's versioning approach. Thefirst of these is the ability to bind a symbol to a version node in thesource file where the symbol is defined instead of in the versioningscript. This was done mainly to reduce the burden on the librarymaintainer. You can do this by putting something like:@smallexample__asm__(".symver original_foo,foo@@VERS_1.1");@end smallexample@noindentin the C source file. This renames the function @samp{original_foo} tobe an alias for @samp{foo} bound to the version node @samp{VERS_1.1}.The @samp{local:} directive can be used to prevent the symbol@samp{original_foo} from being exported. A @samp{.symver} directivetakes precedence over a version script.The second GNU extension is to allow multiple versions of the samefunction to appear in a given shared library. In this way you can makean incompatible change to an interface without increasing the majorversion number of the shared library, while still allowing applicationslinked against the old interface to continue to function.To do this, you must use multiple @samp{.symver} directives in thesource file. Here is an example:@smallexample__asm__(".symver original_foo,foo@@");__asm__(".symver old_foo,foo@@VERS_1.1");__asm__(".symver old_foo1,foo@@VERS_1.2");__asm__(".symver new_foo,foo@@@@VERS_2.0");@end smallexampleIn this example, @samp{foo@@} represents the symbol @samp{foo} bound to theunspecified base version of the symbol. The source file that contains thisexample would define 4 C functions: @samp{original_foo}, @samp{old_foo},@samp{old_foo1}, and @samp{new_foo}.When you have multiple definitions of a given symbol, there needs to besome way to specify a default version to which external references tothis symbol will be bound. You can do this with the@samp{foo@@@@VERS_2.0} type of @samp{.symver} directive. You can onlydeclare one version of a symbol as the default in this manner; otherwiseyou would effectively have multiple definitions of the same symbol.If you wish to bind a reference to a specific version of the symbolwithin the shared library, you can use the aliases of convenience(i.e., @samp{old_foo}), or you can use the @samp{.symver} directive tospecifically bind to an external version of the function in question.You can also specify the language in the version script:@smallexampleVERSION extern "lang" @{ version-script-commands @}@end smallexampleThe supported @samp{lang}s are @samp{C}, @samp{C++}, and @samp{Java}.The linker will iterate over the list of symbols at the link time anddemangle them according to @samp{lang} before matching them to thepatterns specified in @samp{version-script-commands}.Demangled names may contains spaces and other special characters. Asdescribed above, you can use a glob pattern to match demangled names,or you can use a double-quoted string to match the string exactly. Inthe latter case, be aware that minor differences (such as differingwhitespace) between the version script and the demangler output willcause a mismatch. As the exact string generated by the demanglermight change in the future, even if the mangled name does not, youshould check that all of your version directives are behaving as youexpect when you upgrade.@node Expressions@section Expressions in Linker Scripts@cindex expressions@cindex arithmeticThe syntax for expressions in the linker script language is identical tothat of C expressions. All expressions are evaluated as integers. Allexpressions are evaluated in the same size, which is 32 bits if both thehost and target are 32 bits, and is otherwise 64 bits.You can use and set symbol values in expressions.The linker defines several special purpose builtin functions for use inexpressions.@menu* Constants:: Constants* Symbols:: Symbol Names* Orphan Sections:: Orphan Sections* Location Counter:: The Location Counter* Operators:: Operators* Evaluation:: Evaluation* Expression Section:: The Section of an Expression* Builtin Functions:: Builtin Functions@end menu@node Constants@subsection Constants@cindex integer notation@cindex constants in linker scriptsAll constants are integers.As in C, the linker considers an integer beginning with @samp{0} to beoctal, and an integer beginning with @samp{0x} or @samp{0X} to behexadecimal. The linker considers other integers to be decimal.@cindex scaled integers@cindex K and M integer suffixes@cindex M and K integer suffixes@cindex suffixes for integers@cindex integer suffixesIn addition, you can use the suffixes @code{K} and @code{M} to scale aconstant by@c TEXI2ROFF-KILL@ifnottex@c END TEXI2ROFF-KILL@code{1024} or @code{1024*1024}@c TEXI2ROFF-KILL@end ifnottex@tex${\rm 1024}$ or ${\rm 1024}^2$@end tex@c END TEXI2ROFF-KILLrespectively. For example, the following all refer to the same quantity:@smallexample_fourk_1 = 4K;_fourk_2 = 4096;_fourk_3 = 0x1000;@end smallexample@node Symbols@subsection Symbol Names@cindex symbol names@cindex names@cindex quoted symbol names@kindex "Unless quoted, symbol names start with a letter, underscore, or periodand may include letters, digits, underscores, periods, and hyphens.Unquoted symbol names must not conflict with any keywords. You canspecify a symbol which contains odd characters or has the same name as akeyword by surrounding the symbol name in double quotes:@smallexample"SECTION" = 9;"with a space" = "also with a space" + 10;@end smallexampleSince symbols can contain many non-alphabetic characters, it is safestto delimit symbols with spaces. For example, @samp{A-B} is one symbol,whereas @samp{A - B} is an expression involving subtraction.@node Orphan Sections@subsection Orphan Sections@cindex orphanOrphan sections are sections present in the input files whichare not explicitly placed into the output file by the linkerscript. The linker will still copy these sections into theoutput file, but it has to guess as to where they should beplaced. The linker uses a simple heuristic to do this. Itattempts to place orphan sections after non-orphan sections of thesame attribute, such as code vs data, loadable vs non-loadable, etc.If there is not enough room to do this then it placesat the end of the file.For ELF targets, the attribute of the section includes section type aswell as section flag.If an orphaned section's name is representable as a C identifier thenthe linker will automatically @pxref{PROVIDE} two symbols:__start_SECNAME and __end_SECNAME, where SECNAME is the name of thesection. These indicate the start address and end address of theorphaned section respectively. Note: most section names are notrepresentable as C identifiers because they contain a @samp{.}character.@node Location Counter@subsection The Location Counter@kindex .@cindex dot@cindex location counter@cindex current output locationThe special linker variable @dfn{dot} @samp{.} always contains thecurrent output location counter. Since the @code{.} always refers to alocation in an output section, it may only appear in an expressionwithin a @code{SECTIONS} command. The @code{.} symbol may appearanywhere that an ordinary symbol is allowed in an expression.@cindex holesAssigning a value to @code{.} will cause the location counter to bemoved. This may be used to create holes in the output section. Thelocation counter may not be moved backwards inside an output section,and may not be moved backwards outside of an output section if sodoing creates areas with overlapping LMAs.@smallexampleSECTIONS@{output :@{file1(.text). = . + 1000;file2(.text). += 1000;file3(.text)@} = 0x12345678;@}@end smallexample@noindentIn the previous example, the @samp{.text} section from @file{file1} islocated at the beginning of the output section @samp{output}. It isfollowed by a 1000 byte gap. Then the @samp{.text} section from@file{file2} appears, also with a 1000 byte gap following before the@samp{.text} section from @file{file3}. The notation @samp{= 0x12345678}specifies what data to write in the gaps (@pxref{Output Section Fill}).@cindex dot inside sectionsNote: @code{.} actually refers to the byte offset from the start of thecurrent containing object. Normally this is the @code{SECTIONS}statement, whose start address is 0, hence @code{.} can be used as anabsolute address. If @code{.} is used inside a section descriptionhowever, it refers to the byte offset from the start of that section,not an absolute address. Thus in a script like this:@smallexampleSECTIONS@{. = 0x100.text: @{*(.text). = 0x200@}. = 0x500.data: @{*(.data). += 0x600@}@}@end smallexampleThe @samp{.text} section will be assigned a starting address of 0x100and a size of exactly 0x200 bytes, even if there is not enough data inthe @samp{.text} input sections to fill this area. (If there is toomuch data, an error will be produced because this would be an attempt tomove @code{.} backwards). The @samp{.data} section will start at 0x500and it will have an extra 0x600 bytes worth of space after the end ofthe values from the @samp{.data} input sections and before the end ofthe @samp{.data} output section itself.@cindex dot outside sectionsSetting symbols to the value of the location counter outside of anoutput section statement can result in unexpected values if the linkerneeds to place orphan sections. For example, given the following:@smallexampleSECTIONS@{start_of_text = . ;.text: @{ *(.text) @}end_of_text = . ;start_of_data = . ;.data: @{ *(.data) @}end_of_data = . ;@}@end smallexampleIf the linker needs to place some input section, e.g. @code{.rodata},not mentioned in the script, it might choose to place that sectionbetween @code{.text} and @code{.data}. You might think the linkershould place @code{.rodata} on the blank line in the above script, butblank lines are of no particular significance to the linker. As well,the linker doesn't associate the above symbol names with theirsections. Instead, it assumes that all assignments or otherstatements belong to the previous output section, except for thespecial case of an assignment to @code{.}. I.e., the linker willplace the orphan @code{.rodata} section as if the script was writtenas follows:@smallexampleSECTIONS@{start_of_text = . ;.text: @{ *(.text) @}end_of_text = . ;start_of_data = . ;.rodata: @{ *(.rodata) @}.data: @{ *(.data) @}end_of_data = . ;@}@end smallexampleThis may or may not be the script author's intention for the value of@code{start_of_data}. One way to influence the orphan sectionplacement is to assign the location counter to itself, as the linkerassumes that an assignment to @code{.} is setting the start address ofa following output section and thus should be grouped with thatsection. So you could write:@smallexampleSECTIONS@{start_of_text = . ;.text: @{ *(.text) @}end_of_text = . ;. = . ;start_of_data = . ;.data: @{ *(.data) @}end_of_data = . ;@}@end smallexampleNow, the orphan @code{.rodata} section will be placed between@code{end_of_text} and @code{start_of_data}.@need 2000@node Operators@subsection Operators@cindex operators for arithmetic@cindex arithmetic operators@cindex precedence in expressionsThe linker recognizes the standard C set of arithmetic operators, withthe standard bindings and precedence levels:@c TEXI2ROFF-KILL@ifnottex@c END TEXI2ROFF-KILL@smallexampleprecedence associativity Operators Notes(highest)1 left ! - ~ (1)2 left * / %3 left + -4 left >> <<5 left == != > < <= >=6 left &7 left |8 left &&9 left ||10 right ? :11 right &= += -= *= /= (2)(lowest)@end smallexampleNotes:(1) Prefix operators(2) @xref{Assignments}.@c TEXI2ROFF-KILL@end ifnottex@tex\vskip \baselineskip%"lispnarrowing" is the extra indent used generally for smallexample\hskip\lispnarrowing\vbox{\offinterlineskip\hrule\halign{\vrule#&\strut\hfil\ #\ \hfil&\vrule#&\strut\hfil\ #\ \hfil&\vrule#&\strut\hfil\ {\tt #}\ \hfil&\vrule#\crheight2pt&\omit&&\omit&&\omit&\cr&Precedence&& Associativity &&{\rm Operators}&\crheight2pt&\omit&&\omit&&\omit&\cr\noalign{\hrule}height2pt&\omit&&\omit&&\omit&\cr&highest&&&&&\cr% '176 is tilde, '~' in tt font&1&&left&&\qquad- \char'176\ !\qquad\dag&\cr&2&&left&&* / \%&\cr&3&&left&&+ -&\cr&4&&left&&>> <<&\cr&5&&left&&== != > < <= >=&\cr&6&&left&&\&&\cr&7&&left&&|&\cr&8&&left&&{\&\&}&\cr&9&&left&&||&\cr&10&&right&&? :&\cr&11&&right&&\qquad\&= += -= *= /=\qquad\ddag&\cr&lowest&&&&&\crheight2pt&\omit&&\omit&&\omit&\cr}\hrule}@end tex@iftex{@obeylines@parskip=0pt@parindent=0pt@dag@quad Prefix operators.@ddag@quad @xref{Assignments}.}@end iftex@c END TEXI2ROFF-KILL@node Evaluation@subsection Evaluation@cindex lazy evaluation@cindex expression evaluation orderThe linker evaluates expressions lazily. It only computes the value ofan expression when absolutely necessary.The linker needs some information, such as the value of the startaddress of the first section, and the origins and lengths of memoryregions, in order to do any linking at all. These values are computedas soon as possible when the linker reads in the linker script.However, other values (such as symbol values) are not known or neededuntil after storage allocation. Such values are evaluated later, whenother information (such as the sizes of output sections) is availablefor use in the symbol assignment expression.The sizes of sections cannot be known until after allocation, soassignments dependent upon these are not performed until afterallocation.Some expressions, such as those depending upon the location counter@samp{.}, must be evaluated during section allocation.If the result of an expression is required, but the value is notavailable, then an error results. For example, a script like thefollowing@smallexample@groupSECTIONS@{.text 9+this_isnt_constant :@{ *(.text) @}@}@end group@end smallexample@noindentwill cause the error message @samp{non constant expression for initialaddress}.@node Expression Section@subsection The Section of an Expression@cindex expression sections@cindex absolute expressions@cindex relative expressions@cindex absolute and relocatable symbols@cindex relocatable and absolute symbols@cindex symbols, relocatable and absoluteWhen the linker evaluates an expression, the result is either absoluteor relative to some section. A relative expression is expressed as afixed offset from the base of a section.The position of the expression within the linker script determineswhether it is absolute or relative. An expression which appears withinan output section definition is relative to the base of the outputsection. An expression which appears elsewhere will be absolute.A symbol set to a relative expression will be relocatable if you requestrelocatable output using the @samp{-r} option. That means that afurther link operation may change the value of the symbol. The symbol'ssection will be the section of the relative expression.A symbol set to an absolute expression will retain the same valuethrough any further link operation. The symbol will be absolute, andwill not have any particular associated section.You can use the builtin function @code{ABSOLUTE} to force an expressionto be absolute when it would otherwise be relative. For example, tocreate an absolute symbol set to the address of the end of the outputsection @samp{.data}:@smallexampleSECTIONS@{.data : @{ *(.data) _edata = ABSOLUTE(.); @}@}@end smallexample@noindentIf @samp{ABSOLUTE} were not used, @samp{_edata} would be relative to the@samp{.data} section.@node Builtin Functions@subsection Builtin Functions@cindex functions in expressionsThe linker script language includes a number of builtin functions foruse in linker script expressions.@table @code@item ABSOLUTE(@var{exp})@kindex ABSOLUTE(@var{exp})@cindex expression, absoluteReturn the absolute (non-relocatable, as opposed to non-negative) valueof the expression @var{exp}. Primarily useful to assign an absolutevalue to a symbol within a section definition, where symbol values arenormally section relative. @xref{Expression Section}.@item ADDR(@var{section})@kindex ADDR(@var{section})@cindex section address in expressionReturn the absolute address (the VMA) of the named @var{section}. Yourscript must previously have defined the location of that section. Inthe following example, @code{symbol_1} and @code{symbol_2} are assignedidentical values:@smallexample@groupSECTIONS @{ @dots{}.output1 :@{start_of_output_1 = ABSOLUTE(.);@dots{}@}.output :@{symbol_1 = ADDR(.output1);symbol_2 = start_of_output_1;@}@dots{} @}@end group@end smallexample@item ALIGN(@var{align})@itemx ALIGN(@var{exp},@var{align})@kindex ALIGN(@var{align})@kindex ALIGN(@var{exp},@var{align})@cindex round up location counter@cindex align location counter@cindex round up expression@cindex align expressionReturn the location counter (@code{.}) or arbitrary expression alignedto the next @var{align} boundary. The single operand @code{ALIGN}doesn't change the value of the location counter---it just doesarithmetic on it. The two operand @code{ALIGN} allows an arbitraryexpression to be aligned upwards (@code{ALIGN(@var{align})} isequivalent to @code{ALIGN(., @var{align})}).Here is an example which aligns the output @code{.data} section to thenext @code{0x2000} byte boundary after the preceding section and sets avariable within the section to the next @code{0x8000} boundary after theinput sections:@smallexample@groupSECTIONS @{ @dots{}.data ALIGN(0x2000): @{*(.data)variable = ALIGN(0x8000);@}@dots{} @}@end group@end smallexample@noindentThe first use of @code{ALIGN} in this example specifies the location ofa section because it is used as the optional @var{address} attribute ofa section definition (@pxref{Output Section Address}). The second useof @code{ALIGN} is used to defines the value of a symbol.The builtin function @code{NEXT} is closely related to @code{ALIGN}.@item ALIGNOF(@var{section})@kindex ALIGNOF(@var{section})@cindex section alignmentReturn the alignment in bytes of the named @var{section}, if that section hasbeen allocated. If the section has not been allocated when this isevaluated, the linker will report an error. In the following example,the alignment of the @code{.output} section is stored as the firstvalue in that section.@smallexample@groupSECTIONS@{ @dots{}.output @{LONG (ALIGNOF (.output))@dots{}@}@dots{} @}@end group@end smallexample@item BLOCK(@var{exp})@kindex BLOCK(@var{exp})This is a synonym for @code{ALIGN}, for compatibility with older linkerscripts. It is most often seen when setting the address of an outputsection.@item DATA_SEGMENT_ALIGN(@var{maxpagesize}, @var{commonpagesize})@kindex DATA_SEGMENT_ALIGN(@var{maxpagesize}, @var{commonpagesize})This is equivalent to either@smallexample(ALIGN(@var{maxpagesize}) + (. & (@var{maxpagesize} - 1)))@end smallexampleor@smallexample(ALIGN(@var{maxpagesize}) + (. & (@var{maxpagesize} - @var{commonpagesize})))@end smallexample@noindentdepending on whether the latter uses fewer @var{commonpagesize} sized pagesfor the data segment (area between the result of this expression and@code{DATA_SEGMENT_END}) than the former or not.If the latter form is used, it means @var{commonpagesize} bytes of runtimememory will be saved at the expense of up to @var{commonpagesize} wastedbytes in the on-disk file.This expression can only be used directly in @code{SECTIONS} commands, not inany output section descriptions and only once in the linker script.@var{commonpagesize} should be less or equal to @var{maxpagesize} and shouldbe the system page size the object wants to be optimized for (while stillworking on system page sizes up to @var{maxpagesize}).@noindentExample:@smallexample. = DATA_SEGMENT_ALIGN(0x10000, 0x2000);@end smallexample@item DATA_SEGMENT_END(@var{exp})@kindex DATA_SEGMENT_END(@var{exp})This defines the end of data segment for @code{DATA_SEGMENT_ALIGN}evaluation purposes.@smallexample. = DATA_SEGMENT_END(.);@end smallexample@item DATA_SEGMENT_RELRO_END(@var{offset}, @var{exp})@kindex DATA_SEGMENT_RELRO_END(@var{offset}, @var{exp})This defines the end of the @code{PT_GNU_RELRO} segment when@samp{-z relro} option is used. Second argument is returned.When @samp{-z relro} option is not present, @code{DATA_SEGMENT_RELRO_END}does nothing, otherwise @code{DATA_SEGMENT_ALIGN} is padded so that@var{exp} + @var{offset} is aligned to the most commonly used pageboundary for particular target. If present in the linker script,it must always come in between @code{DATA_SEGMENT_ALIGN} and@code{DATA_SEGMENT_END}.@smallexample. = DATA_SEGMENT_RELRO_END(24, .);@end smallexample@item DEFINED(@var{symbol})@kindex DEFINED(@var{symbol})@cindex symbol defaultsReturn 1 if @var{symbol} is in the linker global symbol table and isdefined before the statement using DEFINED in the script, otherwisereturn 0. You can use this function to providedefault values for symbols. For example, the following script fragmentshows how to set a global symbol @samp{begin} to the first location inthe @samp{.text} section---but if a symbol called @samp{begin} alreadyexisted, its value is preserved:@smallexample@groupSECTIONS @{ @dots{}.text : @{begin = DEFINED(begin) ? begin : . ;@dots{}@}@dots{}@}@end group@end smallexample@item LENGTH(@var{memory})@kindex LENGTH(@var{memory})Return the length of the memory region named @var{memory}.@item LOADADDR(@var{section})@kindex LOADADDR(@var{section})@cindex section load address in expressionReturn the absolute LMA of the named @var{section}. This is normallythe same as @code{ADDR}, but it may be different if the @code{AT}attribute is used in the output section definition (@pxref{OutputSection LMA}).@kindex MAX@item MAX(@var{exp1}, @var{exp2})Returns the maximum of @var{exp1} and @var{exp2}.@kindex MIN@item MIN(@var{exp1}, @var{exp2})Returns the minimum of @var{exp1} and @var{exp2}.@item NEXT(@var{exp})@kindex NEXT(@var{exp})@cindex unallocated address, nextReturn the next unallocated address that is a multiple of @var{exp}.This function is closely related to @code{ALIGN(@var{exp})}; unless youuse the @code{MEMORY} command to define discontinuous memory for theoutput file, the two functions are equivalent.@item ORIGIN(@var{memory})@kindex ORIGIN(@var{memory})Return the origin of the memory region named @var{memory}.@item SEGMENT_START(@var{segment}, @var{default})@kindex SEGMENT_START(@var{segment}, @var{default})Return the base address of the named @var{segment}. If an explicitvalue has been given for this segment (with a command-line @samp{-T}option) that value will be returned; otherwise the value will be@var{default}. At present, the @samp{-T} command-line option can onlybe used to set the base address for the ``text'', ``data'', and``bss'' sections, but you use @code{SEGMENT_START} with any segmentname.@item SIZEOF(@var{section})@kindex SIZEOF(@var{section})@cindex section sizeReturn the size in bytes of the named @var{section}, if that section hasbeen allocated. If the section has not been allocated when this isevaluated, the linker will report an error. In the following example,@code{symbol_1} and @code{symbol_2} are assigned identical values:@smallexample@groupSECTIONS@{ @dots{}.output @{.start = . ;@dots{}.end = . ;@}symbol_1 = .end - .start ;symbol_2 = SIZEOF(.output);@dots{} @}@end group@end smallexample@item SIZEOF_HEADERS@itemx sizeof_headers@kindex SIZEOF_HEADERS@cindex header sizeReturn the size in bytes of the output file's headers. This isinformation which appears at the start of the output file. You can usethis number when setting the start address of the first section, if youchoose, to facilitate paging.@cindex not enough room for program headers@cindex program headers, not enough roomWhen producing an ELF output file, if the linker script uses the@code{SIZEOF_HEADERS} builtin function, the linker must compute thenumber of program headers before it has determined all the sectionaddresses and sizes. If the linker later discovers that it needsadditional program headers, it will report an error @samp{not enoughroom for program headers}. To avoid this error, you must avoid usingthe @code{SIZEOF_HEADERS} function, or you must rework your linkerscript to avoid forcing the linker to use additional program headers, oryou must define the program headers yourself using the @code{PHDRS}command (@pxref{PHDRS}).@end table@node Implicit Linker Scripts@section Implicit Linker Scripts@cindex implicit linker scriptsIf you specify a linker input file which the linker can not recognize asan object file or an archive file, it will try to read the file as alinker script. If the file can not be parsed as a linker script, thelinker will report an error.An implicit linker script will not replace the default linker script.Typically an implicit linker script would contain only symbolassignments, or the @code{INPUT}, @code{GROUP}, or @code{VERSION}commands.Any input files read because of an implicit linker script will be readat the position in the command line where the implicit linker script wasread. This can affect archive searching.@ifset GENERIC@node Machine Dependent@chapter Machine Dependent Features@cindex machine dependencies@command{ld} has additional features on some platforms; the followingsections describe them. Machines where @command{ld} has no additionalfunctionality are not listed.@menu@ifset H8300* H8/300:: @command{ld} and the H8/300@end ifset@ifset I960* i960:: @command{ld} and the Intel 960 family@end ifset@ifset ARM* ARM:: @command{ld} and the ARM family@end ifset@ifset HPPA* HPPA ELF32:: @command{ld} and HPPA 32-bit ELF@end ifset@ifset M68K* M68K:: @command{ld} and the Motorola 68K family@end ifset@ifset MMIX* MMIX:: @command{ld} and MMIX@end ifset@ifset MSP430* MSP430:: @command{ld} and MSP430@end ifset@ifset M68HC11* M68HC11/68HC12:: @code{ld} and the Motorola 68HC11 and 68HC12 families@end ifset@ifset POWERPC* PowerPC ELF32:: @command{ld} and PowerPC 32-bit ELF Support@end ifset@ifset POWERPC64* PowerPC64 ELF64:: @command{ld} and PowerPC64 64-bit ELF Support@end ifset@ifset SPU* SPU ELF:: @command{ld} and SPU ELF Support@end ifset@ifset TICOFF* TI COFF:: @command{ld} and TI COFF@end ifset@ifset WIN32* WIN32:: @command{ld} and WIN32 (cygwin/mingw)@end ifset@ifset XTENSA* Xtensa:: @command{ld} and Xtensa Processors@end ifset@end menu@end ifset@ifset H8300@ifclear GENERIC@raisesections@end ifclear@node H8/300@section @command{ld} and the H8/300@cindex H8/300 supportFor the H8/300, @command{ld} can perform these global optimizations whenyou specify the @samp{--relax} command-line option.@table @emph@cindex relaxing on H8/300@item relaxing address modes@command{ld} finds all @code{jsr} and @code{jmp} instructions whosetargets are within eight bits, and turns them into eight-bitprogram-counter relative @code{bsr} and @code{bra} instructions,respectively.@cindex synthesizing on H8/300@item synthesizing instructions@c FIXME: specifically mov.b, or any mov instructions really?@command{ld} finds all @code{mov.b} instructions which use thesixteen-bit absolute address form, but refer to the toppage of memory, and changes them to use the eight-bit address form.(That is: the linker turns @samp{mov.b @code{@@}@var{aa}:16} into@samp{mov.b @code{@@}@var{aa}:8} whenever the address @var{aa} is in thetop page of memory).@item bit manipulation instructions@command{ld} finds all bit manipulation instructions like @code{band, bclr,biand, bild, bior, bist, bixor, bld, bnot, bor, bset, bst, btst, bxor}which use 32 bit and 16 bit absolute address form, but refer to the toppage of memory, and changes them to use the 8 bit address form.(That is: the linker turns @samp{bset #xx:3,@code{@@}@var{aa}:32} into@samp{bset #xx:3,@code{@@}@var{aa}:8} whenever the address @var{aa} is inthe top page of memory).@item system control instructions@command{ld} finds all @code{ldc.w, stc.w} instructions which use the32 bit absolute address form, but refer to the top page of memory, andchanges them to use 16 bit address form.(That is: the linker turns @samp{ldc.w @code{@@}@var{aa}:32,ccr} into@samp{ldc.w @code{@@}@var{aa}:16,ccr} whenever the address @var{aa} is inthe top page of memory).@end table@ifclear GENERIC@lowersections@end ifclear@end ifset@ifclear GENERIC@ifset Renesas@c This stuff is pointless to say unless you're especially concerned@c with Renesas chips; don't enable it for generic case, please.@node Renesas@chapter @command{ld} and Other Renesas Chips@command{ld} also supports the Renesas (formerly Hitachi) H8/300H,H8/500, and SH chips. No special features, commands, or command-lineoptions are required for these chips.@end ifset@end ifclear@ifset I960@ifclear GENERIC@raisesections@end ifclear@node i960@section @command{ld} and the Intel 960 Family@cindex i960 supportYou can use the @samp{-A@var{architecture}} command line option tospecify one of the two-letter names identifying members of the 960family; the option specifies the desired output target, and warns of anyincompatible instructions in the input files. It also modifies thelinker's search strategy for archive libraries, to support the use oflibraries specific to each particular architecture, by including in thesearch loop names suffixed with the string identifying the architecture.For example, if your @command{ld} command line included @w{@samp{-ACA}} aswell as @w{@samp{-ltry}}, the linker would look (in its built-in searchpaths, and in any paths you specify with @samp{-L}) for a library withthe names@smallexample@grouptrylibtry.atrycalibtryca.a@end group@end smallexample@noindentThe first two possibilities would be considered in any event; the lasttwo are due to the use of @w{@samp{-ACA}}.You can meaningfully use @samp{-A} more than once on a command line, sincethe 960 architecture family allows combination of target architectures; eachuse will add another pair of name variants to search for when @w{@samp{-l}}specifies a library.@cindex @option{--relax} on i960@cindex relaxing on i960@command{ld} supports the @samp{--relax} option for the i960 family. Ifyou specify @samp{--relax}, @command{ld} finds all @code{balx} and@code{calx} instructions whose targets are within 24 bits, and turnsthem into 24-bit program-counter relative @code{bal} and @code{cal}instructions, respectively. @command{ld} also turns @code{cal}instructions into @code{bal} instructions when it determines that thetarget subroutine is a leaf routine (that is, the target subroutine doesnot itself call any subroutines).@ifclear GENERIC@lowersections@end ifclear@end ifset@ifset ARM@ifclear GENERIC@raisesections@end ifclear@ifset M68HC11@ifclear GENERIC@raisesections@end ifclear@node M68HC11/68HC12@section @command{ld} and the Motorola 68HC11 and 68HC12 families@cindex M68HC11 and 68HC12 support@subsection Linker RelaxationFor the Motorola 68HC11, @command{ld} can perform these globaloptimizations when you specify the @samp{--relax} command-line option.@table @emph@cindex relaxing on M68HC11@item relaxing address modes@command{ld} finds all @code{jsr} and @code{jmp} instructions whosetargets are within eight bits, and turns them into eight-bitprogram-counter relative @code{bsr} and @code{bra} instructions,respectively.@command{ld} also looks at all 16-bit extended addressing modes andtransforms them in a direct addressing mode when the address is inpage 0 (between 0 and 0x0ff).@item relaxing gcc instruction groupWhen @command{gcc} is called with @option{-mrelax}, it can emit groupof instructions that the linker can optimize to use a 68HC11 directaddressing mode. These instructions consists of @code{bclr} or@code{bset} instructions.@end table@subsection Trampoline Generation@cindex trampoline generation on M68HC11@cindex trampoline generation on M68HC12For 68HC11 and 68HC12, @command{ld} can generate trampoline code tocall a far function using a normal @code{jsr} instruction. The linkerwill also change the relocation to some far function to use thetrampoline address instead of the function address. This is typically thecase when a pointer to a function is taken. The pointer will in factpoint to the function trampoline.@ifclear GENERIC@lowersections@end ifclear@end ifset@node ARM@section @command{ld} and the ARM family@cindex ARM interworking support@kindex --support-old-codeFor the ARM, @command{ld} will generate code stubs to allow functions callsbetween ARM and Thumb code. These stubs only work with code that hasbeen compiled and assembled with the @samp{-mthumb-interwork} commandline option. If it is necessary to link with old ARM object files orlibraries, which have not been compiled with the -mthumb-interworkoption then the @samp{--support-old-code} command line switch should begiven to the linker. This will make it generate larger stub functionswhich will work with non-interworking aware ARM code. Note, however,the linker does not support generating stubs for function calls tonon-interworking aware Thumb code.@cindex thumb entry point@cindex entry point, thumb@kindex --thumb-entry=@var{entry}The @samp{--thumb-entry} switch is a duplicate of the generic@samp{--entry} switch, in that it sets the program's starting address.But it also sets the bottom bit of the address, so that it can bebranched to using a BX instruction, and the program will startexecuting in Thumb mode straight away.@cindex BE8@kindex --be8The @samp{--be8} switch instructs @command{ld} to generate BE8 formatexecutables. This option is only valid when linking big-endian objects.The resulting image will contain big-endian data and little-endian code.@cindex TARGET1@kindex --target1-rel@kindex --target1-absThe @samp{R_ARM_TARGET1} relocation is typically used for entries in the@samp{.init_array} section. It is interpreted as either @samp{R_ARM_REL32}or @samp{R_ARM_ABS32}, depending on the target. The @samp{--target1-rel}and @samp{--target1-abs} switches override the default.@cindex TARGET2@kindex --target2=@var{type}The @samp{--target2=type} switch overrides the default definition of the@samp{R_ARM_TARGET2} relocation. Valid values for @samp{type}, theirmeanings, and target defaults are as follows:@table @samp@item rel@samp{R_ARM_REL32} (arm*-*-elf, arm*-*-eabi)@item abs@samp{R_ARM_ABS32} (arm*-*-symbianelf)@item got-rel@samp{R_ARM_GOT_PREL} (arm*-*-linux, arm*-*-*bsd)@end table@cindex FIX_V4BX@kindex --fix-v4bxThe @samp{R_ARM_V4BX} relocation (defined by the ARM AAELFspecification) enables objects compiled for the ARMv4 architecture to beinterworking-safe when linked with other objects compiled for ARMv4t, butalso allows pure ARMv4 binaries to be built from the same ARMv4 objects.In the latter case, the switch @option{--fix-v4bx} must be passed to thelinker, which causes v4t @code{BX rM} instructions to be rewritten as@code{MOV PC,rM}, since v4 processors do not have a @code{BX} instruction.In the former case, the switch should not be used, and @samp{R_ARM_V4BX}relocations are ignored.@cindex FIX_V4BX_INTERWORKING@kindex --fix-v4bx-interworkingReplace @code{BX rM} instructions identified by @samp{R_ARM_V4BX}relocations with a branch to the following veneer:@smallexampleTST rM, #1MOVEQ PC, rMBX Rn@end smallexampleThis allows generation of libraries/applications that work on ARMv4 coresand are still interworking safe. Note that the above veneer clobbers thecondition flags, so may cause incorrect progrm behavior in rare cases.@cindex USE_BLX@kindex --use-blxThe @samp{--use-blx} switch enables the linker to use ARM/ThumbBLX instructions (available on ARMv5t and above) in varioussituations. Currently it is used to perform calls via the PLT from Thumbcode using BLX rather than using BX and a mode-switching stub beforeeach PLT entry. This should lead to such calls executing slightly faster.This option is enabled implicitly for SymbianOS, so there is no need tospecify it if you are using that target.@cindex VFP11_DENORM_FIX@kindex --vfp11-denorm-fixThe @samp{--vfp11-denorm-fix} switch enables a link-time workaround for abug in certain VFP11 coprocessor hardware, which sometimes allowsinstructions with denorm operands (which must be handled by support code)to have those operands overwritten by subsequent instructions beforethe support code can read the intended values.The bug may be avoided in scalar mode if you allow at least oneintervening instruction between a VFP11 instruction which uses a registerand another instruction which writes to the same register, or at least twointervening instructions if vector mode is in use. The bug only affectsfull-compliance floating-point mode: you do not need this workaround ifyou are using "runfast" mode. Please contact ARM for further details.If you know you are using buggy VFP11 hardware, you canenable this workaround by specifying the linker option@samp{--vfp-denorm-fix=scalar} if you are using the VFP11 scalarmode only, or @samp{--vfp-denorm-fix=vector} if you are usingvector mode (the latter also works for scalar code). The default is@samp{--vfp-denorm-fix=none}.If the workaround is enabled, instructions are scanned forpotentially-troublesome sequences, and a veneer is created for eachsuch sequence which may trigger the erratum. The veneer consists of thefirst instruction of the sequence and a branch back to the subsequentinstruction. The original instruction is then replaced with a branch tothe veneer. The extra cycles required to call and return from the veneerare sufficient to avoid the erratum in both the scalar and vector cases.@cindex NO_ENUM_SIZE_WARNING@kindex --no-enum-size-warningThe @option{--no-enum-size-warning} switch prevents the linker fromwarning when linking object files that specify incompatible EABIenumeration size attributes. For example, with this switch enabled,linking of an object file using 32-bit enumeration values with anotherusing enumeration values fitted into the smallest possible space willnot be diagnosed.@cindex NO_WCHAR_SIZE_WARNING@kindex --no-wchar-size-warningThe @option{--no-wchar-size-warning} switch prevents the linker fromwarning when linking object files that specify incompatible EABI@code{wchar_t} size attributes. For example, with this switch enabled,linking of an object file using 32-bit @code{wchar_t} values with anotherusing 16-bit @code{wchar_t} values will not be diagnosed.@cindex PIC_VENEER@kindex --pic-veneerThe @samp{--pic-veneer} switch makes the linker use PIC sequences forARM/Thumb interworking veneers, even if the rest of the binaryis not PIC. This avoids problems on uClinux targets where@samp{--emit-relocs} is used to generate relocatable binaries.@cindex STUB_GROUP_SIZE@kindex --stub-group-size=@var{N}The linker will automatically generate and insert small sequences ofcode into a linked ARM ELF executable whenever an attempt is made toperform a function call to a symbol that is too far away. Theplacement of these sequences of instructions - called stubs - iscontrolled by the command line option @option{--stub-group-size=N}.The placement is important because a poor choice can create a need forduplicate stubs, increasing the code sizw. The linker will try togroup stubs together in order to reduce interruptions to the flow ofcode, but it needs guidance as to how big these groups should be andwhere they should be placed.The value of @samp{N}, the parameter to the@option{--stub-group-size=} option controls where the stub groups areplaced. If it is negative then all stubs are placed before the firstbranch that needs them. If it is positive then the stubs can beplaced either before or after the branches that need them. If thevalue of @samp{N} is 1 (either +1 or -1) then the linker will chooseexactly where to place groups of stubs, using its built in heuristics.A value of @samp{N} greater than 1 (or smaller than -1) tells thelinker that a single group of stubs can service at most @samp{N} bytesfrom the input sections.The default, if @option{--stub-group-size=} is not specified, is@samp{N = +1}.Farcalls stubs insertion is fully supported for the ARM-EABI targetonly, because it relies on object files properties not presentotherwise.@ifclear GENERIC@lowersections@end ifclear@end ifset@ifset HPPA@ifclear GENERIC@raisesections@end ifclear@node HPPA ELF32@section @command{ld} and HPPA 32-bit ELF Support@cindex HPPA multiple sub-space stubs@kindex --multi-subspaceWhen generating a shared library, @command{ld} will by default generateimport stubs suitable for use with a single sub-space application.The @samp{--multi-subspace} switch causes @command{ld} to generate exportstubs, and different (larger) import stubs suitable for use withmultiple sub-spaces.@cindex HPPA stub grouping@kindex --stub-group-size=@var{N}Long branch stubs and import/export stubs are placed by @command{ld} instub sections located between groups of input sections.@samp{--stub-group-size} specifies the maximum size of a group of inputsections handled by one stub section. Since branch offsets are signed,a stub section may serve two groups of input sections, one group beforethe stub section, and one group after it. However, when usingconditional branches that require stubs, it may be better (for branchprediction) that stub sections only serve one group of input sections.A negative value for @samp{N} chooses this scheme, ensuring thatbranches to stubs always use a negative offset. Two special values of@samp{N} are recognized, @samp{1} and @samp{-1}. These both instruct@command{ld} to automatically size input section groups for the branch typesdetected, with the same behaviour regarding stub placement as otherpositive or negative values of @samp{N} respectively.Note that @samp{--stub-group-size} does not split input sections. Asingle input section larger than the group size specified will of coursecreate a larger group (of one section). If input sections are toolarge, it may not be possible for a branch to reach its stub.@ifclear GENERIC@lowersections@end ifclear@end ifset@ifset M68K@ifclear GENERIC@raisesections@end ifclear@node M68K@section @command{ld} and the Motorola 68K family@cindex Motorola 68K GOT generation@kindex --got=@var{type}The @samp{--got=@var{type}} option lets you choose the GOT generation scheme.The choices are @samp{single}, @samp{negative}, @samp{multigot} and@samp{target}. When @samp{target} is selected the linker choosesthe default GOT generation scheme for the current target.@samp{single} tells the linker to generate a single GOT withentries only at non-negative offsets.@samp{negative} instructs the linker to generate a single GOT withentries at both negative and positive offsets. Not all environmentssupport such GOTs.@samp{multigot} allows the linker to generate several GOTs in theoutput file. All GOT references from a single input objectfile access the same GOT, but references from different input objectfiles might access different GOTs. Not all environments support such GOTs.@ifclear GENERIC@lowersections@end ifclear@end ifset@ifset MMIX@ifclear GENERIC@raisesections@end ifclear@node MMIX@section @code{ld} and MMIXFor MMIX, there is a choice of generating @code{ELF} object files or@code{mmo} object files when linking. The simulator @code{mmix}understands the @code{mmo} format. The binutils @code{objcopy} utilitycan translate between the two formats.There is one special section, the @samp{.MMIX.reg_contents} section.Contents in this section is assumed to correspond to that of globalregisters, and symbols referring to it are translated to special symbols,equal to registers. In a final link, the start address of the@samp{.MMIX.reg_contents} section corresponds to the first allocatedglobal register multiplied by 8. Register @code{$255} is not included inthis section; it is always set to the program entry, which is at thesymbol @code{Main} for @code{mmo} files.Global symbols with the prefix @code{__.MMIX.start.}, for example@code{__.MMIX.start..text} and @code{__.MMIX.start..data} are special.The default linker script uses these to set the default start addressof a section.Initial and trailing multiples of zero-valued 32-bit words in a section,are left out from an mmo file.@ifclear GENERIC@lowersections@end ifclear@end ifset@ifset MSP430@ifclear GENERIC@raisesections@end ifclear@node MSP430@section @code{ld} and MSP430For the MSP430 it is possible to select the MPU architecture. The flag @samp{-m [mpu type]}will select an appropriate linker script for selected MPU type. (To get a list of known MPUsjust pass @samp{-m help} option to the linker).@cindex MSP430 extra sectionsThe linker will recognize some extra sections which are MSP430 specific:@table @code@item @samp{.vectors}Defines a portion of ROM where interrupt vectors located.@item @samp{.bootloader}Defines the bootloader portion of the ROM (if applicable). Any codein this section will be uploaded to the MPU.@item @samp{.infomem}Defines an information memory section (if applicable). Any code inthis section will be uploaded to the MPU.@item @samp{.infomemnobits}This is the same as the @samp{.infomem} section except that any codein this section will not be uploaded to the MPU.@item @samp{.noinit}Denotes a portion of RAM located above @samp{.bss} section.The last two sections are used by gcc.@end table@ifclear GENERIC@lowersections@end ifclear@end ifset@ifset POWERPC@ifclear GENERIC@raisesections@end ifclear@node PowerPC ELF32@section @command{ld} and PowerPC 32-bit ELF Support@cindex PowerPC long branches@kindex --relax on PowerPCBranches on PowerPC processors are limited to a signed 26-bitdisplacement, which may result in @command{ld} giving@samp{relocation truncated to fit} errors with very large programs.@samp{--relax} enables the generation of trampolines that can accessthe entire 32-bit address space. These trampolines are inserted atsection boundaries, so may not themselves be reachable if an inputsection exceeds 33M in size.@cindex PowerPC ELF32 options@table @option@cindex PowerPC PLT@kindex --bss-plt@item --bss-pltCurrent PowerPC GCC accepts a @samp{-msecure-plt} option thatgenerates code capable of using a newer PLT and GOT layout that hasthe security advantage of no executable section ever needing to bewritable and no writable section ever being executable. PowerPC@command{ld} will generate this layout, including stubs to access thePLT, if all input files (including startup and static libraries) werecompiled with @samp{-msecure-plt}. @samp{--bss-plt} forces the oldBSS PLT (and GOT layout) which can give slightly better performance.@kindex --secure-plt@item --secure-plt@command{ld} will use the new PLT and GOT layout if it is linking new@samp{-fpic} or @samp{-fPIC} code, but does not do so automaticallywhen linking non-PIC code. This option requests the new PLT and GOTlayout. A warning will be given if some object file requires the oldstyle BSS PLT.@cindex PowerPC GOT@kindex --sdata-got@item --sdata-gotThe new secure PLT and GOT are placed differently relative to othersections compared to older BSS PLT and GOT placement. The location of@code{.plt} must change because the new secure PLT is an initializedsection while the old PLT is uninitialized. The reason for the@code{.got} change is more subtle: The new placement allows@code{.got} to be read-only in applications linked with@samp{-z relro -z now}. However, this placement means that@code{.sdata} cannot always be used in shared libraries, because thePowerPC ABI accesses @code{.sdata} in shared libraries from the GOTpointer. @samp{--sdata-got} forces the old GOT placement. PowerPCGCC doesn't use @code{.sdata} in shared libraries, so this option isreally only useful for other compilers that may do so.@cindex PowerPC stub symbols@kindex --emit-stub-syms@item --emit-stub-symsThis option causes @command{ld} to label linker stubs with a localsymbol that encodes the stub type and destination.@cindex PowerPC TLS optimization@kindex --no-tls-optimize@item --no-tls-optimizePowerPC @command{ld} normally performs some optimization of codesequences used to access Thread-Local Storage. Use this option todisable the optimization.@end table@ifclear GENERIC@lowersections@end ifclear@end ifset@ifset POWERPC64@ifclear GENERIC@raisesections@end ifclear@node PowerPC64 ELF64@section @command{ld} and PowerPC64 64-bit ELF Support@cindex PowerPC64 ELF64 options@table @option@cindex PowerPC64 stub grouping@kindex --stub-group-size@item --stub-group-sizeLong branch stubs, PLT call stubs and TOC adjusting stubs are placedby @command{ld} in stub sections located between groups of input sections.@samp{--stub-group-size} specifies the maximum size of a group of inputsections handled by one stub section. Since branch offsets are signed,a stub section may serve two groups of input sections, one group beforethe stub section, and one group after it. However, when usingconditional branches that require stubs, it may be better (for branchprediction) that stub sections only serve one group of input sections.A negative value for @samp{N} chooses this scheme, ensuring thatbranches to stubs always use a negative offset. Two special values of@samp{N} are recognized, @samp{1} and @samp{-1}. These both instruct@command{ld} to automatically size input section groups for the branch typesdetected, with the same behaviour regarding stub placement as otherpositive or negative values of @samp{N} respectively.Note that @samp{--stub-group-size} does not split input sections. Asingle input section larger than the group size specified will of coursecreate a larger group (of one section). If input sections are toolarge, it may not be possible for a branch to reach its stub.@cindex PowerPC64 stub symbols@kindex --emit-stub-syms@item --emit-stub-symsThis option causes @command{ld} to label linker stubs with a localsymbol that encodes the stub type and destination.@cindex PowerPC64 dot symbols@kindex --dotsyms@kindex --no-dotsyms@item --dotsyms, --no-dotsymsThese two options control how @command{ld} interprets version patternsin a version script. Older PowerPC64 compilers emitted both afunction descriptor symbol with the same name as the function, and acode entry symbol with the name prefixed by a dot (@samp{.}). Toproperly version a function @samp{foo}, the version script thus needsto control both @samp{foo} and @samp{.foo}. The option@samp{--dotsyms}, on by default, automatically adds the requireddot-prefixed patterns. Use @samp{--no-dotsyms} to disable thisfeature.@cindex PowerPC64 TLS optimization@kindex --no-tls-optimize@item --no-tls-optimizePowerPC64 @command{ld} normally performs some optimization of codesequences used to access Thread-Local Storage. Use this option todisable the optimization.@cindex PowerPC64 OPD optimization@kindex --no-opd-optimize@item --no-opd-optimizePowerPC64 @command{ld} normally removes @code{.opd} section entriescorresponding to deleted link-once functions, or functions removed bythe action of @samp{--gc-sections} or linker script @code{/DISCARD/}.Use this option to disable @code{.opd} optimization.@cindex PowerPC64 OPD spacing@kindex --non-overlapping-opd@item --non-overlapping-opdSome PowerPC64 compilers have an option to generate compressed@code{.opd} entries spaced 16 bytes apart, overlapping the third word,the static chain pointer (unused in C) with the first word of the nextentry. This option expands such entries to the full 24 bytes.@cindex PowerPC64 TOC optimization@kindex --no-toc-optimize@item --no-toc-optimizePowerPC64 @command{ld} normally removes unused @code{.toc} sectionentries. Such entries are detected by examining relocations thatreference the TOC in code sections. A reloc in a deleted code sectionmarks a TOC word as unneeded, while a reloc in a kept code sectionmarks a TOC word as needed. Since the TOC may reference itself, TOCrelocs are also examined. TOC words marked as both needed andunneeded will of course be kept. TOC words without any referencingreloc are assumed to be part of a multi-word entry, and are kept ordiscarded as per the nearest marked preceding word. This worksreliably for compiler generated code, but may be incorrect if assemblycode is used to insert TOC entries. Use this option to disable theoptimization.@cindex PowerPC64 multi-TOC@kindex --no-multi-toc@item --no-multi-tocBy default, PowerPC64 GCC generates code for a TOC model where TOCentries are accessed with a 16-bit offset from r2. This limits thetotal TOC size to 64K. PowerPC64 @command{ld} extends this limit bygrouping code sections such that each group uses less than 64K for itsTOC entries, then inserts r2 adjusting stubs between inter-groupcalls. @command{ld} does not split apart input sections, so cannothelp if a single input file has a @code{.toc} section that exceeds64K, most likely from linking multiple files with @command{ld -r}.Use this option to turn off this feature.@end table@ifclear GENERIC@lowersections@end ifclear@end ifset@ifset SPU@ifclear GENERIC@raisesections@end ifclear@node SPU ELF@section @command{ld} and SPU ELF Support@cindex SPU ELF options@table @option@cindex SPU plugins@kindex --plugin@item --pluginThis option marks an executable as a PIC plugin module.@cindex SPU overlays@kindex --no-overlays@item --no-overlaysNormally, @command{ld} recognizes calls to functions within overlayregions, and redirects such calls to an overlay manager via a stub.@command{ld} also provides a built-in overlay manager. This optionturns off all this special overlay handling.@cindex SPU overlay stub symbols@kindex --emit-stub-syms@item --emit-stub-symsThis option causes @command{ld} to label overlay stubs with a localsymbol that encodes the stub type and destination.@cindex SPU extra overlay stubs@kindex --extra-overlay-stubs@item --extra-overlay-stubsThis option causes @command{ld} to add overlay call stubs on allfunction calls out of overlay regions. Normally stubs are not addedon calls to non-overlay regions.@cindex SPU local store size@kindex --local-store=lo:hi@item --local-store=lo:hi@command{ld} usually checks that a final executable for SPU fits inthe address range 0 to 256k. This option may be used to change therange. Disable the check entirely with @option{--local-store=0:0}.@cindex SPU@kindex --stack-analysis@item --stack-analysisSPU local store space is limited. Over-allocation of stack spaceunnecessarily limits space available for code and data, whileunder-allocation results in runtime failures. If given this option,@command{ld} will provide an estimate of maximum stack usage.@command{ld} does this by examining symbols in code sections todetermine the extents of functions, and looking at function prologuesfor stack adjusting instructions. A call-graph is created by lookingfor relocations on branch instructions. The graph is then searchedfor the maximum stack usage path. Note that this analysis does notfind calls made via function pointers, and does not handle recursionand other cycles in the call graph. Stack usage may beunder-estimated if your code makes such calls. Also, stack usage fordynamic allocation, e.g. alloca, will not be detected. If a link mapis requested, detailed information about each function's stack usageand calls will be given.@cindex SPU@kindex --emit-stack-syms@item --emit-stack-symsThis option, if given along with @option{--stack-analysis} will resultin @command{ld} emitting stack sizing symbols for each function.These take the form @code{__stack_<function_name>} for globalfunctions, and @code{__stack_<number>_<function_name>} for staticfunctions. @code{<number>} is the section id in hex. The value ofsuch symbols is the stack requirement for the corresponding function.The symbol size will be zero, type @code{STT_NOTYPE}, binding@code{STB_LOCAL}, and section @code{SHN_ABS}.@end table@ifclear GENERIC@lowersections@end ifclear@end ifset@ifset TICOFF@ifclear GENERIC@raisesections@end ifclear@node TI COFF@section @command{ld}'s Support for Various TI COFF Versions@cindex TI COFF versions@kindex --format=@var{version}The @samp{--format} switch allows selection of one of the variousTI COFF versions. The latest of this writing is 2; versions 0 and 1 arealso supported. The TI COFF versions also vary in header byte-orderformat; @command{ld} will read any version or byte order, but the outputheader format depends on the default specified by the specific target.@ifclear GENERIC@lowersections@end ifclear@end ifset@ifset WIN32@ifclear GENERIC@raisesections@end ifclear@node WIN32@section @command{ld} and WIN32 (cygwin/mingw)This section describes some of the win32 specific @command{ld} issues.See @ref{Options,,Command Line Options} for detailed description of thecommand line options mentioned here.@table @emph@cindex import libraries@item import librariesThe standard Windows linker creates and uses so-called importlibraries, which contains information for linking to dll's. They areregular static archives and are handled as any other staticarchive. The cygwin and mingw ports of @command{ld} have specificsupport for creating such libraries provided with the@samp{--out-implib} command line option.@item exporting DLL symbols@cindex exporting DLL symbolsThe cygwin/mingw @command{ld} has several ways to export symbols for dll's.@table @emph@item using auto-export functionality@cindex using auto-export functionalityBy default @command{ld} exports symbols with the auto-export functionality,which is controlled by the following command line options:@itemize@item --export-all-symbols [This is the default]@item --exclude-symbols@item --exclude-libs@end itemizeIf, however, @samp{--export-all-symbols} is not given explicitly on thecommand line, then the default auto-export behavior will be @emph{disabled}if either of the following are true:@itemize@item A DEF file is used.@item Any symbol in any object file was marked with the __declspec(dllexport) attribute.@end itemize@item using a DEF file@cindex using a DEF fileAnother way of exporting symbols is using a DEF file. A DEF file isan ASCII file containing definitions of symbols which should beexported when a dll is created. Usually it is named @samp{<dllname>.def} and is added as any other object file to the linker'scommand line. The file's name must end in @samp{.def} or @samp{.DEF}.@examplegcc -o <output> <objectfiles> <dll name>.def@end exampleUsing a DEF file turns off the normal auto-export behavior, unless the@samp{--export-all-symbols} option is also used.Here is an example of a DEF file for a shared library called @samp{xyz.dll}:@exampleLIBRARY "xyz.dll" BASE=0x20000000EXPORTSfoobar_bar = baranother_foo = abc.dll.afoovar1 DATA@end exampleThis example defines a DLL with a non-default base address and fivesymbols in the export table. The third exported symbol @code{_bar} is analias for the second. The fourth symbol, @code{another_foo} is resolvedby "forwarding" to another module and treating it as an alias for@code{afoo} exported from the DLL @samp{abc.dll}. The final symbol@code{var1} is declared to be a data object.The optional @code{LIBRARY <name>} command indicates the @emph{internal}name of the output DLL. If @samp{<name>} does not include a suffix,the default library suffix, @samp{.DLL} is appended.When the .DEF file is used to build an application, rather than alibrary, the @code{NAME <name>} command should be used instead of@code{LIBRARY}. If @samp{<name>} does not include a suffix, the defaultexecutable suffix, @samp{.EXE} is appended.With either @code{LIBRARY <name>} or @code{NAME <name>} the optionalspecification @code{BASE = <number>} may be used to specify anon-default base address for the image.If neither @code{LIBRARY <name>} nor @code{NAME <name>} is specified,or they specify an empty string, the internal name is the same as thefilename specified on the command line.The complete specification of an export symbol is:@exampleEXPORTS( ( ( <name1> [ = <name2> ] )| ( <name1> = <module-name> . <external-name>))[ @@ <integer> ] [NONAME] [DATA] [CONSTANT] [PRIVATE] ) *@end exampleDeclares @samp{<name1>} as an exported symbol from the DLL, or declares@samp{<name1>} as an exported alias for @samp{<name2>}; or declares@samp{<name1>} as a "forward" alias for the symbol@samp{<external-name>} in the DLL @samp{<module-name>}.Optionally, the symbol may be exported by the specified ordinal@samp{<integer>} alias.The optional keywords that follow the declaration indicate:@code{NONAME}: Do not put the symbol name in the DLL's export table. Itwill still be exported by its ordinal alias (either the value specifiedby the .def specification or, otherwise, the value assigned by thelinker). The symbol name, however, does remain visible in the importlibrary (if any), unless @code{PRIVATE} is also specified.@code{DATA}: The symbol is a variable or object, rather than a function.The import lib will export only an indirect reference to @code{foo} asthe symbol @code{_imp__foo} (ie, @code{foo} must be resolved as@code{*_imp__foo}).@code{CONSTANT}: Like @code{DATA}, but put the undecorated @code{foo} aswell as @code{_imp__foo} into the import library. Both refer to theread-only import address table's pointer to the variable, not to thevariable itself. This can be dangerous. If the user code fails to addthe @code{dllimport} attribute and also fails to explicitly add theextra indirection that the use of the attribute enforces, theapplication will behave unexpectedly.@code{PRIVATE}: Put the symbol in the DLL's export table, but do not putit into the static import library used to resolve imports at link time. Thesymbol can still be imported using the @code{LoadLibrary/GetProcAddress}API at runtime or by by using the GNU ld extension of linking directly tothe DLL without an import library.See ld/deffilep.y in the binutils sources for the full specification ofother DEF file statements@cindex creating a DEF fileWhile linking a shared dll, @command{ld} is able to create a DEF filewith the @samp{--output-def <file>} command line option.@item Using decorations@cindex Using decorationsAnother way of marking symbols for export is to modify the source codeitself, so that when building the DLL each symbol to be exported isdeclared as:@example__declspec(dllexport) int a_variable__declspec(dllexport) void a_function(int with_args)@end exampleAll such symbols will be exported from the DLL. If, however,any of the object files in the DLL contain symbols decorated inthis way, then the normal auto-export behavior is disabled, unlessthe @samp{--export-all-symbols} option is also used.Note that object files that wish to access these symbols must @emph{not}decorate them with dllexport. Instead, they should use dllimport,instead:@example__declspec(dllimport) int a_variable__declspec(dllimport) void a_function(int with_args)@end exampleThis complicates the structure of library header files, becausewhen included by the library itself the header must declare thevariables and functions as dllexport, but when included by clientcode the header must declare them as dllimport. There are a numberof idioms that are typically used to do this; often client code canomit the __declspec() declaration completely. See@samp{--enable-auto-import} and @samp{automatic data imports} for moreinformation.@end table@cindex automatic data imports@item automatic data importsThe standard Windows dll format supports data imports from dlls onlyby adding special decorations (dllimport/dllexport), which let thecompiler produce specific assembler instructions to deal with thisissue. This increases the effort necessary to port existing Un*xcode to these platforms, especially for largec++ libraries and applications. The auto-import feature, which wasinitially provided by Paul Sokolovsky, allows one to omit thedecorations to achieve a behavior that conforms to that on POSIX/Un*xplatforms. This feature is enabled with the @samp{--enable-auto-import}command-line option, although it is enabled by default on cygwin/mingw.The @samp{--enable-auto-import} option itself now serves mainly tosuppress any warnings that are ordinarily emitted when linked objectstrigger the feature's use.auto-import of variables does not always work flawlessly withoutadditional assistance. Sometimes, you will see this message"variable '<var>' can't be auto-imported. Please read thedocumentation for ld's @code{--enable-auto-import} for details."The @samp{--enable-auto-import} documentation explains why this erroroccurs, and several methods that can be used to overcome this difficulty.One of these methods is the @emph{runtime pseudo-relocs} feature, describedbelow.@cindex runtime pseudo-relocationFor complex variables imported from DLLs (such as structs or classes),object files typically contain a base address for the variable and anoffset (@emph{addend}) within the variable--to specify a particularfield or public member, for instance. Unfortunately, the runtime loader usedin win32 environments is incapable of fixing these references at runtimewithout the additional information supplied by dllimport/dllexport decorations.The standard auto-import feature described above is unable to resolve thesereferences.The @samp{--enable-runtime-pseudo-relocs} switch allows these references tobe resolved without error, while leaving the task of adjusting the referencesthemselves (with their non-zero addends) to specialized code provided by theruntime environment. Recent versions of the cygwin and mingw environments andcompilers provide this runtime support; older versions do not. However, thesupport is only necessary on the developer's platform; the compiled result willrun without error on an older system.@samp{--enable-runtime-pseudo-relocs} is not the default; it must be explicitlyenabled as needed.@cindex direct linking to a dll@item direct linking to a dllThe cygwin/mingw ports of @command{ld} support the direct linking,including data symbols, to a dll without the usage of any importlibraries. This is much faster and uses much less memory than does thetraditional import library method, especially when linking largelibraries or applications. When @command{ld} creates an import lib, eachfunction or variable exported from the dll is stored in its own bfd, eventhough a single bfd could contain many exports. The overhead involved instoring, loading, and processing so many bfd's is quite large, and explains thetremendous time, memory, and storage needed to link against particularlylarge or complex libraries when using import libs.Linking directly to a dll uses no extra command-line switches other than@samp{-L} and @samp{-l}, because @command{ld} already searches for a numberof names to match each library. All that is needed from the developer'sperspective is an understanding of this search, in order to force ld toselect the dll instead of an import library.For instance, when ld is called with the argument @samp{-lxxx} it will attemptto find, in the first directory of its search path,@examplelibxxx.dll.axxx.dll.alibxxx.axxx.libcygxxx.dll (*)libxxx.dllxxx.dll@end examplebefore moving on to the next directory in the search path.(*) Actually, this is not @samp{cygxxx.dll} but in fact is @samp{<prefix>xxx.dll},where @samp{<prefix>} is set by the @command{ld} option@samp{--dll-search-prefix=<prefix>}. In the case of cygwin, the standard gcc specfile includes @samp{--dll-search-prefix=cyg}, so in effect we actually search for@samp{cygxxx.dll}.Other win32-based unix environments, such as mingw or pw32, may use other@samp{<prefix>}es, although at present only cygwin makes use of this feature. Itwas originally intended to help avoid name conflicts among dll's built for thevarious win32/un*x environments, so that (for example) two versions of a zlib dllcould coexist on the same machine.The generic cygwin/mingw path layout uses a @samp{bin} directory forapplications and dll's and a @samp{lib} directory for the importlibraries (using cygwin nomenclature):@examplebin/cygxxx.dlllib/libxxx.dll.a (in case of dll's)libxxx.a (in case of static archive)@end exampleLinking directly to a dll without using the import library can bedone two ways:1. Use the dll directly by adding the @samp{bin} path to the link line@examplegcc -Wl,-verbose -o a.exe -L../bin/ -lxxx@end exampleHowever, as the dll's often have version numbers appended to their names(@samp{cygncurses-5.dll}) this will often fail, unless one specifies@samp{-L../bin -lncurses-5} to include the version. Import libs are generallynot versioned, and do not have this difficulty.2. Create a symbolic link from the dll to a file in the @samp{lib}directory according to the above mentioned search pattern. Thisshould be used to avoid unwanted changes in the tools needed formaking the app/dll.@exampleln -s bin/cygxxx.dll lib/[cyg|lib|]xxx.dll[.a]@end exampleThen you can link without any make environment changes.@examplegcc -Wl,-verbose -o a.exe -L../lib/ -lxxx@end exampleThis technique also avoids the version number problems, because the following isperfectly legal@examplebin/cygxxx-5.dlllib/libxxx.dll.a -> ../bin/cygxxx-5.dll@end exampleLinking directly to a dll without using an import lib will workeven when auto-import features are exercised, and even when@samp{--enable-runtime-pseudo-relocs} is used.Given the improvements in speed and memory usage, one might justifiablywonder why import libraries are used at all. There are three reasons:1. Until recently, the link-directly-to-dll functionality did @emph{not}work with auto-imported data.2. Sometimes it is necessary to include pure static objects within theimport library (which otherwise contains only bfd's for indirectionsymbols that point to the exports of a dll). Again, the import libfor the cygwin kernel makes use of this ability, and it is notpossible to do this without an import lib.3. Symbol aliases can only be resolved using an import lib. This iscritical when linking against OS-supplied dll's (eg, the win32 API)in which symbols are usually exported as undecorated aliases of theirstdcall-decorated assembly names.So, import libs are not going away. But the ability to replacetrue import libs with a simple symbolic link to (or a copy of)a dll, in many cases, is a useful addition to the suite of toolsbinutils makes available to the win32 developer. Given themassive improvements in memory requirements during linking, storagerequirements, and linking speed, we expect that many developerswill soon begin to use this feature whenever possible.@item symbol aliasing@table @emph@item adding additional namesSometimes, it is useful to export symbols with additional names.A symbol @samp{foo} will be exported as @samp{foo}, but it can also beexported as @samp{_foo} by using special directives in the DEF filewhen creating the dll. This will affect also the optional createdimport library. Consider the following DEF file:@exampleLIBRARY "xyz.dll" BASE=0x61000000EXPORTSfoo_foo = foo@end exampleThe line @samp{_foo = foo} maps the symbol @samp{foo} to @samp{_foo}.Another method for creating a symbol alias is to create it in thesource code using the "weak" attribute:@examplevoid foo () @{ /* Do something. */; @}void _foo () __attribute__ ((weak, alias ("foo")));@end exampleSee the gcc manual for more information about attributes and weaksymbols.@item renaming symbolsSometimes it is useful to rename exports. For instance, the cygwinkernel does this regularly. A symbol @samp{_foo} can be exported as@samp{foo} but not as @samp{_foo} by using special directives in theDEF file. (This will also affect the import library, if it iscreated). In the following example:@exampleLIBRARY "xyz.dll" BASE=0x61000000EXPORTS_foo = foo@end exampleThe line @samp{_foo = foo} maps the exported symbol @samp{foo} to@samp{_foo}.@end tableNote: using a DEF file disables the default auto-export behavior,unless the @samp{--export-all-symbols} command line option is used.If, however, you are trying to rename symbols, then you should list@emph{all} desired exports in the DEF file, including the symbolsthat are not being renamed, and do @emph{not} use the@samp{--export-all-symbols} option. If you list only therenamed symbols in the DEF file, and use @samp{--export-all-symbols}to handle the other symbols, then the both the new names @emph{and}the original names for the renamed symbols will be exported.In effect, you'd be aliasing those symbols, not renaming them,which is probably not what you wanted.@cindex weak externals@item weak externalsThe Windows object format, PE, specifies a form of weak symbols calledweak externals. When a weak symbol is linked and the symbol is notdefined, the weak symbol becomes an alias for some other symbol. Thereare three variants of weak externals:@itemize@item Definition is searched for in objects and libraries, historicallycalled lazy externals.@item Definition is searched for only in other objects, not in libraries.This form is not presently implemented.@item No search; the symbol is an alias. This form is not presentlyimplemented.@end itemizeAs a GNU extension, weak symbols that do not specify an alternate symbolare supported. If the symbol is undefined when linking, the symboluses a default value.@end table@ifclear GENERIC@lowersections@end ifclear@end ifset@ifset XTENSA@ifclear GENERIC@raisesections@end ifclear@node Xtensa@section @code{ld} and Xtensa Processors@cindex Xtensa processorsThe default @command{ld} behavior for Xtensa processors is to interpret@code{SECTIONS} commands so that lists of explicitly named sections in aspecification with a wildcard file will be interleaved when necessary tokeep literal pools within the range of PC-relative load offsets. Forexample, with the command:@smallexampleSECTIONS@{.text : @{*(.literal .text)@}@}@end smallexample@noindent@command{ld} may interleave some of the @code{.literal}and @code{.text} sections from different object files to ensure that theliteral pools are within the range of PC-relative load offsets. A validinterleaving might place the @code{.literal} sections from an initialgroup of files followed by the @code{.text} sections of that group offiles. Then, the @code{.literal} sections from the rest of the filesand the @code{.text} sections from the rest of the files would follow.@cindex @option{--relax} on Xtensa@cindex relaxing on XtensaRelaxation is enabled by default for the Xtensa version of @command{ld} andprovides two important link-time optimizations. The first optimizationis to combine identical literal values to reduce code size. A redundantliteral will be removed and all the @code{L32R} instructions that use itwill be changed to reference an identical literal, as long as thelocation of the replacement literal is within the offset range of allthe @code{L32R} instructions. The second optimization is to removeunnecessary overhead from assembler-generated ``longcall'' sequences of@code{L32R}/@code{CALLX@var{n}} when the target functions are withinrange of direct @code{CALL@var{n}} instructions.For each of these cases where an indirect call sequence can be optimizedto a direct call, the linker will change the @code{CALLX@var{n}}instruction to a @code{CALL@var{n}} instruction, remove the @code{L32R}instruction, and remove the literal referenced by the @code{L32R}instruction if it is not used for anything else. Removing the@code{L32R} instruction always reduces code size but can potentiallyhurt performance by changing the alignment of subsequent branch targets.By default, the linker will always preserve alignments, either byswitching some instructions between 24-bit encodings and the equivalentdensity instructions or by inserting a no-op in place of the @code{L32R}instruction that was removed. If code size is more important thanperformance, the @option{--size-opt} option can be used to prevent thelinker from widening density instructions or inserting no-ops, except ina few cases where no-ops are required for correctness.The following Xtensa-specific command-line options can be used tocontrol the linker:@cindex Xtensa options@table @option@kindex --no-relax@item --no-relaxSince the Xtensa version of @code{ld} enables the @option{--relax} optionby default, the @option{--no-relax} option is provided to disablerelaxation.@item --size-optWhen optimizing indirect calls to direct calls, optimize for code sizemore than performance. With this option, the linker will not insertno-ops or widen density instructions to preserve branch targetalignment. There may still be some cases where no-ops are required topreserve the correctness of the code.@end table@ifclear GENERIC@lowersections@end ifclear@end ifset@ifclear SingleFormat@node BFD@chapter BFD@cindex back end@cindex object file management@cindex object formats available@kindex objdump -iThe linker accesses object and archive files using the BFD libraries.These libraries allow the linker to use the same routines to operate onobject files whatever the object file format. A different object fileformat can be supported simply by creating a new BFD back end and addingit to the library. To conserve runtime memory, however, the linker andassociated tools are usually configured to support only a subset of theobject file formats available. You can use @code{objdump -i}(@pxref{objdump,,objdump,binutils.info,The GNU Binary Utilities}) tolist all the formats available for your configuration.@cindex BFD requirements@cindex requirements for BFDAs with most implementations, BFD is a compromise betweenseveral conflicting requirements. The major factor influencingBFD design was efficiency: any time used converting betweenformats is time which would not have been spent had BFD notbeen involved. This is partly offset by abstraction payback; sinceBFD simplifies applications and back ends, more time and caremay be spent optimizing algorithms for a greater speed.One minor artifact of the BFD solution which you should bear inmind is the potential for information loss. There are two places whereuseful information can be lost using the BFD mechanism: duringconversion and during output. @xref{BFD information loss}.@menu* BFD outline:: How it works: an outline of BFD@end menu@node BFD outline@section How It Works: An Outline of BFD@cindex opening object files@include bfdsumm.texi@end ifclear@node Reporting Bugs@chapter Reporting Bugs@cindex bugs in @command{ld}@cindex reporting bugs in @command{ld}Your bug reports play an essential role in making @command{ld} reliable.Reporting a bug may help you by bringing a solution to your problem, orit may not. But in any case the principal function of a bug report isto help the entire community by making the next version of @command{ld}work better. Bug reports are your contribution to the maintenance of@command{ld}.In order for a bug report to serve its purpose, you must include theinformation that enables us to fix the bug.@menu* Bug Criteria:: Have you found a bug?* Bug Reporting:: How to report bugs@end menu@node Bug Criteria@section Have You Found a Bug?@cindex bug criteriaIf you are not sure whether you have found a bug, here are some guidelines:@itemize @bullet@cindex fatal signal@cindex linker crash@cindex crash of linker@itemIf the linker gets a fatal signal, for any input whatever, that is a@command{ld} bug. Reliable linkers never crash.@cindex error on valid input@itemIf @command{ld} produces an error message for valid input, that is a bug.@cindex invalid input@itemIf @command{ld} does not produce an error message for invalid input, thatmay be a bug. In the general case, the linker can not verify thatobject files are correct.@itemIf you are an experienced user of linkers, your suggestions forimprovement of @command{ld} are welcome in any case.@end itemize@node Bug Reporting@section How to Report Bugs@cindex bug reports@cindex @command{ld} bugs, reportingA number of companies and individuals offer support for @sc{gnu}products. If you obtained @command{ld} from a support organization, werecommend you contact that organization first.You can find contact information for many support companies andindividuals in the file @file{etc/SERVICE} in the @sc{gnu} Emacsdistribution.@ifset BUGURLOtherwise, send bug reports for @command{ld} to@value{BUGURL}.@end ifsetThe fundamental principle of reporting bugs usefully is this:@strong{report all the facts}. If you are not sure whether to state afact or leave it out, state it!Often people omit facts because they think they know what causes theproblem and assume that some details do not matter. Thus, you mightassume that the name of a symbol you use in an example does notmatter. Well, probably it does not, but one cannot be sure. Perhapsthe bug is a stray memory reference which happens to fetch from thelocation where that name is stored in memory; perhaps, if the namewere different, the contents of that location would fool the linkerinto doing the right thing despite the bug. Play it safe and give aspecific, complete example. That is the easiest thing for you to do,and the most helpful.Keep in mind that the purpose of a bug report is to enable us to fixthe bug if it is new to us. Therefore, always write your bug reportson the assumption that the bug has not been reported previously.Sometimes people give a few sketchy facts and ask, ``Does this ring abell?'' This cannot help us fix a bug, so it is basically useless. Werespond by asking for enough details to enable us to investigate.You might as well expedite matters by sending them to begin with.To enable us to fix the bug, you should include all these things:@itemize @bullet@itemThe version of @command{ld}. @command{ld} announces it if you start it withthe @samp{--version} argument.Without this, we will not know whether there is any point in looking forthe bug in the current version of @command{ld}.@itemAny patches you may have applied to the @command{ld} source, including anypatches made to the @code{BFD} library.@itemThe type of machine you are using, and the operating system name andversion number.@itemWhat compiler (and its version) was used to compile @command{ld}---e.g.``@code{gcc-2.7}''.@itemThe command arguments you gave the linker to link your example andobserve the bug. To guarantee you will not omit something important,list them all. A copy of the Makefile (or the output from make) issufficient.If we were to try to guess the arguments, we would probably guess wrongand then we might not encounter the bug.@itemA complete input file, or set of input files, that will reproduce thebug. It is generally most helpful to send the actual object filesprovided that they are reasonably small. Say no more than 10K. Forbigger files you can either make them available by FTP or HTTP or elsestate that you are willing to send the object file(s) to whomeverrequests them. (Note - your email will be going to a mailing list, sowe do not want to clog it up with large attachments). But smallattachments are best.If the source files were assembled using @code{gas} or compiled using@code{gcc}, then it may be OK to send the source files rather than theobject files. In this case, be sure to say exactly what version of@code{gas} or @code{gcc} was used to produce the object files. Also sayhow @code{gas} or @code{gcc} were configured.@itemA description of what behavior you observe that you believe isincorrect. For example, ``It gets a fatal signal.''Of course, if the bug is that @command{ld} gets a fatal signal, then wewill certainly notice it. But if the bug is incorrect output, we mightnot notice unless it is glaringly wrong. You might as well not give usa chance to make a mistake.Even if the problem you experience is a fatal signal, you should stillsay so explicitly. Suppose something strange is going on, such as, yourcopy of @command{ld} is out of sync, or you have encountered a bug in theC library on your system. (This has happened!) Your copy might crashand ours would not. If you told us to expect a crash, then when oursfails to crash, we would know that the bug was not happening for us. Ifyou had not told us to expect a crash, then we would not be able to drawany conclusion from our observations.@itemIf you wish to suggest changes to the @command{ld} source, send us contextdiffs, as generated by @code{diff} with the @samp{-u}, @samp{-c}, or@samp{-p} option. Always send diffs from the old file to the new file.If you even discuss something in the @command{ld} source, refer to it bycontext, not by line number.The line numbers in our development sources will not match those in yoursources. Your line numbers would convey no useful information to us.@end itemizeHere are some things that are not necessary:@itemize @bullet@itemA description of the envelope of the bug.Often people who encounter a bug spend a lot of time investigatingwhich changes to the input file will make the bug go away and whichchanges will not affect it.This is often time consuming and not very useful, because the way wewill find the bug is by running a single example under the debuggerwith breakpoints, not by pure deduction from a series of examples.We recommend that you save your time for something else.Of course, if you can find a simpler example to report @emph{instead}of the original one, that is a convenience for us. Errors in theoutput will be easier to spot, running under the debugger will takeless time, and so on.However, simplification is not vital; if you do not want to do this,report the bug anyway and send us the entire test case you used.@itemA patch for the bug.A patch for the bug does help us if it is a good one. But do not omitthe necessary information, such as the test case, on the assumption thata patch is all we need. We might see problems with your patch and decideto fix the problem another way, or we might not understand it at all.Sometimes with a program as complicated as @command{ld} it is very hard toconstruct an example that will make the program follow a certain paththrough the code. If you do not send us the example, we will not beable to construct one, so we will not be able to verify that the bug isfixed.And if we cannot understand what bug you are trying to fix, or why yourpatch should be an improvement, we will not install it. A test case willhelp us to understand.@itemA guess about what the bug is or what it depends on.Such guesses are usually wrong. Even we cannot guess right about suchthings without first using the debugger to find the facts.@end itemize@node MRI@appendix MRI Compatible Script Files@cindex MRI compatibilityTo aid users making the transition to @sc{gnu} @command{ld} from the MRIlinker, @command{ld} can use MRI compatible linker scripts as analternative to the more general-purpose linker scripting languagedescribed in @ref{Scripts}. MRI compatible linker scripts have a muchsimpler command set than the scripting language otherwise used with@command{ld}. @sc{gnu} @command{ld} supports the most commonly used MRIlinker commands; these commands are described here.In general, MRI scripts aren't of much use with the @code{a.out} objectfile format, since it only has three sections and MRI scripts lack somefeatures to make use of them.You can specify a file containing an MRI-compatible script using the@samp{-c} command-line option.Each command in an MRI-compatible script occupies its own line; eachcommand line starts with the keyword that identifies the command (thoughblank lines are also allowed for punctuation). If a line of anMRI-compatible script begins with an unrecognized keyword, @command{ld}issues a warning message, but continues processing the script.Lines beginning with @samp{*} are comments.You can write these commands using all upper-case letters, or alllower case; for example, @samp{chip} is the same as @samp{CHIP}.The following list shows only the upper-case form of each command.@table @code@cindex @code{ABSOLUTE} (MRI)@item ABSOLUTE @var{secname}@itemx ABSOLUTE @var{secname}, @var{secname}, @dots{} @var{secname}Normally, @command{ld} includes in the output file all sections from allthe input files. However, in an MRI-compatible script, you can use the@code{ABSOLUTE} command to restrict the sections that will be present inyour output program. If the @code{ABSOLUTE} command is used at all in ascript, then only the sections named explicitly in @code{ABSOLUTE}commands will appear in the linker output. You can still use otherinput sections (whatever you select on the command line, or using@code{LOAD}) to resolve addresses in the output file.@cindex @code{ALIAS} (MRI)@item ALIAS @var{out-secname}, @var{in-secname}Use this command to place the data from input section @var{in-secname}in a section called @var{out-secname} in the linker output file.@var{in-secname} may be an integer.@cindex @code{ALIGN} (MRI)@item ALIGN @var{secname} = @var{expression}Align the section called @var{secname} to @var{expression}. The@var{expression} should be a power of two.@cindex @code{BASE} (MRI)@item BASE @var{expression}Use the value of @var{expression} as the lowest address (other thanabsolute addresses) in the output file.@cindex @code{CHIP} (MRI)@item CHIP @var{expression}@itemx CHIP @var{expression}, @var{expression}This command does nothing; it is accepted only for compatibility.@cindex @code{END} (MRI)@item ENDThis command does nothing whatever; it's only accepted for compatibility.@cindex @code{FORMAT} (MRI)@item FORMAT @var{output-format}Similar to the @code{OUTPUT_FORMAT} command in the more general linkerlanguage, but restricted to one of these output formats:@enumerate@itemS-records, if @var{output-format} is @samp{S}@itemIEEE, if @var{output-format} is @samp{IEEE}@itemCOFF (the @samp{coff-m68k} variant in BFD), if @var{output-format} is@samp{COFF}@end enumerate@cindex @code{LIST} (MRI)@item LIST @var{anything}@dots{}Print (to the standard output file) a link map, as produced by the@command{ld} command-line option @samp{-M}.The keyword @code{LIST} may be followed by anything on thesame line, with no change in its effect.@cindex @code{LOAD} (MRI)@item LOAD @var{filename}@itemx LOAD @var{filename}, @var{filename}, @dots{} @var{filename}Include one or more object file @var{filename} in the link; this has thesame effect as specifying @var{filename} directly on the @command{ld}command line.@cindex @code{NAME} (MRI)@item NAME @var{output-name}@var{output-name} is the name for the program produced by @command{ld}; theMRI-compatible command @code{NAME} is equivalent to the command-lineoption @samp{-o} or the general script language command @code{OUTPUT}.@cindex @code{ORDER} (MRI)@item ORDER @var{secname}, @var{secname}, @dots{} @var{secname}@itemx ORDER @var{secname} @var{secname} @var{secname}Normally, @command{ld} orders the sections in its output file in theorder in which they first appear in the input files. In an MRI-compatiblescript, you can override this ordering with the @code{ORDER} command. Thesections you list with @code{ORDER} will appear first in your outputfile, in the order specified.@cindex @code{PUBLIC} (MRI)@item PUBLIC @var{name}=@var{expression}@itemx PUBLIC @var{name},@var{expression}@itemx PUBLIC @var{name} @var{expression}Supply a value (@var{expression}) for external symbol@var{name} used in the linker input files.@cindex @code{SECT} (MRI)@item SECT @var{secname}, @var{expression}@itemx SECT @var{secname}=@var{expression}@itemx SECT @var{secname} @var{expression}You can use any of these three forms of the @code{SECT} command tospecify the start address (@var{expression}) for section @var{secname}.If you have more than one @code{SECT} statement for the same@var{secname}, only the @emph{first} sets the start address.@end table@include fdl.texi@node LD Index@unnumbered LD Index@printindex cp@tex% I think something like @colophon should be in texinfo. In the% meantime:\long\def\colophon{\hbox to0pt{}\vfill\centerline{The body of this manual is set in}\centerline{\fontname\tenrm,}\centerline{with headings in {\bf\fontname\tenbf}}\centerline{and examples in {\tt\fontname\tentt}.}\centerline{{\it\fontname\tenit\/} and}\centerline{{\sl\fontname\tensl\/}}\centerline{are used for emphasis.}\vfill}\page\colophon% Blame: doc@cygnus.com, 28mar91.@end tex@bye