mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-23 11:20:07 +00:00
Fix type in sysdeps/hppa/dl-machine.h.
This commit is contained in:
parent
06164c6773
commit
27f29b2dad
@ -1,3 +1,7 @@
|
|||||||
|
2017-07-12 John David Anglin <danglin@gcc.gnu.org>
|
||||||
|
|
||||||
|
* sysdeps/hppa/dl-machine.h (elf_machine_rela): Fix typo.
|
||||||
|
|
||||||
2017-07-12 H.J. Lu <hongjiu.lu@intel.com>
|
2017-07-12 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
* debug/Makefile (CFLAGS-tst-ssp-1.c): Set to
|
* debug/Makefile (CFLAGS-tst-ssp-1.c): Set to
|
||||||
|
@ -653,7 +653,7 @@ elf_machine_rela (struct link_map *map,
|
|||||||
case R_PARISC_IPLT:
|
case R_PARISC_IPLT:
|
||||||
if (__builtin_expect (sym_map != NULL, 1))
|
if (__builtin_expect (sym_map != NULL, 1))
|
||||||
{
|
{
|
||||||
elf_machine_fixup_plt (NULL, sym_map, NULL, NULL reloc, reloc_addr,
|
elf_machine_fixup_plt (NULL, sym_map, NULL, NULL, reloc, reloc_addr,
|
||||||
DL_FIXUP_MAKE_VALUE(sym_map, value));
|
DL_FIXUP_MAKE_VALUE(sym_map, value));
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user