]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Fri, 24 Aug 2001 15:12:38 +0000 (15:12 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 24 Aug 2001 15:12:38 +0000 (15:12 +0000)
2001-08-24  Ulrich Drepper  <drepper@redhat.com>

* sysdeps/i386/dl-machine.h (elf_machine_rel): Correct prediction
of R_386_NONE.

ChangeLog
sysdeps/i386/dl-machine.h

index d1390e4aa102f26c95b06767820ca9d8885e8fe3..99aaa5968ab078099060e15e1547f5d12b01d15a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-08-24  Ulrich Drepper  <drepper@redhat.com>
+
+       * sysdeps/i386/dl-machine.h (elf_machine_rel): Correct prediction
+       of R_386_NONE.
+
 2001-08-24  Jakub Jelinek  <jakub@redhat.com>
 
        * elf/do-rel.h (elf_machine_rel_relative): Define for rela if
index 99576aeb5ac7647254040d6ffbf5768797bb8e28..6b6c91eb57af24935f179815abc5245e5629eef8 100644 (file)
@@ -320,7 +320,7 @@ elf_machine_rel (struct link_map *map, const Elf32_Rel *reloc,
        *reloc_addr += map->l_addr;
     }
 #ifndef RTLD_BOOTSTRAP
-  else if (__builtin_expect (r_type == R_386_NONE, 1))
+  else if (__builtin_expect (r_type == R_386_NONE, 0))
     return;
 #endif
   else