Handle .rdata_runtime_pseudo_reloc sections.
authorNick Clifton <nickc@redhat.com>
Tue, 27 Aug 2002 11:12:53 +0000 (11:12 +0000)
committerNick Clifton <nickc@redhat.com>
Tue, 27 Aug 2002 11:12:53 +0000 (11:12 +0000)
ld/ChangeLog
ld/scripttempl/pe.sc

index e487f111ea2fbe480e880c2f129da56ee87908c5..a8995e540e6cc6040d18078b30345ad6f890fcf7 100644 (file)
@@ -1,3 +1,8 @@
+2002-08-27  Egor Duda  <deo@logos-m.ru>
+
+       * scripttempl/pe.sc: Handle .rdata_runtime_pseudo_reloc sections.
+       Add symbols for application to access them.
+
 2002-08-27  Nick Clifton  <nickc@redhat.com>
 
        * emultempl/armelf.em:  Revert this patch, it is not needed.
index 2f24757e422ed1057a619ab690a86819a0ef8d60..0ca777fa6f3d61d636acfbe509e3970920768529 100644 (file)
@@ -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__)} :
This page took 0.028157 seconds and 4 git commands to generate.