Joakim Tjernlund
|
90c50876ac
Second attempt to fix the INIT/FINI order. This time I think I got it right :)
|
%!s(int64=20) %!d(string=hai) anos |
Joakim Tjernlund
|
b54df7ec54
First attempt to fix the INIT/FINI ordering. Fingers crossed :)
|
%!s(int64=20) %!d(string=hai) anos |
Joakim Tjernlund
|
f60c464f08
Remove unused variables. From Peter Mazinger.
|
%!s(int64=20) %!d(string=hai) anos |
Joakim Tjernlund
|
85c39a6b66
Remove poor man's malloc. Not needed anymore.
|
%!s(int64=20) %!d(string=hai) anos |
Joakim Tjernlund
|
86eecc5c40
Move "debug_addr" ptr from dl-startup.c to ldso.c
|
%!s(int64=20) %!d(string=hai) anos |
Joakim Tjernlund
|
0a98c1b6b0
Move the app specific stuff from dl-startup.c to ldso.c.
|
%!s(int64=20) %!d(string=hai) anos |
Eric Andersen
|
64c5a652fb
Fixup PAGE_SIZE problems
|
%!s(int64=20) %!d(string=hai) anos |
Eric Andersen
|
a707192f6c
Teach libdl to use normal libc symbols whenever possible, i.e. malloc
|
%!s(int64=20) %!d(string=hai) anos |
Eric Andersen
|
25d1e1b413
Revert this stuff for now
|
%!s(int64=20) %!d(string=hai) anos |
Eric Andersen
|
db5a9ef35b
Sigh. I got things working this morning, then checked stuff in from the wrong
|
%!s(int64=20) %!d(string=hai) anos |
Eric Andersen
|
b998ae0611
Based on a patch from Alexandre Oliva, make sure _dl_malloc returns a nicely
|
%!s(int64=20) %!d(string=hai) anos |
Eric Andersen
|
68c4b497dd
make certain that getpagesize() returns correct the value for mips
|
%!s(int64=20) %!d(string=hai) anos |
Eric Andersen
|
c56735672c
Fixup support for gcc 2.95
|
%!s(int64=21) %!d(string=hai) anos |
Eric Andersen
|
5b61513518
Provide the ldso syscalls and string funcs earlier in the list
|
%!s(int64=21) %!d(string=hai) anos |
Eric Andersen
|
7070940833
Rework file naming, aiming for at least a vague level of consistancy
|
%!s(int64=21) %!d(string=hai) anos |
Eric Andersen
|
2e723e150a
Step one, begin shuffling things around a bit
|
%!s(int64=21) %!d(string=hai) anos |
Eric Andersen
|
8391a52315
Scrub up use of ELF_USES_RELOCA and eliminte some unsightly ifdefs
|
%!s(int64=21) %!d(string=hai) anos |
Eric Andersen
|
c761b902cd
Some badly behaved arches fail to provide a PAGE_SIZE define
|
%!s(int64=21) %!d(string=hai) anos |
Eric Andersen
|
789f5785a6
Use PAGE_SIZE rather than hard coding 4096
|
%!s(int64=21) %!d(string=hai) anos |
Eric Andersen
|
bca6a155c7
Phase one of my evil plan to clean up ld.so...
|
%!s(int64=21) %!d(string=hai) anos |