mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 07:10:06 +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>
|
||||
|
||||
* debug/Makefile (CFLAGS-tst-ssp-1.c): Set to
|
||||
|
@ -653,7 +653,7 @@ elf_machine_rela (struct link_map *map,
|
||||
case R_PARISC_IPLT:
|
||||
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));
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user