aboutsummaryrefslogtreecommitdiff
path: root/ld/scripttempl/pe.sc
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>1999-05-11 21:06:50 +0000
committerDJ Delorie <dj@redhat.com>1999-05-11 21:06:50 +0000
commitc6c37250e98f113755e0d787f7070e2ac80ce77e (patch)
tree3b2e49d4a55d116d198dadd98aa4d944e1abbb2d /ld/scripttempl/pe.sc
parent09cda596de63a115baf24952deae289298a67a87 (diff)
downloadfsf-binutils-gdb-c6c37250e98f113755e0d787f7070e2ac80ce77e.zip
fsf-binutils-gdb-c6c37250e98f113755e0d787f7070e2ac80ce77e.tar.gz
fsf-binutils-gdb-c6c37250e98f113755e0d787f7070e2ac80ce77e.tar.bz2
1999-05-10 DJ Delorie <dj@cygnus.com>
* scripttempl/pe.sc: Specify the output arch, which Ian says is the Right Thing to do. * emultempl/pe.em: various changes to parameterize the target-specific information. (gld_i386pe_after_open): Detect and fix MS import libraries by renaming the member objects (which are all named the same). * pe-dll.c: various changes to parameterize the target-specific information. (generate_reloc): support relocs more generically to allow for expansion. (pe_exe_build_sections): new; used to add .relocs to .exes (pe_exe_fill_sections): ditto
Diffstat (limited to 'ld/scripttempl/pe.sc')
-rw-r--r--ld/scripttempl/pe.sc1
1 files changed, 1 insertions, 0 deletions
diff --git a/ld/scripttempl/pe.sc b/ld/scripttempl/pe.sc
index 7926bfe..6212d42 100644
--- a/ld/scripttempl/pe.sc
+++ b/ld/scripttempl/pe.sc
@@ -38,6 +38,7 @@ fi
cat <<EOF
${RELOCATING+OUTPUT_FORMAT(${OUTPUT_FORMAT})}
${RELOCATING-OUTPUT_FORMAT(${RELOCATEABLE_OUTPUT_FORMAT})}
+${OUTPUT_ARCH+OUTPUT_ARCH(${OUTPUT_ARCH})}
${LIB_SEARCH_DIRS}