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:
parent
d413a6233a
commit
3b9313c420
@ -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>
|
2020-06-04 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
* elfxx-x86.h (elf_x86_link_hash_table): Remove target_id.
|
* elfxx-x86.h (elf_x86_link_hash_table): Remove target_id.
|
||||||
|
@ -1680,7 +1680,7 @@ NAME (aout, make_empty_symbol) (bfd *abfd)
|
|||||||
return &new_symbol->symbol;
|
return &new_symbol->symbol;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Translate a set of internal symbols into external symbols. */
|
/* Translate a set of external symbols into internal symbols. */
|
||||||
|
|
||||||
bfd_boolean
|
bfd_boolean
|
||||||
NAME (aout, translate_symbol_table) (bfd *abfd,
|
NAME (aout, translate_symbol_table) (bfd *abfd,
|
||||||
|
@ -1494,7 +1494,7 @@ NAME (aout, make_empty_symbol) (bfd *abfd)
|
|||||||
return &new_symbol_type->symbol;
|
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
|
bfd_boolean
|
||||||
NAME (aout, translate_symbol_table) (bfd *abfd,
|
NAME (aout, translate_symbol_table) (bfd *abfd,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user