OSDN Git Service

Remove thread-specific stuff entirely.
[uclinux-h8/uClibc.git] / ldso /
2002-08-12 Eric AndersenFix alignment, minor cosmetic changes
2002-08-09 Eric AndersenOk, bad idea. didn't work.
2002-08-09 Eric AndersenLink ldso vs libgcc.a and eliminate baggage caused by
2002-08-09 Eric AndersenPatch from Stefan Allius, avoid compiler warnings ...
2002-08-09 Eric AndersenPatch from Stefan Allius to remove obsolete printfs
2002-08-09 Eric AndersenDisable this code for mips, which does things quite...
2002-08-09 Eric AndersenFix a stupid typo messing up powerpc support
2002-08-08 Eric AndersenFor some perverse reason we were not registering destru...
2002-08-08 Eric AndersenMake powerpc compile once again
2002-08-08 Eric AndersenMove destructor attribute tag
2002-08-08 Eric AndersenMissed a spot
2002-08-08 Eric AndersenPatch from Stefan Allius and Edie C. Dost to add SuperH
2002-08-08 Eric AndersenPatch from Stefan Allius and Edie C. Dost to let ldd and
2002-08-08 Eric AndersenMake some strings const
2002-08-08 Eric AndersenCleanup to avoid some undefined behavior
2002-07-25 "Steven J. Hill"ldso specific syscalls and userspace syscalls all in...
2002-07-25 Eric AndersenKill cruft. Build ldd for the host system by default.
2002-07-25 Eric AndersenTake advantage of the new syscall stuff on x86 and...
2002-07-02 Eric AndersenFixup where locals shadowed globals
2002-06-23 Eric AndersenDon't try to compile the target utils unless told to...
2002-06-21 Eric AndersenFix support for 2.0.x linux kernels. Oops.
2002-06-05 "Steven J. Hill"Fix up of '_dlopen' call and removal of unneeded argume...
2002-06-04 "Steven J. Hill"If we are cross-compiling, don't even try to build...
2002-05-29 Eric AndersenSilly me. ldd.target is for the target system, so...
2002-05-28 Eric AndersenFixup and unifiy version numbering. Automate versionin...
2002-05-28 Eric AndersenPatch from Tobias Anderberg <tobias.anderberg@axis...
2002-05-24 Eric AndersenFix a couple of silly bugs I'd left in while fixing...
2002-05-24 Eric AndersenFix ldd so it correctly handles search paths of just...
2002-05-24 Eric AndersenPass the -s to the linker
2002-05-20 "Steven J. Hill"Added more debug code.
2002-05-20 "Steven J. Hill"Fixed MIPS dynamic linker by removing link order depend...
2002-05-09 Eric AndersenAnother mips patch from Steven J. Hill:
2002-05-09 Eric AndersenFix funky use of brackets
2002-05-03 Eric AndersenNo real need to make ldd.target and readelf.target...
2002-05-02 Eric AndersenPatch from Tobias Anderberg <tobias.anderberg@axis...
2002-05-02 Eric AndersenPatch from Steven J. Hill <sjhill@realitydiluted.com>:
2002-05-02 Eric AndersenMake ldd and readelf work even with byte swapped binaries
2002-04-10 Eric AndersenSEND_NUMBER_STDERR is supposed to be calling _dl_simple...
2002-04-10 Eric AndersenTeach powerpc to whine loudly about using -fPIC when...
2002-04-09 David SchleefRemoved handling for R_PPC_REL24, since it is deceptive...
2002-04-03 Eric AndersenRemove unused variable
2002-04-03 Eric AndersenSteven's patch contained a spare SEND_NUMBER_STDERR...
2002-04-02 Eric AndersenSteven J. Hill's latest mips dynamic loader updates
2002-04-02 Eric AndersenDoh! This is _still_ wrong. Fix potential buffer...
2002-03-29 Eric AndersenMore mips support from sjhill
2002-03-20 Eric AndersenAttempt to follow symlinks if possible, and use that...
2002-03-19 Eric AndersenPrevent uninitialized use
2002-03-19 Eric AndersenInitial mips ldso porting effort from Steven J. Hill...
2002-03-19 Eric AndersenAdd new debug target (disabled by default) so that...
2002-03-19 Eric AndersenRevert my symlink detecting change for now, since it...
2002-03-19 Eric AndersenResolve symlinks when determining the real ld.so path...
2002-03-19 Eric AndersenCleanup header files a bit.
2002-03-18 Eric AndersenLet older arm cross compilers work
2002-03-17 Eric AndersenEnable trace support by default, since it only costs...
2002-03-14 Eric AndersenRemove an unused variable
2002-03-11 Eric AndersenFixup ldd behavior to match recent ldso change
2002-03-08 Eric AndersenSeperate out the symbol resolution debugging, so it...
2002-02-23 Eric AndersenAdd a better error msg
2002-02-18 Eric AndersenMake shared libs properly list the correct ld.so in...
2002-02-18 Eric AndersenWhine and exit if people link against GNU libc or
2002-02-17 Eric AndersenFix defines so debugging works as expected
2002-02-17 Eric AndersenSome more updates. Darn -- arm needs the mprotect...
2002-02-17 Eric AndersenA few more little fixups
2002-02-17 Eric AndersenEliminate circular dependancy
2002-02-17 Eric AndersenA ton of cleanups. Eliminate some useless code. Much...
2002-02-13 Eric AndersenFix silly buffer overflow
2002-02-02 Eric AndersenDon't free memory prematurely
2002-01-31 Eric AndersenFix makefile so it actually works when cross compiling
2002-01-31 Eric Andersenmake sure all utilities will build even with older...
2002-01-30 Eric AndersenFixup util build
2002-01-29 Eric AndersenGo back to using ld, now that I've found the real probl...
2002-01-28 Eric AndersenFix the bug where binaries built with older toolchains...
2002-01-25 Eric AndersenFix up all non-x86 arches to cope with the latest ldso...
2002-01-23 Eric AndersenFixup build a bit. Be sneaky and include everything...
2002-01-16 Eric AndersenOops. I forgot to add -Bdynamic to this one.
2002-01-16 Eric AndersenTell ld explicitly when stuff is supposed to by dynamic...
2002-01-14 Eric AndersenBoth _dl_simple_ltoa and _dl_simple_ltoahex use buffers...
2002-01-12 Eric AndersenDepend upon libc
2002-01-11 Eric AndersenMore build system cleanups...
2002-01-11 Eric AndersenOops. We lost -FPIC in the shuffle...
2002-01-11 Eric AndersenRemove the now obsolete d-link tree. Update things...
2002-01-11 Eric AndersenRemove old named file. Fix headers on updated one.
2002-01-11 Eric AndersenRework naming for shared lib loader to avoid potential
2002-01-11 Eric AndersenDon't use target strip on native binary
2002-01-11 Eric AndersenScrub the way libraries are linked. Use ld, not gcc...
2002-01-09 Eric AndersenIgnore native ldd
2002-01-09 Eric AndersenBuild a native uClibc ldd
2002-01-01 Eric AndersenChange all 'cd <foo>; bar' constructs to 'cd <foo>...
2001-12-19 Eric AndersenUpdate my email address. I am no longer andersen@lineo.com
2001-11-26 David SchleefRemoved TARGET_CFLAGS definition, since it was moved...
2001-11-26 David SchleefFix buggy R_PPC_RELATIVE relocation. Symptom was that...
2001-11-26 David SchleefFix calculation of PLT entry index. Caused segfaults...
2001-11-12 David Schleefpowerpc/elfinterp.c: Powerpc works now. Major rework...
2001-08-27 Eric Andersenelide some debug noise
2001-08-18 Eric AndersenFix problem with possible redundant entries.
2001-08-17 Eric AndersenFix a stupid bug causing the ld-uClibc entry to be...
2001-08-11 Eric AndersenSync up ldd behavior
2001-08-11 Eric AndersenFix the library searching routine so it is way simpler...
2001-08-11 Eric AndersenBegin removing some unnecessary inlining, and fix naming
2001-08-10 Eric AndersenUpdate the build system, yet again. I hope this is...
next