OSDN Git Service

fix building
[uclinux-h8/uclibc-ng.git] / ldso /
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...
2005-09-08 Mike FrysingerFix by Martin Schlemmer:
2005-09-08 Mike Frysingerdlvsym stub
2005-08-29 Mike Frysingersome fixes by anemo in Bug 9 to play nicely with 32...
2005-08-24 Joakim TjernlundFrank Mehnert writes:
2005-08-18 Mike Frysingeruse generic ELF wrappers
2005-08-15 Eric AndersenJust quote the whole darn thing so we can print any...
2005-08-15 Mike Frysingerremove quote char which doesnt belong
2005-08-15 Joakim TjernlundFix bug 387, missing _dl_progname for static apps.
2005-08-15 Mike Frysingermove arch-specific checks out of shared dl-syscall...
2005-08-12 Joakim TjernlundRemoved hardcoded ld-uClibc.so.0 in uClibc. From Peter...
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 Frysingerrework the headers depedency so that it plays nice...
2005-08-09 Mike Frysingereat whitespace
2005-08-01 Joakim TjernlundAdd dependency on ld-uClibc.so.0 for libdl.so.
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-27 Joakim TjernlundFix bug 358 by protecting _dl_symbol_tables as suggested.
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 Frysingeroops, fix typo in ELF_ST_BIND macros
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 Frysingercreate a new wrapper macro for debug early output
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-11 Mike Frysingermake sure the SEND_NUMBER_STDERR macro doesnt modify...
2005-07-09 Mike Frysingermake sure we use long instead of int so we dont truncat...
2005-07-09 Mike Frysingerwe need the syscall6() version of mmap
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 Frysingerclean up whitespace
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 Frysingerneed features.h for the misc attribute defines and...
2005-07-06 Mike Frysingersetup ELF_R_TYPE() wrapper for ELF{32,64}_R_TYPE()
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-07-02 Mike Frysingeruse new __always_inline define
2005-07-02 Mike Frysingeruse new __always_inline define
2005-06-30 Mike Frysingeroops, we dont want to use relative paths for the header...
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 Frysingerwhitespace tweaks
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 Frysingertypecast to long instead of int so pointers on 64bit...
2005-06-30 Mike Frysingersmall whitespace fix
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 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 Frysingerwhitespace/syntax cleanups
2005-06-25 Mike Frysingerrework the debug _dl_dprintf usage to avoid #ifdef...
2005-06-25 Mike Frysingerwould help if it actually compiled :/
2005-06-25 Mike Frysingerhide the #ifdef debug macros/printfs behind one functio...
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 TjernlundAdd debug printout of RTLD_GLOBAL and RTLD_NOW flag.
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...
next