PR 6585
* symtab.cc (Symbol_table::add_undefined_symbols_from_command_line): Correct typo.
This commit is contained in:
parent
0d254d6f30
commit
5adf97213b
@ -1,3 +1,9 @@
|
||||
2008-06-30 Manish Singh <yosh@gimp.org>
|
||||
|
||||
PR 6585
|
||||
* symtab.cc (Symbol_table::add_undefined_symbols_from_command_line):
|
||||
Correct typo.
|
||||
|
||||
2008-06-30 Ian Lance Taylor <iant@google.com>
|
||||
|
||||
PR 6660
|
||||
|
@ -1725,7 +1725,7 @@ Symbol_table::add_undefined_symbols_from_command_line()
|
||||
{
|
||||
if (parameters->target().get_size() == 32)
|
||||
{
|
||||
#if defined(HAVE_TARGET_32_LITTL) || defined(HAVE_TARGET_32_BIG)
|
||||
#if defined(HAVE_TARGET_32_LITTLE) || defined(HAVE_TARGET_32_BIG)
|
||||
this->do_add_undefined_symbols_from_command_line<32>();
|
||||
#else
|
||||
gold_unreachable();
|
||||
|
Loading…
Reference in New Issue
Block a user