OSDN Git Service

Optimized for size over speed to (substantially) reduce generated code size.
[uclinux-h8/uClibc.git] / ldso /
2001-06-27 Eric AndersenCleanup to not use kernel headers at all.
2001-06-18 Eric AndersenThis commit finishes adding support for the old m68k...
2001-06-15 Eric AndersenA few build updates
2001-06-15 Eric AndersenMake some nice SEND_ADDRESS_STDERR and SEND_NUMBER_STDE...
2001-06-15 Eric AndersenNow that our compiler wrapper is up to it, we can now...
2001-06-15 Eric AndersenBe consistant for all the client code, and use TARGET_C...
2001-06-14 Eric AndersenSome silly grammar stuff
2001-06-14 Eric AndersenYet more ldso cleanups. Be more discriminating about...
2001-06-13 Eric AndersenUse sys/mman.h not asm/mman.h -- we don't want kernel...
2001-06-11 Eric AndersenGet rid of the unused LDSO_VERSION
2001-06-11 Manuel Novoa III Fix bug in ldso/util/Makefile introduced when Erik...
2001-06-07 David McCulloughChanges needed to build the ldso dir for m68k. I haven...
2001-06-07 David McCulloughldso build always used $(NATIVE_ARCH)-uClibc-gcc, ...
2001-06-04 Eric AndersenAdd a new 'readelf' util I wrote this weekend.
2001-06-04 Eric AndersenTeach the ldso stuff to use the proper elf.h header...
2001-06-02 Manuel Novoa III Always check before you commit...^100. We need to...
2001-06-02 Manuel Novoa III Only build ldso if building shared. Also, if building...
2001-05-31 Manuel Novoa III Removed INSTALL_DIR and replaced it with DEVEL_PREFIX...
2001-05-25 Eric AndersenOne last structural change. Install header files to...
2001-05-18 Eric AndersenI wasn't building the libdl shared lib anymore. Make...
2001-05-16 Eric AndersenOops again. We do want to print this info, but only...
2001-05-16 Eric AndersenOops. I left in some debugging noise. Also some minor...
2001-05-12 Eric AndersenOk, this should finish off my massive ro-organization...
2001-05-11 Eric AndersenRework where libraries get installed to. Now thew...
2001-05-10 Eric AndersenCheck if ld.so is included in the NEEDED list. If...
2001-05-10 Eric AndersenFix up naming of ld.so so every uses the same define...
2001-05-10 Eric Andersenminor formatting cleanups
2001-05-10 Eric AndersenAdd in _dl_strrchr
2001-05-08 Eric AndersenMake sure types are pulled in
2001-05-08 Eric AndersenSome very minor cleanups
2001-05-07 Eric AndersenPut in but leave commented the DL_DEBUG define
2001-05-04 Eric AndersenAnother update to make sure things work properly on...
2001-05-04 Eric AndersenThis patch allows powerpc to compile again. It also...
2001-05-03 Eric AndersenDont segfault when folks run ld-uclibc as an executable.
2001-05-03 Eric AndersenDescribe what this routine is supposed to do so we...
2001-05-03 Eric AndersenSome more minor updates. Add in some debug stuff, and
2001-05-02 Eric AndersenSome more updates and explanation
2001-05-01 Eric AndersenAnother cleanup. Never pass addresses as an 'int'
2001-05-01 Eric AndersenI forgot to check this in.
2001-05-01 Eric AndersenYet another major rework. This time around, rework...
2001-04-30 Eric AndersenSanitize the calling of _dl_linux_resolver so it can...
2001-04-27 Eric AndersenGet rid of the a.out header file
2001-04-27 Eric AndersenAdd in missing ARM support. I really need to port...
2001-04-27 Eric AndersenFor m68k I forgot a needed #undef
2001-04-27 Eric AndersenEliminate the useless _dl_interpreter_exit function
2001-04-27 Eric AndersenI messed up the comment
2001-04-27 Eric AndersenYet another large update to ld.so. In this iteration...
2001-04-27 Eric AndersenMore trivial changes.
2001-04-27 Eric AndersenA few more compilation updates
2001-04-26 Eric Andersenoops again! I forgot to pull in the arch specific...
2001-04-26 Eric AndersenMissed these
2001-04-26 Eric AndersenBe more careful about not hard coding names.
2001-04-25 Eric AndersenUpdate ignore target
2001-04-25 Eric AndersenMove libdl and udate build method a bit
2001-04-24 Eric AndersenMake sure 'make install' creates needed dirs.
2001-04-24 Eric AndersenDisable an ugly bug-workaround for ancient versions...
2001-04-24 Eric AndersenAvoid a chicken-and-the-egg problem. Use $(LD) to...
2001-04-24 Eric AndersenSilence a warning
2001-04-23 Eric AndersenRevert my syscall changes. The _syscall# macros are...
2001-04-23 Eric AndersenOk, seems this _must_ be compiled as PIC code.
2001-04-23 Eric AndersenIgnore generated stuff. Add a 'make install' target...
2001-04-23 Eric AndersenInitial checkin for ld.so. This is a combination of...