mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-27 01:28:46 +00:00
* maint.c (print_bfd_section_info): Print the section index.
* symmisc.c (dump_msymbols): Print the section index.
This commit is contained in:
@@ -329,6 +329,7 @@ print_bfd_section_info (bfd *abfd,
|
||||
|
||||
addr = bfd_section_vma (abfd, asect);
|
||||
endaddr = addr + bfd_section_size (abfd, asect);
|
||||
printf_filtered (" [%d] ", gdb_bfd_section_index (abfd, asect));
|
||||
maint_print_section_info (name, flags, addr, endaddr,
|
||||
asect->filepos, addr_size);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user