From 3b9313c4205b90e19fe2993f2e47d19fe1238894 Mon Sep 17 00:00:00 2001 From: Stephen Casner Date: Thu, 4 Jun 2020 12:34:17 -0700 Subject: [PATCH] Correct a comment. * bfd/aoutx.h (translate_symbol_table): Comment had external and internal swapped. * bfd/pdp11.c (translate_symbol_table): Likewise. --- bfd/ChangeLog | 6 ++++++ bfd/aoutx.h | 2 +- bfd/pdp11.c | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index fb87353fe15..f88e5e84afb 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2020-06-04 Stephen Casner + + * aoutx.h (translate_symbol_table): Comment had external and + internal swapped. + * pdp11.c (translate_symbol_table): Likewise. + 2020-06-04 H.J. Lu * elfxx-x86.h (elf_x86_link_hash_table): Remove target_id. diff --git a/bfd/aoutx.h b/bfd/aoutx.h index 8fe2a62d21c..d352a1a3e44 100644 --- a/bfd/aoutx.h +++ b/bfd/aoutx.h @@ -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, diff --git a/bfd/pdp11.c b/bfd/pdp11.c index d41aefca2b2..e43637483e0 100644 --- a/bfd/pdp11.c +++ b/bfd/pdp11.c @@ -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, -- 2.30.2