X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=ld%2Fldint.texinfo;h=f6007d498b04d21279b5c7496d9d1b9719a04884;hb=607a83c9432a15cc27bab7677270b1e6dd2d764e;hp=81a5adab7ff73d74eb327c8167d5cbbf7eb844bc;hpb=88bba78dc42680f0a6634a6784f6f188b2af2849;p=deliverable%2Fbinutils-gdb.git diff --git a/ld/ldint.texinfo b/ld/ldint.texinfo index 81a5adab7f..f6007d498b 100644 --- a/ld/ldint.texinfo +++ b/ld/ldint.texinfo @@ -237,7 +237,7 @@ If @code{SCRIPT_NAME} is set to @var{script}, @code{genscripts.sh} will invoke @file{scripttempl/@var{script}.sc}. The @file{genscripts.sh} script will invoke the @file{scripttempl} -script 5 to 8 times. Each time it will set the shell variable +script 5 to 9 times. Each time it will set the shell variable @code{LD_FLAG} to a different value. When the linker is run, the options used will direct it to select a particular script. (Script selection is controlled by the @code{get_script} emulation entry point; @@ -292,6 +292,13 @@ this value if @code{GENERATE_COMBRELOC_SCRIPT} is defined in the The @file{emultempl} script must arrange to use this script at the appropriate time, normally when the linker is invoked with the @code{-shared -z combreloc} option. The output has an extension of @file{.xsc}. +@item auto_import +The @file{scripttempl} script is only invoked with @code{LD_FLAG} set to +this value if @code{GENERATE_AUTO_IMPORT_SCRIPT} is defined in the +@file{emulparams} file. The @file{emultempl} script must arrange to +use this script at the appropriate time, normally when the linker is +invoked with the @code{--enable-auto-import} option. The output has +an extension of @file{.xa}. @end table Besides the shell variables set by the @file{emulparams} script, and the