OSDN Git Service

Strip off unwanted quotes from ARCH_CFLAGS. Attempt to
[uclinux-h8/uClibc.git] / ldso /
2003-01-03 Eric AndersenIf they call dlopen with anything other than RTLD_LAZY
2002-12-12 Eric AndersenRework things such that staticly linked applications...
2002-12-04 Eric AndersenChange some variable names so we are more consistant...
2002-12-04 Eric AndersenLooks like this is in fact needed to properly debug...
2002-12-01 David SchleefMake ldd work even more like GNU ldd by appending dummy...
2002-11-28 Eric AndersenKill a bit of unused cruft
2002-11-22 Manuel Novoa III Ok... here's the summary:
2002-11-21 Eric AndersenAct more like the GNU version. Accept multiple args...
2002-11-20 Eric AndersenKill SVR4_BUGCOMPAT
2002-11-20 Eric AndersenPatch from Stefan Allius:
2002-11-19 Eric AndersenPer suggestion from Stefan Allius, change DO_MPROTECT_H...
2002-11-19 Eric AndersenStefan Allius writes:
2002-11-15 Eric AndersenFor now, revert Ronald Wahl's change to dlopen. We...
2002-11-15 Eric AndersenRonald Wahl writes:
2002-11-14 Eric AndersenAdd missing quotes
2002-11-12 Eric AndersenA powerpc patch from Ronald Wahl:
2002-11-08 Eric AndersenPatch from Stefan Allius for libgcc multilib support
2002-11-08 Eric AndersenFix a silly compile bug
2002-11-08 Eric AndersenAnother SuperH patch from Stefan Allius. This make...
2002-11-06 Eric AndersenFix up a compile error
2002-11-06 Eric AndersenCleanup patch from Simon Rowe
2002-11-05 Eric AndersenMassive scrubbing of the shared lib loader error handling.
2002-11-05 Eric AndersenKill legacy DOPIC=true assignment
2002-11-03 Eric AndersenSeveral SH lib loader patches by Stefan Allius <allius...
2002-11-03 Eric AndersenPatch from M. R. Brown <mrbrown@0xd6.org> to get rid of
2002-11-02 Eric AndersenFix PIC configuration, so shared libraries once again...
2002-10-31 Eric AndersenOk, this commit is _huge_ and its gonna change the...
2002-10-30 Eric AndersenUse '#ifdef __linux__' not '#ifdef linux'
2002-10-25 Eric AndersenActually install libdl.a
2002-10-16 Eric AndersenKill a warning. Patch from Joel Coltoff <joel@wmi...
2002-10-15 "Steven J. Hill"Fixed 'dlopen' call for MIPS. Things seem to work swimi...
2002-10-01 Eric AndersenThis commit contains a patch from Stefan Allius <allius...
2002-09-23 Tobias AnderbergRemoved redundant code. Same thing exist in sys/syscall...
2002-09-19 Tobias Anderberg* Changed paramater names to match their register,...
2002-09-16 Tobias AnderbergUpdated for the CRIS port.
2002-09-16 Tobias AnderbergInitial version of the dynamic linker code for the...
2002-09-12 Tobias AnderbergSupport LD_DEBUG=all
2002-09-12 Eric AndersenAdd missing _dl_dprintf arguments, as noticed by Tero...
2002-09-09 Eric AndersenFixup multi-line string
2002-09-05 Tobias AnderbergFixed another address alignment where a pagesize of...
2002-08-24 Eric AndersenUse bits/kernel_stat.h, not asm/stat.h
2002-08-19 Eric Andersenmissed const-ifying this one.
2002-08-19 Eric Andersensome updates from Stefan Allius to make up the SuperH...
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...
next