summaryrefslogtreecommitdiff
path: root/sysdeps/sh
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-08-24 14:20:11 +0000
committerUlrich Drepper <drepper@redhat.com>2001-08-24 14:20:11 +0000
commita4c4e6db680dd588700a8f1c5a6d75073d4d900b (patch)
treeef18a4d92bc889a2905acbe8d30daa532ec6da5f /sysdeps/sh
parentad427d6e085788c7296c914bb71f9b6afe7eadc7 (diff)
Update.
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.
Diffstat (limited to 'sysdeps/sh')
-rw-r--r--sysdeps/sh/dl-machine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/sh/dl-machine.h b/sysdeps/sh/dl-machine.h
index a082e6edca..62f40d516a 100644
--- a/sysdeps/sh/dl-machine.h
+++ b/sysdeps/sh/dl-machine.h
@@ -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