OSDN Git Service

everything uses now CFLAGS, no need to add anything to CPU_FLAGS, add -DSTATIC for...
[uclinux-h8/uClibc.git] / ldso /
2006-02-01 Mike Frysingerdisable lazy code for now
2006-01-31 Peter S. Mazingers:THUMB_INTERWORK:USE_BX:, thx Khem Raj
2006-01-31 Mike FrysingerJohn Bowler says: use (!thumb) instead of (arm) since...
2006-01-31 Mike FrysingerJohn Bowler writes in Bug 385:
2006-01-31 Mike FrysingerJohn Bowler writes in Bug 385:
2006-01-30 Peter S. Mazingerback to inline, mips fails
2006-01-29 Mike Frysingerrename local i var to idx to get rid of shadow warning
2006-01-29 Mike Frysingerremove unneeded double reloc_type definition
2006-01-29 Mike Frysingerchange variable names so we dont shadow others
2006-01-29 Mike Frysingeruse diff variable names so we dont shadow each other
2006-01-29 Mike FrysingerBernhard Fischer writes: remove unused variable name
2006-01-29 Mike Frysingerremove excess whitespace
2006-01-27 Peter S. Mazingeruse attribute_unused instead of hardcoded
2006-01-27 Peter S. MazingerSome warnings go away
2006-01-26 Peter S. MazingerGet rid of missing prototype warnings
2006-01-24 Bernhard Reutner... - use keywords __asm__ and __inline__ c99.
2006-01-23 Peter S. MazingerMake i386 build w/ -std=c99 (almost)
2006-01-22 Peter S. MazingerEnable _GNU_SOURCE build wide, trying to get consistent...
2006-01-20 Mike Frysingerfix building on alpha
2006-01-19 Mike Frysingerwould help if i used the right variable name ...
2006-01-19 Mike FrysingerFrank Mehnert writes:
2006-01-19 Mike Frysingerupdate sparc code using x86_64 as a template
2006-01-19 Mike Frysingerfirst pass at updating sparc ldso with code from glibc
2006-01-19 Mike Frysingerupdate syscall macros so both ldso and libc can use...
2006-01-19 Mike Frysingermove a bunch of arch-specific checks out of common...
2006-01-17 Mike Frysingercut out unused code
2006-01-17 Mike Frysingercleanup whitespace
2006-01-17 Mike Frysingersince just about everyone uses return _dl_elf_main...
2006-01-14 Mike Frysingergrab some more fixes from x86_64
2006-01-14 Mike Frysingerm68k ldso works again (well, lazy relocation is broken...
2006-01-14 Mike Frysingeradd back in _dl_start_user
2006-01-14 Mike Frysingerfixup so we can at least get to the ldso Standalone...
2006-01-14 Peter S. MazingerRevert 13276, cache corrupted on x86
2006-01-14 Mike Frysingeruse regular headers rather than trying to get tricky
2006-01-13 Mike Frysingerfix up ability to rename ldso
2006-01-12 Mike Frysingerfix a (very unlikely) page leak
2006-01-11 Mike Frysingerneed to include bits/sysnum.h for all of our __NR_...
2006-01-10 Mike Frysingersupport a few more relocation types
2006-01-09 Mike Frysingerlist more relocs
2006-01-08 Mike Frysingerother half of lazy relocation from glibc dl-trampoline
2006-01-08 Mike Frysingerpatch by Jocke to fix up lazy relocation
2005-12-27 Mike Frysingernlist should be unsigned, not signed, as it tracks...
2005-12-27 Mike Frysingerrevert debug "fix" since it isnt correct and previous...
2005-12-16 Peter S. MazingerRemove all trailing ; after *_alias and change 2 to...
2005-12-15 Joakim TjernlundFix static apps on linux 2.6. Linux clobbers r7 in...
2005-12-14 Mike Frysingerfix signed/unsigned warnings and unused warnings
2005-12-14 Mike Frysinger remove .oS too
2005-12-11 "Steven J. Hill"Fix debugging.
2005-12-10 Peter S. MazingerRemove trailing ';' from strong_alias, thx Bernhard...
2005-11-28 Peter S. MazingerAdded .oS asm targets and make ldso build w/ -DSHARED...
2005-11-23 Mike Frysingerchange to Lesser GPL 2.1 as pointed out by psm
2005-11-22 Peter S. MazingerDepedencies corrected (less make oldconfig/headers...
2005-11-22 Mike Frysingerrework depends and stripping so that libraries arent...
2005-11-22 Mike Frysingerremove headers_done since it broke buildroot again
2005-11-22 Mike Frysingeradd some copyright info
2005-11-21 Peter S. MazingerRemove TOPDIR
2005-11-21 Peter S. MazingerDo not create any files (dl-progname.h) in ldso anymore
2005-11-21 Peter S. MazingerPartly undo earlier patch on vapier's request
2005-11-21 Peter S. MazingerGuard debug_sym/debug_reloc, make sure elfinterp.c...
2005-11-21 Peter S. MazingerDo not create header links, use -I to find them. Moved...
2005-11-20 Mike Frysingerfix up ifdef checks so dl_iterate_phdr is defined in...
2005-11-18 Peter S. Mazingermake -j2 works here
2005-11-18 Peter S. MazingerAdd info to CFLAGS about lib we are building
2005-11-17 Peter S. MazingerInclude all lib*/Makefile.in in top_srcdir/Makefile...
2005-11-17 Peter S. MazingerUse -z relro/-z now on all libs, add some new variables...
2005-11-09 Mike Frysingerupdate license
2005-11-06 "Steven J. Hill"Do not set the RELOCS_DONE flag until it is actually...
2005-11-02 Joakim TjernlundDon't need this debug check anymore.
2005-11-02 Joakim Tjernlundpsm missed a spot :)
2005-11-02 Peter S. MazingerMove __SSP__ check to header
2005-11-02 Peter S. Mazingerldso powerpc changes ported to i386
2005-11-01 Peter S. MazingerAdd check, so we are sure that the file is correctly...
2005-11-01 Peter S. MazingerAdd back -L..lib to libdl linker, now that we do not...
2005-10-29 Joakim TjernlundHopefully fix the bug Oleg reported in uclibc.org/lists...
2005-10-29 Peter S. MazingerReplace all Makefiles for new build infrastucture
2005-10-28 Peter S. MazingerMissed one occurence of BUILD_UCLIBC_LDSO
2005-10-27 Peter S. MazingerMoved guard_setup to dl-osinfo.h (used commonly by...
2005-10-26 Peter S. MazingerDefault changed to IMA compiling, disabled explicitely...
2005-10-25 Peter S. MazingerAll Makefile.in's. Only arm/i386/mips/powerpc/x86_64...
2005-10-19 Peter S. MazingerAdd the current implementation to review
2005-10-19 Peter S. Mazinger2 more examples that show the handling of different...
2005-10-14 Peter S. MazingerForgotten to commit libdl.c, change __LIBDL_SHARED__...
2005-10-14 Peter S. MazingerChange __LIBDL_SHARED__ to SHARED. This will be also...
2005-10-12 Peter S. MazingerRewrote almost all Makefiles: do not use strip $(x...
2005-10-11 Peter S. MazingerDo not defer expansions where useless, like CSRC/OBJS...
2005-10-11 Peter S. MazingerRemove TMPDIR from glibc's commented list
2005-10-11 Peter S. MazingerSync unsecvars.h w/ glibc-2.3.5, remove unused vars...
2005-10-04 Peter S. MazingerDo not recurse into ldso/libc/libpthread on clean
2005-10-03 Peter S. MazingerMove _dl_protect_relro as in ldso.c, thanks to jocke
2005-10-03 Peter S. MazingerMove _dl_protect_relro after INIT to allow using attrib...
2005-10-01 "Steven J. Hill"Clean up debugging levels for MIPS. This should make...
2005-09-28 Peter S. MazingerRemove ar-target and shared targets, at build time...
2005-09-27 Peter S. MazingerRemove created objects independently of TARGET_ARCH...
2005-09-23 "Steven J. Hill"I really really HATE gcc-4.1 and its whimsical inline...
2005-09-21 Joakim Tjernlund__set_errno must be redefined after #include "sys/sysca...
2005-09-20 Joakim Tjernlundforgot MMAP_HAS_6_ARGS
2005-09-20 Joakim TjernlundMake powerpc use sys/syscall.h, instead of defining...
2005-09-18 Joakim TjernlundRemove unused function.
2005-09-17 Joakim TjernlundFix bug 430 and reduce ldso size with 1KB :). Not sure...
2005-09-08 Mike Frysingerpunt _DL_FINI_CRT_COMPAT option now that 0.9.28 has...
next