]> sourceware.org Git - glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Fri, 24 Aug 2001 14:20:11 +0000 (14:20 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 24 Aug 2001 14:20:11 +0000 (14:20 +0000)
2001-08-24  Alexandre Oliva  <aoliva@redhat.com>

* sysdeps/sh/dl-machine.h (elf_machine_rela): Fix typo.

* elf/do-rel.h (elf_dynamic_do_rel): RELATIVE relocations comes
first if RELCOUNT is set.

ChangeLog
sysdeps/sh/dl-machine.h

index e0c8232ad190001b368ee1987cecb138d30d419c..2e97618a630f64b62045ee9708b4628426cd8600 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-08-24  Alexandre Oliva  <aoliva@redhat.com>
+
+       * sysdeps/sh/dl-machine.h (elf_machine_rela): Fix typo.
+
 2001-08-24  Andreas Jaeger  <aj@suse.de>
 
        * sysdeps/ieee754/ldbl-128/e_j1l.c: New file, contributed by
@@ -5,6 +9,9 @@
 
 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
 
+       * elf/do-rel.h (elf_dynamic_do_rel): RELATIVE relocations comes
+       first if RELCOUNT is set.
+
        * elf/do-rel.h (elf_dynamic_do_rel): If not relocating lazily, don't
        call elf_machine_rel for the last DT_RELCOUNT relocations but instead
        elf_machine_rel_relative.
index a082e6edcaa9f7e2cbeda4cb18d877f23a39a336..62f40d516a36e43a17b100b343a1c621cdd9740a 100644 (file)
@@ -487,7 +487,7 @@ elf_machine_rela (struct link_map *map, const Elf32_Rela *reloc,
        }
     }
 #ifndef RTLD_BOOTSTRAP
-  else if (__builtin_expect (r_type 1= R_SH_NONE, 0))
+  else if (__builtin_expect (r_type != R_SH_NONE, 0))
     return;
 #endif
   else
This page took 0.044824 seconds and 5 git commands to generate.