| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Looks like this is in fact needed to properly debug dynamically | Eric Andersen | 2002-12-04 | 1 | -0/+8 |
* | Make ldd work even more like GNU ldd by appending dummy load addresses | David Schleef | 2002-12-01 | 1 | -2/+2 |
* | Kill a bit of unused cruft | Eric Andersen | 2002-11-28 | 1 | -6/+0 |
* | Ok... here's the summary: | Manuel Novoa III | 2002-11-22 | 1 | -1/+1 |
* | Act more like the GNU version. Accept multiple args. Accept/ignore | Eric Andersen | 2002-11-21 | 1 | -30/+62 |
* | Kill SVR4_BUGCOMPAT | Eric Andersen | 2002-11-20 | 4 | -16/+4 |
* | Patch from Stefan Allius: | Eric Andersen | 2002-11-20 | 5 | -10/+17 |
* | Per suggestion from Stefan Allius, change DO_MPROTECT_HACKS to | Eric Andersen | 2002-11-19 | 3 | -6/+6 |
* | Stefan Allius writes: | Eric Andersen | 2002-11-19 | 3 | -3/+19 |
* | For now, revert Ronald Wahl's change to dlopen. We need to | Eric Andersen | 2002-11-15 | 2 | -2/+2 |
* | Ronald Wahl writes: | Eric Andersen | 2002-11-15 | 2 | -0/+2 |
* | Add missing quotes | Eric Andersen | 2002-11-14 | 2 | -26/+24 |
* | A powerpc patch from Ronald Wahl: | Eric Andersen | 2002-11-12 | 1 | -1/+1 |
* | Patch from Stefan Allius for libgcc multilib support | Eric Andersen | 2002-11-08 | 1 | -1/+1 |
* | Fix a silly compile bug | Eric Andersen | 2002-11-08 | 1 | -0/+1 |
* | Another SuperH patch from Stefan Allius. This make it so | Eric Andersen | 2002-11-08 | 3 | -94/+93 |
* | Fix up a compile error | Eric Andersen | 2002-11-06 | 1 | -1/+6 |
* | Cleanup patch from Simon Rowe | Eric Andersen | 2002-11-06 | 1 | -1/+12 |
* | Massive scrubbing of the shared lib loader error handling. | Eric Andersen | 2002-11-05 | 12 | -265/+222 |
* | Kill legacy DOPIC=true assignment | Eric Andersen | 2002-11-05 | 1 | -1/+0 |
* | Several SH lib loader patches by Stefan Allius <allius@atecom.com> | Eric Andersen | 2002-11-03 | 5 | -3/+8 |
* | Patch from M. R. Brown <mrbrown@0xd6.org> to get rid of | Eric Andersen | 2002-11-03 | 4 | -122/+122 |
* | Fix PIC configuration, so shared libraries once again work | Eric Andersen | 2002-11-02 | 1 | -0/+1 |
* | Ok, this commit is _huge_ and its gonna change the world. I've | Eric Andersen | 2002-10-31 | 2 | -4/+2 |
* | Use '#ifdef __linux__' not '#ifdef linux' | Eric Andersen | 2002-10-30 | 1 | -3/+3 |
* | Actually install libdl.a | Eric Andersen | 2002-10-25 | 1 | -3/+3 |
* | Kill a warning. Patch from Joel Coltoff <joel@wmi.com> | Eric Andersen | 2002-10-16 | 2 | -0/+8 |
* | Fixed 'dlopen' call for MIPS. Things seem to work swimingly. Woohoo! | "Steven J. Hill" | 2002-10-15 | 2 | -0/+18 |
* | This commit contains a patch from Stefan Allius <allius@atecom.com> to change | Eric Andersen | 2002-10-01 | 11 | -75/+111 |
* | Removed redundant code. Same thing exist in sys/syscalls.h so include that | Tobias Anderberg | 2002-09-23 | 2 | -270/+10 |
* | * Changed paramater names to match their register, i.e. __a -> __r10. | Tobias Anderberg | 2002-09-19 | 2 | -112/+112 |
* | Updated for the CRIS port. | Tobias Anderberg | 2002-09-16 | 2 | -0/+6 |
* | Initial version of the dynamic linker code for the CRIS port. | Tobias Anderberg | 2002-09-16 | 8 | -0/+979 |
* | Support LD_DEBUG=all | Tobias Anderberg | 2002-09-12 | 1 | -5/+11 |
* | Add missing _dl_dprintf arguments, as noticed by Tero Lyytik�inen <tero@par... | Eric Andersen | 2002-09-12 | 3 | -3/+6 |
* | Fixup multi-line string | Eric Andersen | 2002-09-09 | 1 | -9/+8 |
* | Fixed another address alignment where a pagesize of 4k were assumed. | Tobias Anderberg | 2002-09-05 | 2 | -2/+2 |
* | Use bits/kernel_stat.h, not asm/stat.h | Eric Andersen | 2002-08-24 | 1 | -2/+1 |
* | missed const-ifying this one. | Eric Andersen | 2002-08-19 | 2 | -2/+2 |
* | some updates from Stefan Allius to make up the SuperH shared lib | Eric Andersen | 2002-08-19 | 10 | -58/+183 |
* | Fix alignment, minor cosmetic changes | Eric Andersen | 2002-08-12 | 1 | -6/+10 |
* | Ok, bad idea. didn't work. | Eric Andersen | 2002-08-09 | 2 | -2/+56 |
* | Link ldso vs libgcc.a and eliminate baggage caused by | Eric Andersen | 2002-08-09 | 12 | -1421/+8 |
* | Patch from Stefan Allius, avoid compiler warnings (unused variable) | Eric Andersen | 2002-08-09 | 8 | -8/+8 |
* | Patch from Stefan Allius to remove obsolete printfs | Eric Andersen | 2002-08-09 | 1 | -2/+0 |
* | Disable this code for mips, which does things quite differently... | Eric Andersen | 2002-08-09 | 2 | -2/+6 |
* | Fix a stupid typo messing up powerpc support | Eric Andersen | 2002-08-09 | 1 | -1/+1 |
* | For some perverse reason we were not registering destructors | Eric Andersen | 2002-08-08 | 2 | -0/+8 |
* | Make powerpc compile once again | Eric Andersen | 2002-08-08 | 2 | -0/+2 |
* | Move destructor attribute tag | Eric Andersen | 2002-08-08 | 2 | -6/+2 |