mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-12-19 01:19:41 +08:00
gdb/jit: Fix missing word in comment
ChangeLog: * gdb/jit.c: Fix missing word in code comment. Signed-off-by: Will Hawkins <hawkinsw@obs.cr>
This commit is contained in:
committed by
Simon Marchi
parent
5c97cb1c80
commit
5764bd565a
@@ -779,8 +779,8 @@ JITed symbol file is not an object file, ignoring it.\n"));
|
||||
b->printable_name);
|
||||
|
||||
/* Read the section address information out of the symbol file. Since the
|
||||
file is generated by the JIT at runtime, it should all of the absolute
|
||||
addresses that we care about. */
|
||||
file is generated by the JIT at runtime, it should contain all of the
|
||||
absolute addresses that we care about. */
|
||||
section_addr_info sai;
|
||||
for (sec = nbfd->sections; sec != NULL; sec = sec->next)
|
||||
if ((bfd_section_flags (sec) & (SEC_ALLOC|SEC_LOAD)) != 0)
|
||||
|
||||
Reference in New Issue
Block a user