Age | Commit message (Collapse) | Author |
|
at offset -1, the code that was here was very odd, the corrected code
was basically copied from the libsa version.
|
|
it seems that the instruction cache will not get properly initialized
or a problem exists with mmaping code and being able to execute it.
This workaround is excessive in that it flushes the cache for the
entire mmaped library. This slows down program startup, but seems
to eliminate the problem.
|
|
but is more correct.
|
|
|
|
instead of #if 0, make them potentially useful -> LD_PRINTF_DEBUG
Deal with _dl_suid_ok correctly, this is not something that should
be hardcoded. - pointed out a few weeks ago.
|
|
design changes required by egcs.
added support for ldconfig/ld.so.hints
changes to low level relocation code, required by egcs pic
code generation that moved global variable loads to before the
self relocation was performed. Only powerpc supported, mips code not updated.
Code cleaned up somewhat reasonably.
This code needs to be reviewed closely for significant problems
such as correctness and security.
|