From 94d8217d652d28bf71ba768b142f5cc51086111e Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Sat, 7 Jun 1997 03:48:00 +0000 Subject: [PATCH] * scripttempl/pe.sc: Add zeroes after .idata$3 to mark the end of the import list. --- ld/ChangeLog | 18 ++++++- ld/scripttempl/pe.sc | 114 ++++++++++++++++++++----------------------- 2 files changed, 69 insertions(+), 63 deletions(-) diff --git a/ld/ChangeLog b/ld/ChangeLog index 2e30fa5ec6c..ecde35f00b2 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,19 @@ +Fri Jun 6 23:47:42 1997 Ian Lance Taylor + + * scripttempl/pe.sc: Add zeroes after .idata$3 to mark the end of + the import list. + +Thu May 29 13:13:22 1997 Ian Lance Taylor + + * emultempl/elf32.em (gld${EMULATION_NAME}_place_section): Don't + crash if an output section has no BFD section. + +Fri May 23 15:23:25 1997 Fred Fish + + * lexsup.c (ld_options): Add entry for the new "task-link" option. + (parse_args): Handle the "task-link" option. + (OPTION_TASK_LINK): Add define. + Wed May 21 17:44:15 1997 Ian Lance Taylor * ldmain.c (main): Correct check of fclose return value when @@ -5,7 +21,7 @@ Wed May 21 17:44:15 1997 Ian Lance Taylor Thu May 15 11:35:29 1997 Nick Clifton - * ldlang.c (lang_check): Add test of the return value from the + * ldlang.c (lang_check): Add test of the return value from the call to bfd_merge_private_bfd_data(). Mon May 12 23:22:58 1997 Ian Lance Taylor diff --git a/ld/scripttempl/pe.sc b/ld/scripttempl/pe.sc index bd9f27eee1c..b49756170a5 100644 --- a/ld/scripttempl/pe.sc +++ b/ld/scripttempl/pe.sc @@ -1,8 +1,5 @@ # Linker script for PE. -# These are substituted in as variables in order to get '}' in a shell -# conditional expansion. -INIT='.init : { *(.init) }' -FINI='.fini : { *(.fini) }' + cat <