mirror of
git://sourceware.org/git/glibc.git
synced 2025-02-17 13:00:43 +08:00
Fri Jun 28 16:53:01 1996 David Mosberger-Tang <davidm@azstarnet.com>
* sysdeps/alpha/dl-machine.h (elf_alpha_fix_plt): Fix typo/extraneous whitespace.
This commit is contained in:
parent
6f0a2dad9f
commit
e23ecc5f37
@ -106,7 +106,7 @@ elf_alpha_fix_plt(struct link_map *l,
|
|||||||
if (edisp >= -0x100000 && edisp < 0x100000)
|
if (edisp >= -0x100000 && edisp < 0x100000)
|
||||||
{
|
{
|
||||||
/* If we are in range, use br to perfect branch prediction and
|
/* If we are in range, use br to perfect branch prediction and
|
||||||
elide the dependancy on the address load. This case happens,
|
elide the dependency on the address load. This case happens,
|
||||||
e.g., when a shared library call is resolved to the same library. */
|
e.g., when a shared library call is resolved to the same library. */
|
||||||
|
|
||||||
int hi, lo;
|
int hi, lo;
|
||||||
@ -179,7 +179,7 @@ elf_machine_rela (struct link_map *map,
|
|||||||
|
|
||||||
if (resolve)
|
if (resolve)
|
||||||
{
|
{
|
||||||
loadbase = (*resolve)(&sym, (Elf64_Addr)reloc_addr,
|
loadbase = (*resolve)(&sym, (Elf64_Addr)reloc_addr,
|
||||||
r_info == R_ALPHA_JMP_SLOT);
|
r_info == R_ALPHA_JMP_SLOT);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user