[PATCH] Fix s390-32 dl-machine.h
Jakub Jelinek
jakub@redhat.com
Sun Aug 26 10:07:00 GMT 2001
Hi!
2001-08-26 Jakub Jelinek <jakub@redhat.com>
* sysdeps/s390/s390-32/dl-machine.h (elf_machine_lazy_rel): Fix a
typo. Patch by Florian La Roche <laroche@redhat.com>.
--- sysdeps/s390/s390-32/dl-machine.h 2001/08/26 08:12:25 1.5
+++ sysdeps/s390/s390-32/dl-machine.h 2001/08/26 17:05:23
@@ -453,7 +453,7 @@ elf_machine_lazy_rel (struct link_map *m
Elf32_Addr *const reloc_addr = (void *) (l_addr + reloc->r_offset);
const unsigned int r_type = ELF32_R_TYPE (reloc->r_info);
/* Check for unexpected PLT reloc type. */
- if (__builtin_expect (r_type == R_390_JMP_SLOT, 1)))
+ if (__builtin_expect (r_type == R_390_JMP_SLOT, 1))
*reloc_addr += l_addr;
else
_dl_reloc_bad_type (map, r_type, 1);
Jakub
More information about the Libc-hacker
mailing list