mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-29 23:10:26 +00:00
Handle .rdata_runtime_pseudo_reloc sections.
This commit is contained in:
parent
7065849339
commit
ad5211bec5
@ -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.
|
||||
|
@ -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__)} :
|
||||
|
Loading…
Reference in New Issue
Block a user