mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 13:27:26 +08:00
* som.c (som_bfd_count_ar_symbols): Fix typo.
This commit is contained in:
@ -1,5 +1,7 @@
|
|||||||
Mon Mar 14 11:41:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
|
Mon Mar 14 11:41:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
|
||||||
|
|
||||||
|
* som.c (som_bfd_count_ar_symbols): Fix typo.
|
||||||
|
|
||||||
* som.c (som_object_setup): Set EXEC_P, D_PAGED, WP_TEXT, and
|
* som.c (som_object_setup): Set EXEC_P, D_PAGED, WP_TEXT, and
|
||||||
HAS_RELOC based on the object's magic number.
|
HAS_RELOC based on the object's magic number.
|
||||||
(make_unique_section): Delete function. BFD and its users are
|
(make_unique_section): Delete function. BFD and its users are
|
||||||
|
@ -4278,7 +4278,7 @@ som_bfd_count_ar_symbols (abfd, lst_header, count)
|
|||||||
symindex *count;
|
symindex *count;
|
||||||
{
|
{
|
||||||
unsigned int i;
|
unsigned int i;
|
||||||
unsigned int *hash_table = NULL
|
unsigned int *hash_table = NULL;
|
||||||
file_ptr lst_filepos = bfd_tell (abfd) - sizeof (struct lst_header);
|
file_ptr lst_filepos = bfd_tell (abfd) - sizeof (struct lst_header);
|
||||||
|
|
||||||
hash_table =
|
hash_table =
|
||||||
|
Reference in New Issue
Block a user