OSDN Git Service

Add check, so we are sure that the file is correctly built, if the system is ssp...
[uclinux-h8/uClibc.git] / ldso / ldso /
2005-11-01 Peter S. MazingerAdd check, so we are sure that the file is correctly...
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-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-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-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-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...
2005-09-08 Mike FrysingerFix by Martin Schlemmer:
2005-08-29 Mike Frysingersome fixes by anemo in Bug 9 to play nicely with 32...
2005-08-18 Mike Frysingeruse generic ELF wrappers
2005-08-15 Mike Frysingermove arch-specific checks out of shared dl-syscall...
2005-08-12 Joakim TjernlundRemove hardcoded ld-uClibc.so.0 name in ldso.
2005-08-10 Mike Frysingeruse the inline version of _dl_parse_dynamic_info
2005-08-09 Mike Frysingerclean up whitespace/syntax
2005-08-09 Mike Frysingerdisable early debug code if the arch relies on certain...
2005-08-09 Mike Frysingereat whitespace
2005-07-29 "Steven J. Hill"Remove unused include directory.
2005-07-28 Mike Frysingerjust use -g as -g3 is overkill (and sometimes unstable)
2005-07-14 Mike Frysingera [mostly working] elfinterp.c based on i386 / glibc
2005-07-14 Mike Frysingerremove unused instructions
2005-07-13 Mike Frysingereat pointless whitespace
2005-07-13 Mike Frysingerdump the address we transfer control to
2005-07-13 Mike Frysingeruse Elf32_Word instead of uint32_t since that is what...
2005-07-12 Mike Frysingeruse wrapper debug macros to improve readability
2005-07-11 Mike Frysingerdont use void* when we know the type of pointer we...
2005-07-11 Mike Frysingerforce hash buckets to work off of 32bit quantities
2005-07-11 Mike Frysingeruse the debug dprint macros to clean up readability
2005-07-11 Mike Frysingeruse the debug dprint macros to clean up readability
2005-07-11 Mike Frysingerminor touchups in debug output/comments
2005-07-11 Mike Frysingerbase __rtld_stack_end off of argv instead of args so...
2005-07-11 Mike Frysingerdeclare reloc_addr as ElfW(Addr) instead of Word since...
2005-07-09 Mike Frysingermake sure we use long instead of int so we dont truncat...
2005-07-08 Mike Frysingeradd some more useful debug output
2005-07-08 Mike Frysingererr, x86_64 is RELA, not REL
2005-07-08 Mike Frysingerneed _DEBUG macros for NUMBER too
2005-07-08 Mike Frysingerwhitespace clean up
2005-07-08 Mike Frysingerhelp if i named the var correctly ...
2005-07-08 Mike Frysingerhelp if i named the var correctly ...
2005-07-08 Mike Frysingerdl-debug.h for sparc
2005-07-08 Mike Frysingerdl-debug.h for m68k
2005-07-08 Mike Frysingerfix GET_ARGV() so it pulls out the argc/argv/envp properly
2005-07-07 Mike Frysingerget rid of arch-specific defines in dl-startup.c and...
2005-07-07 Mike Frysingeradd debug code for showing argc/argv/envp and touch...
2005-07-07 Mike Frysingerremove broken asm code in elf_machine_dynamic() and...
2005-07-07 Mike Frysingermake RUNPATH/RPATH support configurable
2005-07-07 Mike Frysingerrip out all the duplicated debug code and move into...
2005-07-06 Mike Frysingerimport start of ldso based on glibc
2005-07-06 Mike Frysingermake sure ldso.o depends on more files in subdirs
2005-07-04 Mike Frysingeruse the a_val member instead of a_ptr/a_fcn since newer...
2005-06-30 Mike Frysingerif the include files get updated we want to rebuild
2005-06-30 Mike Frysingercreate generic ELF_* macros to hide 32/64 bit differences
2005-06-30 Mike Frysingerchange all Elf32_* usage to ElfW(*) usage since we...
2005-06-30 Joakim TjernlundQuick and dirty hack to prevent ld.so from beeing loade...
2005-06-30 Mike Frysingererr revert %p->%x change since _dl_printf() is not...
2005-06-30 Mike Frysingeruse %p instead of %x to show addresses so we dont have...
2005-06-30 "Steven J. Hill"The function '_dl_memset' should always be inlined...
2005-06-27 Joakim TjernlundAdd __libc_stack_end to ld.so. The libc.a version remai...
2005-06-25 Mike Frysingeruse _dl_debug_file instead of hardcode 2
2005-06-25 Mike Frysingermove _dl_if_debug_dprint() to shared ldso header
2005-06-25 Mike Frysingercreate some DEBUG macros for the ld debug early
2005-06-25 Mike Frysingerrework the debug _dl_dprintf usage to avoid #ifdef...
2005-06-10 Eric AndersenBased in part on related code in glibc, this might...
2005-06-10 Eric AndersenFinish updating mips for the new ABI
2005-06-03 Mike Frysingerclean up syntax/whitespace and a few variables to minim...
2005-06-03 Mike Frysingertweak whitespace to minimize diffs between i386/m68k
2005-06-01 Joakim TjernlundInitial support for both RUNPATH support.
2005-05-31 Joakim TjernlundFix bug 60
2005-05-28 Joakim TjernlundAdd Peter Mazinger fini/crt compat patch. Select DL_FIN...
2005-05-28 Joakim TjernlundAdd patch at bugs 274. From Peter Manzinger.
2005-05-25 Joakim TjernlundPrepare for standalone execution of ldso.
2005-05-21 Joakim TjernlundEnable new FINI processing. ldso now passes a FINI...
2005-05-01 Eric AndersenOn mips, gdb explicitly looks for the symbol "__dl_runt...
2005-04-27 "Steven J. Hill"Get rid of extern references to ldso variables.
2005-04-27 Paul MundtSimplify PERFORM_BOOTSTRAP_RELOC() default path.
2005-04-27 "Steven J. Hill"GCC-4.1.0 doesn't like it when you reference 'extern...
2005-04-23 Joakim TjernlundCleanup library loading.
2005-04-13 Eric AndersenAdjust indentation
2005-04-13 Eric AndersenThis update gets mips working again.
2005-04-12 Eric Andersenearly debug stuff goes to stderr, not _dl_debug_file
2005-04-12 Eric Andersenfix a thinko -- we cant use
2005-04-12 Eric AndersenOnly dl-startup.c should be using the SEND_STDERR macros,
2005-04-12 Joakim TjernlundRemove __FORCE_SHAREABLE_TEXT_SEGMENTS__ hack from...
2005-04-07 Tobias AnderbergReplaced modulo code with the modulo operator.
2005-04-03 Joakim TjernlundPrepare PowerPC some more for standalone exection of...
2005-04-01 Eric Andersenminor cosmetic cleanup
2005-04-01 Joakim TjernlundOptimize _dl_elf_hash(), both smaller and faster. Mostly
2005-03-31 Paul Mundtsh64 ldso updates and fixes.
2005-03-29 Joakim TjernlundMoved the addition of load address from the fast path
next