]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
* sysdeps/m68k/dl-machine.h(RTLD_START): Push _dl_main_searchlist
authorAndreas Schwab <schwab@suse.de>
Wed, 9 Sep 1998 01:36:38 +0000 (01:36 +0000)
committerAndreas Schwab <schwab@suse.de>
Wed, 9 Sep 1998 01:36:38 +0000 (01:36 +0000)
instead of _dl_default_scope[2] as argument to _dl_init_next.
* sysdeps/m68k/dl-machine.h(RTLD_START): Push _dl_main_searchlist
instead of _dl_default_scope[2] as argument to _dl_init_next.

ChangeLog
sysdeps/m68k/dl-machine.h

index fcd7bedfd6d7953181ba7a3ee861dbc0347bee01..56143e375be6266c40f7ad1247d0c0d9b714e20f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 Wed Sep  9 10:34:06 1998  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
 
+       * sysdeps/m68k/dl-machine.h(RTLD_START): Push _dl_main_searchlist
+       instead of _dl_default_scope[2] as argument to _dl_init_next. 
+
        * sysdeps/m68k/fpu/bits/mathinline.h (isinf): Avoid conflict with
        C9x macro.
 
index b8911dccc7c6ec80db74b18b8f6861727e2472f8..a4affcc0f084899ded8c3f2743839828e9f6d782 100644 (file)
@@ -180,8 +180,9 @@ _dl_start_user:
        lea (%sp, %d0*4), %sp
        | Push back the modified argument count.
        move.l %d1, -(%sp)
-0:     | Push _dl_default_scope[2] as argument in _dl_init_next call below.
-       move.l ([_dl_default_scope@GOT.w, %a5], 8), %d2
+0:     | Push the searchlist of the main object as argument in
+       | the _dl_init_next call below.
+       move.l ([_dl_main_searchlist@GOT.w, %a5]), %d2
 0:     move.l %d2, -(%sp)
        | Call _dl_init_next to return the address of an initializer
        | function to run.