mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-10 17:38:04 +08:00
PR 6585
* symtab.cc (Symbol_table::add_undefined_symbols_from_command_line): Correct typo.
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user