diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-08-26 17:37:42 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-08-26 17:37:42 +0000 |
commit | 107d41a9b2da96db479e9b52b0a81a9174229ff7 (patch) | |
tree | 3e7edeeffa3931fe350835f5c43d7eec3952bd85 /sysdeps | |
parent | 680254fe22215c1f41f247d085c5cac5783b73f5 (diff) | |
download | glibc-107d41a9b2da96db479e9b52b0a81a9174229ff7.zip glibc-107d41a9b2da96db479e9b52b0a81a9174229ff7.tar.gz glibc-107d41a9b2da96db479e9b52b0a81a9174229ff7.tar.bz2 |
Update.
* manual/message.texi (Advanced gettext functions): Change
description of plural forms for Slovak.
Reported by Marcel Telka <marcel@telka.sk>.
* manuaL/time.texi (Low-Level Time String Parsing): Fix description of
%z. Reported by C. Scott Ananian <cananian@lesser-magoo.lcs.mit.edu>.
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>.
2001-08-26 Ulrich Drepper <drepper@redhat.com>
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/s390/s390-32/dl-machine.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/s390/s390-32/dl-machine.h b/sysdeps/s390/s390-32/dl-machine.h index d0c2f7c..8028f62 100644 --- a/sysdeps/s390/s390-32/dl-machine.h +++ b/sysdeps/s390/s390-32/dl-machine.h @@ -453,7 +453,7 @@ elf_machine_lazy_rel (struct link_map *map, 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); |