mirror of
https://sourceware.org/git/glibc.git
synced 2025-09-02 16:01:20 +03:00
* 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/dl-machine.h(RTLD_START): Push _dl_main_searchlist instead of _dl_default_scope[2] as argument to _dl_init_next.
This commit is contained in:
@@ -1,5 +1,8 @@
|
|||||||
Wed Sep 9 10:34:06 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
|
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
|
* sysdeps/m68k/fpu/bits/mathinline.h (isinf): Avoid conflict with
|
||||||
C9x macro.
|
C9x macro.
|
||||||
|
|
||||||
|
@@ -180,8 +180,9 @@ _dl_start_user:
|
|||||||
lea (%sp, %d0*4), %sp
|
lea (%sp, %d0*4), %sp
|
||||||
| Push back the modified argument count.
|
| Push back the modified argument count.
|
||||||
move.l %d1, -(%sp)
|
move.l %d1, -(%sp)
|
||||||
0: | Push _dl_default_scope[2] as argument in _dl_init_next call below.
|
0: | Push the searchlist of the main object as argument in
|
||||||
move.l ([_dl_default_scope@GOT.w, %a5], 8), %d2
|
| the _dl_init_next call below.
|
||||||
|
move.l ([_dl_main_searchlist@GOT.w, %a5]), %d2
|
||||||
0: move.l %d2, -(%sp)
|
0: move.l %d2, -(%sp)
|
||||||
| Call _dl_init_next to return the address of an initializer
|
| Call _dl_init_next to return the address of an initializer
|
||||||
| function to run.
|
| function to run.
|
||||||
|
Reference in New Issue
Block a user