Correct a comment.

* bfd/aoutx.h (translate_symbol_table): Comment had external and
internal swapped.
* bfd/pdp11.c (translate_symbol_table): Likewise.
This commit is contained in:
Stephen Casner 2020-06-04 12:34:17 -07:00
parent d413a6233a
commit 3b9313c420
3 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2020-06-04 Stephen Casner <casner@acm.org>
* aoutx.h (translate_symbol_table): Comment had external and
internal swapped.
* pdp11.c (translate_symbol_table): Likewise.
2020-06-04 H.J. Lu <hongjiu.lu@intel.com>
* elfxx-x86.h (elf_x86_link_hash_table): Remove target_id.

View File

@ -1680,7 +1680,7 @@ NAME (aout, make_empty_symbol) (bfd *abfd)
return &new_symbol->symbol;
}
/* Translate a set of internal symbols into external symbols. */
/* Translate a set of external symbols into internal symbols. */
bfd_boolean
NAME (aout, translate_symbol_table) (bfd *abfd,

View File

@ -1494,7 +1494,7 @@ NAME (aout, make_empty_symbol) (bfd *abfd)
return &new_symbol_type->symbol;
}
/* Translate a set of internal symbols into external symbols. */
/* Translate a set of external symbols into internal symbols. */
bfd_boolean
NAME (aout, translate_symbol_table) (bfd *abfd,