Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-09-28 | Remove /usr/X11R6/lib from search path. | Joakim Tjernlund | |
Search in UCLIBC_RUNTIME_PREFIX"lib" before UCLIBC_RUNTIME_PREFIX"usr/lib". X11 users should enable USE_CACHE in Rules.mak, add /usr/X11R6/lib to /etc/ld.so.conf and run ldconfig. | |||
2004-09-28 | Make ldd work for ET_DYN executables. From Peter Mazinger. | Joakim Tjernlund | |
2004-09-27 | Remove /usr/X11R6/lib from default list. | Joakim Tjernlund | |
Move /lib and /usr/lib first in ld.so.cache. Ignore duplicate /lib and /usr/lib in ld.so.conf | |||
2004-09-23 | Add bswap_64 macro and uClibc_page.h. From Peter Kjellerstedt. | Joakim Tjernlund | |
2004-09-23 | Don't allow undefined global symbols to pass. | Joakim Tjernlund | |
Move COPY relocs back to _dl_do_reloc(). White space cleanup. | |||
2004-09-23 | White space and printouts cleanup. From Peter Kjellerstedt. | Joakim Tjernlund | |
2004-09-23 | Make do_rem() safe. From Peter Kjellerstedt. | Joakim Tjernlund | |
2004-09-23 | Don't allow undefined global symbols to pass. | Joakim Tjernlund | |
Move COPY relocs back to _dl_do_reloc(). | |||
2004-09-23 | Make powerpc look more like the other archs. | Joakim Tjernlund | |
2004-09-17 | Added back dl_iterate_phdr in ldso(with some small changes). | Joakim Tjernlund | |
Someone needs to test if it works to build and run gcj. | |||
2004-09-17 | Formatting cleanups from Peter Kellerstedt. | Joakim Tjernlund | |
2004-09-17 | Bugfix: Add r_addend to final address. The r_addend is mostly zero | Joakim Tjernlund | |
but can be nonzero for JMP relocs as well. All Rela arches need to do this, test and send a patch :) Remove unneeded test in R_PPC_COPY. | |||
2004-09-17 | Don't allow undefined global symbols to pass(all archs needs fixing, | Joakim Tjernlund | |
but powerpc). If you are using buildroot and soft floating point, you may have to rebuild the libm.so library, copy it to staging_dir/lib and rebuild your application. Move handling of R_386_COPY back into _dl_do_reloc(all archs should do this). Adjust the first argument to _dl_memcpy as it looks wrong to have symtab[symtab_index].st_value as destination for the mem copy. | |||
2004-09-16 | Don't allow undefined global symbols to pass(all archs needs fixing). | Joakim Tjernlund | |
If you are using buildroot and soft floating point, you may have to rebuild the libm.so library, copy it to staging_dir/lib and rebuild your application. Cleanups as well. | |||
2004-09-10 | Hide some x86-specific devel asserts. | Manuel Novoa III | |
2004-09-08 | Fixup URL | Eric Andersen | |
2004-09-08 | Second attempt to fix the INIT/FINI order. This time I think I got it right :) | Joakim Tjernlund | |
This needs testing with apps that have complex dependencies. | |||
2004-09-08 | Doh! As noted by Mike Frysinger I was too agressive at culling stuff | Eric Andersen | |
2004-09-07 | Disable prototypes for unimplemented functions | Eric Andersen | |
2004-09-07 | Yet another bit of joy for mjn3 | Eric Andersen | |
2004-09-07 | Audit and disable unimplemented stuff | Eric Andersen | |
2004-09-07 | Implement gethostent_r | Eric Andersen | |
2004-09-07 | Remove stale leftovers | Eric Andersen | |
2004-09-07 | Audit and scrub malloc.h, which was a mess | Eric Andersen | |
2004-09-07 | We do not use dl_iterate_phdr, so no need to define it | Eric Andersen | |
2004-09-07 | uClibc gettext support is under development and really shouldn't | Eric Andersen | |
be used by the unsuspecting masses quite yet. | |||
2004-09-07 | The 'Somebody Else's Problem Field' was just activated | Eric Andersen | |
2004-09-07 | First pass prototype removals from auditing header files: | Eric Andersen | |
a.out.h to libgen.h (omitting complex.h for a later separate effort for the math stuff) | |||
2004-09-07 | Use a more appealing name, matching the function prototype | Eric Andersen | |
2004-09-07 | Add missing imaxdiv and lldiv needed for SuSv3. Adjust ldiv to | Eric Andersen | |
match glibc's quotient truncation behavior. | |||
2004-09-03 | First attempt to fix the INIT/FINI ordering. Fingers crossed :) | Joakim Tjernlund | |
2004-09-02 | Add a couple of mips-specific string funcs. | Manuel Novoa III | |
Port the generic optimized string funcs from glibc, with some tweaks to cut their size a little. The main change is making memmove call memcpy for forward copying to trim redundant code. Make use of both the generic and arch-specific speed-optimized string funcs configurable. Arch-specific take precedence over generic, and generic takes precedence over basic size-optimized uClibc funcs. | |||
2004-09-02 | Fix a couple of symbol name issues. | Manuel Novoa III | |
2004-09-02 | Remove unused variables. From Peter Mazinger. | Joakim Tjernlund | |
2004-08-31 | Restore item I erronenously removed, mention mips string funcs | Eric Andersen | |
2004-08-31 | Dont mess with __curbrk in ldso | Eric Andersen | |
2004-08-30 | Typo fix from Peter Mazinger. | Joakim Tjernlund | |
2004-08-30 | Mention kernel abi selection | Eric Andersen | |
2004-08-28 | solar asked that this bit be reverted. | Manuel Novoa III | |
2004-08-27 | Preliminary PIE support for powerpc, i386 was used as template. | Joakim Tjernlund | |
Requested by Peter Mazinger. Testing wanted. | |||
2004-08-27 | #include "dl-startup.c into ldso.c, making ldso one compilation unit. | Joakim Tjernlund | |
Now all functions and vaiables can be made static to reduce relocs. Basicly, all variables should be merged into one struct variable and then export that struct. Exported functions should be exported as functions pointers in the above struct. This will reduce the number of relocs inside ldso to a handful. Add -Bsymbolic to linker for ldso. This will resolve all functions (all JMP_SLOT goes away) and the remaining relocs are transformed into RELATIVE relocs. | |||
2004-08-27 | Forgot to commit this file. Patch from Stefan Allius. | Joakim Tjernlund | |
2004-08-27 | As Mike Frysinger notes, this code is still needed. I | Joakim Tjernlund | |
misread this code and removed it, sorry. I printed the values of _dl_brkp and _dl_envp in ldso and got this when executing: ls: __curbrk: 0x300c16e0 __environ: 0x1008372c ldd: __curbrk: 0x300776e0 __environ: 0x3007759c why is__environ in the app when executing ls but not ldd? | |||
2004-08-26 | Partial patch from Alexandre Oliva to update the frv port | Eric Andersen | |
2004-08-26 | Patch from Alexandre Oliva to update the frv default config | Eric Andersen | |
2004-08-26 | Partial patch from Alexandre Oliva: | Eric Andersen | |
- adjust licensing terms of sources for crt*.o - change the stat ABI to speed it up, matching changes in the kernel - assorted bug-fixes, improvements and updates in the FR-V port etc. | |||
2004-08-26 | Mention FunctionCheck | Eric Andersen | |
2004-08-26 | Update TODO list a bit | Eric Andersen | |
2004-08-26 | Only print debug stuff when asked | Eric Andersen | |
2004-08-26 | Fixup a couple of warnings | Eric Andersen | |