Browse Source

* scripttempl/elf.sc: Place OTHER_PLT_RELOC_SECTION.

gdb-premipsmulti-2000-06-06-branch
Richard Henderson 27 years ago
parent
commit
9e673ad141
  1. 4
      ld/ChangeLog
  2. 1
      ld/scripttempl/elf.sc

4
ld/ChangeLog

@ -1,3 +1,7 @@
2000-02-16 Richard Henderson <rth@cygnus.com>
* scripttempl/elf.sc: Place OTHER_PLT_RELOC_SECTION.
2000-02-16 Timothy Wall <twall@cygnus.com>
* mri.c (mri_draw_tree): Add default LMA region argument to call

1
ld/scripttempl/elf.sc

@ -187,6 +187,7 @@ SECTIONS
.rela.bss ${RELOCATING-0} : { *(.rela.bss) }
.rel.plt ${RELOCATING-0} : { *(.rel.plt) }
.rela.plt ${RELOCATING-0} : { *(.rela.plt) }
${OTHER_PLT_RELOC_SECTIONS}
.init ${RELOCATING-0} :
{

Loading…
Cancel
Save