From: ccoutant Date: Sat, 6 Sep 2008 01:13:00 +0000 (+0000) Subject: 2008-09-05 Cary Coutant X-Git-Tag: cgen-snapshot-20091101~5520 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=a39dc4c820e4fa02807a5ae41fdac114c2a64b06;p=pf3gnuchains%2Fpf3gnuchains4x.git 2008-09-05 Cary Coutant * symtab.cc (Symbol_table::add_from_dynobj): Fix typos in explicit instantiations. --- diff --git a/gold/ChangeLog b/gold/ChangeLog index de0f01b227..cac87e66e9 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,8 @@ +2008-09-05 Cary Coutant + + * symtab.cc (Symbol_table::add_from_dynobj): Fix typos in + explicit instantiations. + 2008-08-28 Kris Van Hees PR gold/6858 diff --git a/gold/symtab.cc b/gold/symtab.cc index 37f7d35f66..393d71acea 100644 --- a/gold/symtab.cc +++ b/gold/symtab.cc @@ -2655,7 +2655,7 @@ Symbol_table::add_from_relobj<32, false>( size_t symndx_offset, const char* sym_names, size_t sym_name_size, - Sized_relobj<32, true>::Symbols* sympointers, + Sized_relobj<32, false>::Symbols* sympointers, size_t* defined); #endif @@ -2669,7 +2669,7 @@ Symbol_table::add_from_relobj<32, true>( size_t symndx_offset, const char* sym_names, size_t sym_name_size, - Sized_relobj<32, false>::Symbols* sympointers, + Sized_relobj<32, true>::Symbols* sympointers, size_t* defined); #endif @@ -2683,7 +2683,7 @@ Symbol_table::add_from_relobj<64, false>( size_t symndx_offset, const char* sym_names, size_t sym_name_size, - Sized_relobj<64, true>::Symbols* sympointers, + Sized_relobj<64, false>::Symbols* sympointers, size_t* defined); #endif @@ -2697,7 +2697,7 @@ Symbol_table::add_from_relobj<64, true>( size_t symndx_offset, const char* sym_names, size_t sym_name_size, - Sized_relobj<64, false>::Symbols* sympointers, + Sized_relobj<64, true>::Symbols* sympointers, size_t* defined); #endif