Handle .rdata_runtime_pseudo_reloc sections.
This commit is contained in:
parent
7065849339
commit
ad5211bec5
2 changed files with 10 additions and 0 deletions
|
@ -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>
|
2002-08-27 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
* emultempl/armelf.em: Revert this patch, it is not needed.
|
* emultempl/armelf.em: Revert this patch, it is not needed.
|
||||||
|
|
|
@ -85,6 +85,11 @@ SECTIONS
|
||||||
*(.rdata)
|
*(.rdata)
|
||||||
${R_RDATA}
|
${R_RDATA}
|
||||||
*(.eh_frame)
|
*(.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__)} :
|
.pdata ${RELOCATING+BLOCK(__section_alignment__)} :
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue