aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-08-26 08:15:36 +0000
committerUlrich Drepper <drepper@redhat.com>2001-08-26 08:15:36 +0000
commit7c69dc8bc888762333f5ccf1c8c7fb5883ffc6ed (patch)
treeaa96113515240384c6ffc556b1a42e309d5a3606 /sysdeps
parentc126cf66516a5041bbc2c5e0ed38b0e8e2f8cc67 (diff)
downloadglibc-7c69dc8bc888762333f5ccf1c8c7fb5883ffc6ed.tar
glibc-7c69dc8bc888762333f5ccf1c8c7fb5883ffc6ed.tar.gz
glibc-7c69dc8bc888762333f5ccf1c8c7fb5883ffc6ed.tar.bz2
glibc-7c69dc8bc888762333f5ccf1c8c7fb5883ffc6ed.zip
Update.
* sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela_relative): Likewise. * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela_relative): Likewise.
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/s390/s390-32/dl-machine.h4
-rw-r--r--sysdeps/s390/s390-64/dl-machine.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/sysdeps/s390/s390-32/dl-machine.h b/sysdeps/s390/s390-32/dl-machine.h
index 7b9cb89889..d0c2f7cef7 100644
--- a/sysdeps/s390/s390-32/dl-machine.h
+++ b/sysdeps/s390/s390-32/dl-machine.h
@@ -440,8 +440,8 @@ elf_machine_rela (struct link_map *map, const Elf32_Rela *reloc,
}
static inline void
-elf_machine_rel_relative (Elf32_Addr l_addr, const Elf32_Rel *reloc,
- Elf32_Addr *const reloc_addr)
+elf_machine_rela_relative (Elf32_Addr l_addr, const Elf32_Rela *reloc,
+ Elf32_Addr *const reloc_addr)
{
*reloc_addr = l_addr + reloc->r_addend;
}
diff --git a/sysdeps/s390/s390-64/dl-machine.h b/sysdeps/s390/s390-64/dl-machine.h
index 1f7fc2d540..dde72f1548 100644
--- a/sysdeps/s390/s390-64/dl-machine.h
+++ b/sysdeps/s390/s390-64/dl-machine.h
@@ -420,8 +420,8 @@ elf_machine_rela (struct link_map *map, const Elf64_Rela *reloc,
}
static inline void
-elf_machine_rel_relative (Elf64_Addr l_addr, const Elf64_Rel *reloc,
- Elf64_Addr *const reloc_addr)
+elf_machine_rela_relative (Elf64_Addr l_addr, const Elf64_Rela *reloc,
+ Elf64_Addr *const reloc_addr)
{
*reloc_addr = l_addr + reloc->r_addend;
}