Historique des commits

Auteur SHA1 Message Date
  Peter S. Mazinger ba31c6c463 Remove TOPDIR il y a 18 ans
  Peter S. Mazinger e6aa37afc9 Replace all Makefiles for new build infrastucture il y a 18 ans
  Peter S. Mazinger 237277e9a8 Moved guard_setup to dl-osinfo.h (used commonly by ldso and libc). Renamed to _dl_setup_stack_chk_guard, as in glibc. SSP requires now binutils-2.16.1 and newer. Add NOT_IN_libc/IS_IN_libc. Began using -DSHARED in uClibc_main.c, there are more candidates in there. Move back dl_protect_relro to it's earlier place. il y a 18 ans
  Peter S. Mazinger 3a7ac9c7a7 Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objects at once; use :=//$</$^; use CRT_SRC/CRT_OBJ/SCRT_OBJ/CSRC/COBJ/SSRC/SOBJ/MSRC/MOBJ where no more is needed, if only CSRC is present use OBJS directly instead of COBJ; CTOR_TARGETS are created directly in lib; remove unused/unneeded parts. Hope I haven't broken too much. il y a 18 ans
  Peter S. Mazinger 998913a5ce Do not defer expansions where useless, like CSRC/OBJS/LIB_NAME/AR_LIB_NAME, defer only for shared lib related stuff, because it is optional. Run STRIPTOOL only once. More use of /$^/$<. il y a 18 ans
  "Steven J. Hill" 23426f4df6 Clean up debugging levels for MIPS. This should make things consistent now. il y a 18 ans
  Peter S. Mazinger f70602be19 Remove ar-target and shared targets, at build time now we traverse the tree only once. Generalize all toplevel makefiles. Make sure, that libdl.so is built against libc.so and not libc.a il y a 18 ans
  Peter S. Mazinger f4551c6a62 Remove created objects independently of TARGET_ARCH and kill 3 warnings il y a 18 ans
  Mike Frysinger 270bd86b4f punt _DL_FINI_CRT_COMPAT option now that 0.9.28 has been released il y a 19 ans
  Joakim Tjernlund 066d0837ff Remove hardcoded ld-uClibc.so.0 name in ldso. il y a 19 ans
  "Steven J. Hill" 2512e7992c Remove unused include directory. il y a 19 ans
  Mike Frysinger b3bccca4b7 just use -g as -g3 is overkill (and sometimes unstable) il y a 19 ans
  Mike Frysinger ce9f1cf9c2 rip out all the duplicated debug code and move into a shared file il y a 19 ans
  Mike Frysinger 1e857d0ce2 make sure ldso.o depends on more files in subdirs il y a 19 ans
  Mike Frysinger 8dae092bd9 if the include files get updated we want to rebuild il y a 19 ans
  Joakim Tjernlund d1b0dffff4 Add Peter Mazinger fini/crt compat patch. Select DL_FINI_CRT_COMPAT to il y a 19 ans
  Joakim Tjernlund 75ca73f431 Add patch at bugs 274. From Peter Manzinger. il y a 19 ans
  Mike Frysinger ba595540f6 have ldso.c depend on dl-startup.h too il y a 19 ans
  Joakim Tjernlund 462d544629 Fix ldso for MIPS. il y a 19 ans
  Joakim Tjernlund 2331c7f052 General arch cleanup and prepare support for standalone il y a 19 ans
  Mike Frysinger 5606690300 make sure we rebuild ldso.o when the dl-*.c files have been updated il y a 19 ans
  Mike Frysinger 99e973a956 rework dependencies so the archive is re-created only when the object files have been updated il y a 19 ans
  Eric Andersen f8e6aa06ff Patch from Peter S. Mazinger: il y a 19 ans
  Eric Andersen 6ae64d2583 Patch from Peter S. Mazinger: il y a 19 ans
  Eric Andersen 3d831a7c27 Cleaned up patch from Peter S. Mazinger adding support for il y a 19 ans
  Eric Andersen 4a56d69f1e Patch from Peter S. Mazinger to consistantly use "ASFLAGS" il y a 19 ans
  Eric Andersen 98521f61f3 That last patch had some garbage in it... PIC != PIE il y a 19 ans
  Eric Andersen a56073a28b Partial commit of a patch from Alexandre Oliva: il y a 19 ans
  Joakim Tjernlund dc0f822bfe - Remove dynamic_size from struct elf_resolve. il y a 19 ans
  Joakim Tjernlund e93138024a Remove unneeded -D<somedefine>, and use instead #ifdef __somedefine__ il y a 19 ans