Fix type in sysdeps/hppa/dl-machine.h.

This commit is contained in:
John David Anglin 2017-07-12 20:02:45 -04:00
parent 06164c6773
commit 27f29b2dad
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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