diff options
Diffstat (limited to 'gold/powerpc.cc')
-rw-r--r-- | gold/powerpc.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gold/powerpc.cc b/gold/powerpc.cc index 4b5026f..6d6d0dd 100644 --- a/gold/powerpc.cc +++ b/gold/powerpc.cc @@ -3421,6 +3421,9 @@ Target_powerpc<size, big_endian>::make_plt_section(Symbol_table* symtab, ? ORDER_SMALL_DATA : ORDER_SMALL_BSS), false); + + Output_section* rela_plt_os = plt_rel->output_section(); + rela_plt_os->set_info_section(this->plt_->output_section()); } } |