| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Bugfix: Add r_addend to final address. The r_addend is mostly zero | Joakim Tjernlund | 2004-09-17 | 1 | -8/+6 |
* | Don't allow undefined global symbols to pass(all archs needs fixing, | Joakim Tjernlund | 2004-09-17 | 1 | -10/+16 |
* | Don't allow undefined global symbols to pass(all archs needs fixing). | Joakim Tjernlund | 2004-09-16 | 1 | -29/+20 |
* | Second attempt to fix the INIT/FINI order. This time I think I got it right :) | Joakim Tjernlund | 2004-09-08 | 4 | -38/+129 |
* | We do not use dl_iterate_phdr, so no need to define it | Eric Andersen | 2004-09-07 | 2 | -24/+0 |
* | Use a more appealing name, matching the function prototype | Eric Andersen | 2004-09-07 | 1 | -6/+6 |
* | First attempt to fix the INIT/FINI ordering. Fingers crossed :) | Joakim Tjernlund | 2004-09-03 | 4 | -70/+83 |
* | Remove unused variables. From Peter Mazinger. | Joakim Tjernlund | 2004-09-02 | 2 | -3/+0 |
* | Dont mess with __curbrk in ldso | Eric Andersen | 2004-08-31 | 1 | -5/+0 |
* | #include "dl-startup.c into ldso.c, making ldso one compilation unit. | Joakim Tjernlund | 2004-08-27 | 2 | -2/+3 |
* | Forgot to commit this file. Patch from Stefan Allius. | Joakim Tjernlund | 2004-08-27 | 1 | -1/+1 |
* | As Mike Frysinger notes, this code is still needed. I | Joakim Tjernlund | 2004-08-27 | 1 | -0/+10 |
* | Partial patch from Alexandre Oliva to update the frv port | Eric Andersen | 2004-08-26 | 3 | -423/+501 |
* | Only print debug stuff when asked | Eric Andersen | 2004-08-26 | 1 | -1/+2 |
* | Fixup a couple of warnings | Eric Andersen | 2004-08-26 | 1 | -2/+2 |
* | Avoid multiple passes to perform mips GOT relocations, and do | Eric Andersen | 2004-08-26 | 2 | -47/+53 |
* | Fixes from gentoo. | Manuel Novoa III | 2004-08-26 | 1 | -1/+3 |
* | Let ldso find libc's malloc function and set _dl_malloc_function. | Joakim Tjernlund | 2004-08-26 | 2 | -10/+4 |
* | Added test for RTLD_GLOBAL flag in _dl_find_hash(). | Joakim Tjernlund | 2004-08-26 | 2 | -2/+5 |
* | Relocations of the application's global GOT entries were not being run, and | Eric Andersen | 2004-08-26 | 3 | -78/+44 |
* | Stefan Allius writes: | Joakim Tjernlund | 2004-08-26 | 2 | -53/+14 |
* | Joakim Tjernlund writes: | Eric Andersen | 2004-08-25 | 1 | -1/+46 |
* | Patch from Stefan Allius: | Joakim Tjernlund | 2004-08-25 | 13 | -50/+40 |
* | Hopefully fix Laszlo and Jacobs dlopen problem. | Joakim Tjernlund | 2004-08-25 | 2 | -2/+5 |
* | 'pagesize' was local to dl-startup.c. In ldso.c we need | Eric Andersen | 2004-08-19 | 1 | -1/+1 |
* | Fix dependencies. | Manuel Novoa III | 2004-08-19 | 1 | -1/+3 |
* | Accunt for ELF_MACHINE_PLTREL_OVERLAP when relocating ldso. | Joakim Tjernlund | 2004-08-19 | 1 | -2/+6 |
* | Remove poor man's malloc. Not needed anymore. | Joakim Tjernlund | 2004-08-19 | 3 | -34/+9 |
* | Move "debug_addr" ptr from dl-startup.c to ldso.c | Joakim Tjernlund | 2004-08-19 | 3 | -11/+9 |
* | Move the app specific stuff from dl-startup.c to ldso.c. | Joakim Tjernlund | 2004-08-19 | 3 | -101/+93 |
* | Oops, forgot to remove unused variable. | Joakim Tjernlund | 2004-08-19 | 1 | -2/+1 |
* | This is now done in ldso.c | Joakim Tjernlund | 2004-08-19 | 1 | -13/+0 |
* | Clean up the _dl_boot code and make it similar to arm and sh. | Joakim Tjernlund | 2004-08-18 | 1 | -26/+18 |
* | Carl SHAW writes: | Eric Andersen | 2004-08-17 | 1 | -1/+1 |
* | David McCulloug writes: | Joakim Tjernlund | 2004-08-17 | 1 | -1/+8 |
* | Let ldso decide if it should relocate itselft a second time. This | Joakim Tjernlund | 2004-08-17 | 15 | -167/+46 |
* | Fix make clean rule. | Joakim Tjernlund | 2004-08-17 | 1 | -2/+2 |
* | The pagesize variable used when starting up is _not_ the same | Eric Andersen | 2004-08-16 | 1 | -4/+4 |
* | Fixup PAGE_SIZE problems | Eric Andersen | 2004-08-13 | 2 | -6/+2 |
* | Fix usage_count in ldso/libdl. | Joakim Tjernlund | 2004-08-13 | 3 | -77/+39 |
* | Optimze _dl_memset() for PowerPC. | Joakim Tjernlund | 2004-08-10 | 1 | -0/+28 |
* | Forgot _dl_memcpy in previous checkin. | Joakim Tjernlund | 2004-08-10 | 1 | -5/+6 |
* | _dl_strlen,_dl_strcat,_dl_strcpy,_dl_strcmp,_dl_strncmp, | Joakim Tjernlund | 2004-08-10 | 1 | -36/+28 |
* | _dl_get_last_path_component: | Joakim Tjernlund | 2004-08-10 | 1 | -31/+19 |
* | Revmoved _dl_brkp and _dl_envp. They are not needed anymore. | Joakim Tjernlund | 2004-08-10 | 1 | -14/+0 |
* | Mike Frysinger writes: | Joakim Tjernlund | 2004-08-10 | 1 | -0/+1 |
* | Mike Frysinger writes: | Joakim Tjernlund | 2004-08-10 | 2 | -16/+14 |
* | This should fix the dlsym problem Peter van Hoyweghen reported. | Joakim Tjernlund | 2004-08-09 | 3 | -100/+58 |
* | Joakim Tjernlund writes: | Eric Andersen | 2004-08-06 | 3 | -1/+17 |
* | Joakim Tjernlund writes: | Eric Andersen | 2004-08-06 | 1 | -4/+4 |