mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-10 18:12:30 +08:00
objdump: set address of debug sections.
This patche fixes the values of FDE pc in output of objdump -Wf. They now match readelf ones. binutils/ * objdump.c (load_specific_debug_section): Set address of section.
This commit is contained in:
@ -2259,7 +2259,7 @@ load_specific_debug_section (enum dwarf_section_display_enum debug,
|
||||
if (section->start != NULL)
|
||||
return 1;
|
||||
|
||||
section->address = 0;
|
||||
section->address = bfd_get_section_vma (abfd, sec);
|
||||
section->size = bfd_get_section_size (sec);
|
||||
section->start = NULL;
|
||||
ret = bfd_get_full_section_contents (abfd, sec, §ion->start);
|
||||
|
Reference in New Issue
Block a user