(__RUNTIME_PSEUDO_RELOC_LIST__, __RUNTIME_PSEUDO_RELOC_LIST_END__): Add

only when relocating.
This commit is contained in:
Nick Clifton 2002-10-23 11:21:27 +00:00
parent 8df7094c00
commit 3637916721
2 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,8 @@
2002-10-21 Danny Smith <dannysmith@users.sourceforeg.net>
* scripttempl/pe.sc (__RUNTIME_PSEUDO_RELOC_LIST__,
__RUNTIME_PSEUDO_RELOC_LIST_END__): Add only when relocating.
2002-10-22 Alexandre Oliva <aoliva@redhat.com>
* emulparams/elf32bmipn32-defs.sh: Set ELFSIZE according to

View File

@ -85,11 +85,11 @@ SECTIONS
*(.rdata)
${R_RDATA}
*(.eh_frame)
___RUNTIME_PSEUDO_RELOC_LIST__ = .;
__RUNTIME_PSEUDO_RELOC_LIST__ = .;
${RELOCATING+___RUNTIME_PSEUDO_RELOC_LIST__ = .;}
${RELOCATING+__RUNTIME_PSEUDO_RELOC_LIST__ = .;}
*(.rdata_runtime_pseudo_reloc)
___RUNTIME_PSEUDO_RELOC_LIST_END__ = .;
__RUNTIME_PSEUDO_RELOC_LIST_END__ = .;
${RELOCATING+___RUNTIME_PSEUDO_RELOC_LIST_END__ = .;}
${RELOCATING+__RUNTIME_PSEUDO_RELOC_LIST_END__ = .;}
}
.pdata ${RELOCATING+BLOCK(__section_alignment__)} :