• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

GNU Binutils with patches for OS216


Commit MetaInfo

Revisiónae6dce4daaa1005a3a5124845172bb51f8bc01ab (tree)
Tiempo2008-09-06 10:13:00
AutorCary Coutant <ccoutant@goog...>
CommiterCary Coutant

Log Message

2008-09-05 Cary Coutant <ccoutant@google.com>

* symtab.cc (Symbol_table::add_from_dynobj): Fix typos in
explicit instantiations.

Cambiar Resumen

Diferencia incremental

--- a/gold/ChangeLog
+++ b/gold/ChangeLog
@@ -1,3 +1,8 @@
1+2008-09-05 Cary Coutant <ccoutant@google.com>
2+
3+ * symtab.cc (Symbol_table::add_from_dynobj): Fix typos in
4+ explicit instantiations.
5+
16 2008-08-28 Kris Van Hees <kris.van.hees@oracle.com>
27
38 PR gold/6858
--- a/gold/symtab.cc
+++ b/gold/symtab.cc
@@ -2655,7 +2655,7 @@ Symbol_table::add_from_relobj<32, false>(
26552655 size_t symndx_offset,
26562656 const char* sym_names,
26572657 size_t sym_name_size,
2658- Sized_relobj<32, true>::Symbols* sympointers,
2658+ Sized_relobj<32, false>::Symbols* sympointers,
26592659 size_t* defined);
26602660 #endif
26612661
@@ -2669,7 +2669,7 @@ Symbol_table::add_from_relobj<32, true>(
26692669 size_t symndx_offset,
26702670 const char* sym_names,
26712671 size_t sym_name_size,
2672- Sized_relobj<32, false>::Symbols* sympointers,
2672+ Sized_relobj<32, true>::Symbols* sympointers,
26732673 size_t* defined);
26742674 #endif
26752675
@@ -2683,7 +2683,7 @@ Symbol_table::add_from_relobj<64, false>(
26832683 size_t symndx_offset,
26842684 const char* sym_names,
26852685 size_t sym_name_size,
2686- Sized_relobj<64, true>::Symbols* sympointers,
2686+ Sized_relobj<64, false>::Symbols* sympointers,
26872687 size_t* defined);
26882688 #endif
26892689
@@ -2697,7 +2697,7 @@ Symbol_table::add_from_relobj<64, true>(
26972697 size_t symndx_offset,
26982698 const char* sym_names,
26992699 size_t sym_name_size,
2700- Sized_relobj<64, false>::Symbols* sympointers,
2700+ Sized_relobj<64, true>::Symbols* sympointers,
27012701 size_t* defined);
27022702 #endif
27032703