mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08:00
import gdb-1999-08-09 snapshot
This commit is contained in:
@ -845,7 +845,7 @@ symbol_add_stub (arg)
|
||||
lowest_sect = bfd_get_section_by_name (so->abfd, ".text");
|
||||
if (lowest_sect == NULL)
|
||||
bfd_map_over_sections (so->abfd, find_lowest_section,
|
||||
(PTR) & lowest_sect);
|
||||
(PTR) &lowest_sect);
|
||||
if (lowest_sect)
|
||||
text_addr = bfd_section_vma (so->abfd, lowest_sect) + LM_OFFSET (so);
|
||||
}
|
||||
|
Reference in New Issue
Block a user