about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJohn David Anglin <danglin@gcc.gnu.org>2017-07-12 20:02:45 -0400
committerJohn David Anglin <danglin@gcc.gnu.org>2017-07-12 20:02:45 -0400
commit27f29b2dad1b3cbb067d07394fec4d43ff734ca8 (patch)
tree625ed7d637077bb7662d6fc84aa4c5518dbb0c33
parent06164c6773799f4003fd4716d542411bdf57006e (diff)
downloadglibc-27f29b2dad1b3cbb067d07394fec4d43ff734ca8.tar.gz
glibc-27f29b2dad1b3cbb067d07394fec4d43ff734ca8.tar.xz
glibc-27f29b2dad1b3cbb067d07394fec4d43ff734ca8.zip
Fix type in sysdeps/hppa/dl-machine.h.
-rw-r--r--ChangeLog4
-rw-r--r--sysdeps/hppa/dl-machine.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 52fd1d90bb..5bd6e89345 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/sysdeps/hppa/dl-machine.h b/sysdeps/hppa/dl-machine.h
index b7bdf871f1..e24bd25c63 100644
--- a/sysdeps/hppa/dl-machine.h
+++ b/sysdeps/hppa/dl-machine.h
@@ -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