From bbbfea06e5f64310ea70f28722f8e43ec01abbca Mon Sep 17 00:00:00 2001 From: Cary Coutant Date: Thu, 15 Jan 2009 02:18:11 +0000 Subject: [PATCH] * output.cc (Output_reloc): Add explicit instantiations. --- gold/ChangeLog | 4 +++ gold/output.cc | 80 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 84 insertions(+) diff --git a/gold/ChangeLog b/gold/ChangeLog index cf06e1f..6a86fba 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,5 +1,9 @@ 2009-01-14 Cary Coutant + * output.cc (Output_reloc): Add explicit instantiations. + +2009-01-14 Cary Coutant + * archive.cc (Archive::get_elf_object_for_member): Remove call to File_read::claim_for_plugin. * descriptors.cc (Descriptors::open): Remove reference to diff --git a/gold/output.cc b/gold/output.cc index f6a6f1d..0f45ca1 100644 --- a/gold/output.cc +++ b/gold/output.cc @@ -3493,6 +3493,86 @@ Output_section::add_input_section<64, true>( #ifdef HAVE_TARGET_32_LITTLE template +class Output_reloc; +#endif + +#ifdef HAVE_TARGET_32_BIG +template +class Output_reloc; +#endif + +#ifdef HAVE_TARGET_64_LITTLE +template +class Output_reloc; +#endif + +#ifdef HAVE_TARGET_64_BIG +template +class Output_reloc; +#endif + +#ifdef HAVE_TARGET_32_LITTLE +template +class Output_reloc; +#endif + +#ifdef HAVE_TARGET_32_BIG +template +class Output_reloc; +#endif + +#ifdef HAVE_TARGET_64_LITTLE +template +class Output_reloc; +#endif + +#ifdef HAVE_TARGET_64_BIG +template +class Output_reloc; +#endif + +#ifdef HAVE_TARGET_32_LITTLE +template +class Output_reloc; +#endif + +#ifdef HAVE_TARGET_32_BIG +template +class Output_reloc; +#endif + +#ifdef HAVE_TARGET_64_LITTLE +template +class Output_reloc; +#endif + +#ifdef HAVE_TARGET_64_BIG +template +class Output_reloc; +#endif + +#ifdef HAVE_TARGET_32_LITTLE +template +class Output_reloc; +#endif + +#ifdef HAVE_TARGET_32_BIG +template +class Output_reloc; +#endif + +#ifdef HAVE_TARGET_64_LITTLE +template +class Output_reloc; +#endif + +#ifdef HAVE_TARGET_64_BIG +template +class Output_reloc; +#endif + +#ifdef HAVE_TARGET_32_LITTLE +template class Output_data_reloc; #endif -- 2.7.4