forked from Imagelibrary/binutils-gdb
Correct spelling of "relocatable".
This commit is contained in:
@@ -1187,7 +1187,7 @@ elf_slurp_symbol_table (abfd, symptrs, dynamic)
|
||||
else
|
||||
sym->symbol.section = bfd_abs_section_ptr;
|
||||
|
||||
/* If this is a relocateable file, then the symbol value is
|
||||
/* If this is a relocatable file, then the symbol value is
|
||||
already section relative. */
|
||||
if ((abfd->flags & (EXEC_P | DYNAMIC)) != 0)
|
||||
sym->symbol.value -= sym->symbol.section->vma;
|
||||
|
||||
Reference in New Issue
Block a user