forked from Imagelibrary/binutils-gdb
* elf32-arm.h: Fix comment typos.
* elf32-d30v.c: Likewise. * elf32-dlx.c: Likewise. * elf32-h8300.c: Likewise. * elf32-i370.c: Likewise. * elf32-ip2k.c: Likewise. * elf32-m68hc11.c: Likewise. * elf32-mcore.c: Likewise. * elf32-ppc.c: Likewise. * elf32-s390.c: Likewise. * elf32-sh.c: Likewise. * elf32-v850.c: Likewise. * elf32-xtensa.c: Likewise. * elf64-alpha.c: Likewise. * elf64-hppa.c: Likewise. * elf64-mips.c: Likewise. * elf64-mmix.c: Likewise. * elf64-ppc.c: Likewise. * elf64-sparc.c: Likewise. * elflink.c: Likewise. * elflink.h: Likewise. * elfn32-mips.c: Likewise. * elfxx-ia64.c: Likewise. * elfxx-mips.c: Likewise.
This commit is contained in:
@@ -975,7 +975,7 @@ elf64_hppa_dynamic_symbol_p (h, info)
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
/* Mark all funtions exported by this file so that we can later allocate
|
||||
/* Mark all functions exported by this file so that we can later allocate
|
||||
entries in .opd for them. */
|
||||
|
||||
static bfd_boolean
|
||||
@@ -1211,7 +1211,7 @@ elf64_hppa_post_process_headers (abfd, link_info)
|
||||
}
|
||||
|
||||
/* Create function descriptor section (.opd). This section is called .opd
|
||||
because it contains "official prodecure descriptors". The "official"
|
||||
because it contains "official procedure descriptors". The "official"
|
||||
refers to the fact that these descriptors are used when taking the address
|
||||
of a procedure, thus ensuring a unique address for each procedure. */
|
||||
|
||||
@@ -2281,7 +2281,7 @@ elf64_hppa_finalize_dlt (dyn_h, data)
|
||||
bfd_put_64 (sdlt->owner, value, sdlt->contents + dyn_h->dlt_offset);
|
||||
}
|
||||
|
||||
/* Create a relocation for the DLT entry assocated with this symbol.
|
||||
/* Create a relocation for the DLT entry associated with this symbol.
|
||||
When building a shared library the symbol does not have to be dynamic. */
|
||||
if (dyn_h->want_dlt
|
||||
&& (elf64_hppa_dynamic_symbol_p (dyn_h->h, info) || info->shared))
|
||||
|
||||
Reference in New Issue
Block a user