From 9e673ad141def557b71d5593dc80b63db4f58b4a Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Wed, 16 Feb 2000 19:07:43 +0000 Subject: [PATCH] * scripttempl/elf.sc: Place OTHER_PLT_RELOC_SECTION. --- ld/ChangeLog | 4 ++++ ld/scripttempl/elf.sc | 1 + 2 files changed, 5 insertions(+) diff --git a/ld/ChangeLog b/ld/ChangeLog index da28575..b42e949 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2000-02-16 Richard Henderson + + * scripttempl/elf.sc: Place OTHER_PLT_RELOC_SECTION. + 2000-02-16 Timothy Wall * mri.c (mri_draw_tree): Add default LMA region argument to call diff --git a/ld/scripttempl/elf.sc b/ld/scripttempl/elf.sc index cdf8349..ccc4b91 100644 --- a/ld/scripttempl/elf.sc +++ b/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} : { -- 2.7.4