From: Ian Lance Taylor Date: Sat, 12 Jun 1999 14:00:03 +0000 (+0000) Subject: * emultempl/pe.em (gld_${EMULATION_NAME}_after_parse): Don't add X-Git-Tag: gdb-1999-06-14~32 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2a275620b19294bde3a5c574f75b54aba222c76c;p=external%2Fbinutils.git * emultempl/pe.em (gld_${EMULATION_NAME}_after_parse): Don't add entry_symbol as an undefined symbol when doing a relocateable link. From . --- diff --git a/ld/ChangeLog b/ld/ChangeLog index 8ef9ca6..060b9ab 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,9 @@ +1999-06-12 Ian Lance Taylor + + * emultempl/pe.em (gld_${EMULATION_NAME}_after_parse): Don't add + entry_symbol as an undefined symbol when doing a relocateable + link. From . + 1999-06-12 David O'Brien * configure.tgt: (i[3456]86-*-freebsd*): Now defaults to ELF. diff --git a/ld/emultempl/pe.em b/ld/emultempl/pe.em index 7b213b1..671f490 100644 --- a/ld/emultempl/pe.em +++ b/ld/emultempl/pe.em @@ -3,7 +3,7 @@ (echo;echo;echo;echo)>e${EMULATION_NAME}.c # there, now line numbers match ;-) cat >>e${EMULATION_NAME}.c <