Fix typos in comments

This commit is contained in:
Marek Polacek 2011-12-23 13:59:40 -05:00 committed by Ulrich Drepper
parent 67371b5666
commit 530a32499a
2 changed files with 7 additions and 4 deletions

View File

@ -1,5 +1,8 @@
2011-12-23 Ulrich Drepper <drepper@gmail.com> 2011-12-23 Ulrich Drepper <drepper@gmail.com>
* sysdeps/x86_64/dl-machine.h: Fix typos in comments.
Patch by Marek Polacek <mpolacek@redhat.com>.
* bits/byteswap.h: Protect long long constants with __extension__. * bits/byteswap.h: Protect long long constants with __extension__.
* sysdeps/i386/bits/byteswap.h: Likewise. * sysdeps/i386/bits/byteswap.h: Likewise.
* sysdeps/ia64/bits/byteswap.h: Likewise. * sysdeps/ia64/bits/byteswap.h: Likewise.

View File

@ -98,7 +98,7 @@ elf_machine_runtime_setup (struct link_map *l, int lazy, int profile)
/* The GOT entries for functions in the PLT have not yet been filled /* The GOT entries for functions in the PLT have not yet been filled
in. Their initial contents will arrange when called to push an in. Their initial contents will arrange when called to push an
offset into the .rel.plt section, push _GLOBAL_OFFSET_TABLE_[1], offset into the .rel.plt section, push _GLOBAL_OFFSET_TABLE_[1],
and then jump to _GLOBAL_OFFSET_TABLE[2]. */ and then jump to _GLOBAL_OFFSET_TABLE_[2]. */
got = (Elf64_Addr *) D_PTR (l, l_info[DT_PLTGOT]); got = (Elf64_Addr *) D_PTR (l, l_info[DT_PLTGOT]);
/* If a library is prelinked but we have to relocate anyway, /* If a library is prelinked but we have to relocate anyway,
we have to be able to undo the prelinking of .got.plt. we have to be able to undo the prelinking of .got.plt.
@ -214,7 +214,7 @@ _dl_start_user:\n\
/* The x86-64 never uses Elf64_Rel relocations. */ /* The x86-64 never uses Elf64_Rel relocations. */
#define ELF_MACHINE_NO_REL 1 #define ELF_MACHINE_NO_REL 1
/* We define an initialization functions. This is called very early in /* We define an initialization function. This is called very early in
_dl_sysdep_start. */ _dl_sysdep_start. */
#define DL_PLATFORM_INIT dl_platform_init () #define DL_PLATFORM_INIT dl_platform_init ()
@ -234,8 +234,8 @@ elf_machine_fixup_plt (struct link_map *map, lookup_t t,
return *reloc_addr = value; return *reloc_addr = value;
} }
/* Return the final value of a plt relocation. On x86-64 the /* Return the final value of a PLT relocation. On x86-64 the
JUMP_SLOT relocation ignores the addend. */ JUMP_SLOT relocation ignores the addend. */
static inline Elf64_Addr static inline Elf64_Addr
elf_machine_plt_value (struct link_map *map, const Elf64_Rela *reloc, elf_machine_plt_value (struct link_map *map, const Elf64_Rela *reloc,
Elf64_Addr value) Elf64_Addr value)