summaryrefslogtreecommitdiff
path: root/ld/emulparams/i386pep.sh
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2007-10-01 09:54:58 +0000
committerNick Clifton <nickc@redhat.com>2007-10-01 09:54:58 +0000
commit167ca6184386ce23b07b59bd17f4a822abbbea30 (patch)
tree3dcb389e7b604c31e08147740170c139165020da /ld/emulparams/i386pep.sh
parent106de1e4094fce156ef50fd31a2fd23da791a55b (diff)
downloadbinutils-redhat-167ca6184386ce23b07b59bd17f4a822abbbea30.tar.gz
PR linker/4844
* genscript.sh: Add support for generating a .xa script for use with the --auto-import option. * ld.texinfo: Document the new behaviour of the --auto-import option. * ldint.texinfo: Document new script generation. * emulparams/i386pe.sh (GENERATE_AUTO_IMPORT): Define. * emulparams/i386pe_posix.sh (GENERATE_AUTO_IMPORT): Define. * emulparams/i386pep.sh (GENERATE_AUTO_IMPORT): Define. * emultemp/pe.em (..._get_script): Support the use of the auto import script. * scripttempl/pe.sc: Put the .rdata input sections into the .data output section when creating an auto import script. * scripttempl/pep.sc: Likewise.
Diffstat (limited to 'ld/emulparams/i386pep.sh')
-rw-r--r--ld/emulparams/i386pep.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/ld/emulparams/i386pep.sh b/ld/emulparams/i386pep.sh
index d20f3aba5f..7145f35539 100644
--- a/ld/emulparams/i386pep.sh
+++ b/ld/emulparams/i386pep.sh
@@ -7,3 +7,4 @@ ENTRY="_mainCRTStartup"
SUBSYSTEM=PE_DEF_SUBSYSTEM
INITIAL_SYMBOL_CHAR=\"_\"
TARGET_PAGE_SIZE=0x1000
+GENERATE_AUTO_IMPORT_SCRIPT=1