From: nickc Date: Tue, 27 Aug 2002 11:12:52 +0000 (+0000) Subject: Handle .rdata_runtime_pseudo_reloc sections. X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=0aa015f7b787a74b121eada51b21e19aec45e467;p=pf3gnuchains%2Fsourceware.git Handle .rdata_runtime_pseudo_reloc sections. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index e487f111ea..a8995e540e 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2002-08-27 Egor Duda + + * scripttempl/pe.sc: Handle .rdata_runtime_pseudo_reloc sections. + Add symbols for application to access them. + 2002-08-27 Nick Clifton * emultempl/armelf.em: Revert this patch, it is not needed. diff --git a/ld/scripttempl/pe.sc b/ld/scripttempl/pe.sc index 2f24757e42..0ca777fa6f 100644 --- a/ld/scripttempl/pe.sc +++ b/ld/scripttempl/pe.sc @@ -85,6 +85,11 @@ SECTIONS *(.rdata) ${R_RDATA} *(.eh_frame) + ___RUNTIME_PSEUDO_RELOC_LIST__ = .; + __RUNTIME_PSEUDO_RELOC_LIST__ = .; + *(.rdata_runtime_pseudo_reloc) + ___RUNTIME_PSEUDO_RELOC_LIST_END__ = .; + __RUNTIME_PSEUDO_RELOC_LIST_END__ = .; } .pdata ${RELOCATING+BLOCK(__section_alignment__)} :