From: Cary Coutant Date: Thu, 15 Jan 2009 02:18:11 +0000 (+0000) Subject: * output.cc (Output_reloc): Add explicit instantiations. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bbbfea06e5f64310ea70f28722f8e43ec01abbca;p=binutils-gdb.git * output.cc (Output_reloc): Add explicit instantiations. --- diff --git a/gold/ChangeLog b/gold/ChangeLog index cf06e1f1b7a..6a86fbad258 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,7 @@ +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 diff --git a/gold/output.cc b/gold/output.cc index f6a6f1da6e1..0f45ca14426 100644 --- a/gold/output.cc +++ b/gold/output.cc @@ -3491,6 +3491,86 @@ Output_section::add_input_section<64, true>( bool have_sections_script); #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_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;