(dl_start_user): Incorrect address for _dl_main_searchlist passed to
authorUlrich Drepper <drepper@redhat.com>
Fri, 4 Dec 1998 20:57:00 +0000 (20:57 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 4 Dec 1998 20:57:00 +0000 (20:57 +0000)
_dl_init_next.

sysdeps/arm/dl-machine.h

index 53aa806..b8a1e19 100644 (file)
@@ -284,6 +284,7 @@ _dl_start_user:
        @ now we enter a _dl_init_next loop
        ldr     r4, .L_MAIN_SEARCHLIST
        ldr     r4, [sl, r4]
+       ldr     r4, [r4]
        @ call _dl_init_next to get the address of an initalizer
 0:     mov     r0, r4
        bl      _dl_init_next(PLT)