summaryrefslogtreecommitdiffstats
path: root/ldso
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove dead code.Joakim Tjernlund2005-03-181-78/+0
|
* Forgot to commit the arch cleanup changes to m68kJoakim Tjernlund2005-03-181-2/+9
|
* have ldso.c depend on dl-startup.h tooMike Frysinger2005-03-181-1/+2
|
* Fix ldso for MIPS.Joakim Tjernlund2005-03-172-71/+1
|
* Corrected a typo (exection -> execution).Peter Kjellerstedt2005-03-171-1/+1
|
* General arch cleanup and prepare support for standaloneJoakim Tjernlund2005-03-1715-137/+206
| | | | | | execution of ldso. Added new asm for MIPS to be tested. All arches should retest.
* cleanup & standardizeMike Frysinger2005-03-161-121/+120
|
* add hack like m68k so it *builds* again ... probably needs to be cleaned up ↵Mike Frysinger2005-03-161-5/+5
| | | | like m68k though ...
* make it compile againMike Frysinger2005-03-161-7/+4
|
* make sure we rebuild ldso.o when the dl-*.c files have been updatedMike Frysinger2005-03-161-1/+1
|
* merge the syscalls and punt the glibc import in the process (blah, what a ↵Mike Frysinger2005-03-161-174/+2
| | | | waste of time that was :D)
* updates to match i386Mike Frysinger2005-03-161-10/+14
|
* clean up whitespace style and hack around a build failure or twoMike Frysinger2005-03-161-182/+176
|
* fix 13mo+ old typoMike Frysinger2005-03-161-1/+1
|
* whitespace trimMike Frysinger2005-03-161-5/+0
|
* clean up style to be match i386Mike Frysinger2005-03-161-44/+42
|
* Add _dl_boot() prototype.Joakim Tjernlund2005-03-151-1/+1
|
* A little whitespace clean up.Peter Kjellerstedt2005-03-151-8/+13
|
* Made it compile again (and it even seems to work).Peter Kjellerstedt2005-03-151-2/+2
|
* Fix MIPS initial GOT relocation.Joakim Tjernlund2005-03-151-8/+9
|
* Same typo here.Joakim Tjernlund2005-03-141-1/+1
|
* Oops, fix typo.Joakim Tjernlund2005-03-141-1/+1
|
* Make mips at least compileEric Andersen2005-03-142-10/+12
|
* Fix up x86 so it compiles again.Eric Andersen2005-03-142-3/+2
|
* Simplify PT_INTERP handling.Joakim Tjernlund2005-03-141-28/+9
| | | | Add prototype for _dl_boot()
* Generalize optimized relative reloc procesing.Joakim Tjernlund2005-03-1412-28/+526
| | | | | | | | | | | Add elf_machine_dynamic() and elf_machine_load_address() for all archs. elf_machine_dynamic() replaces the #ifdef mess to get at the GOT. elf_machine_load_address() is needed to execute ldso directly, this is not complete yet. I probably broke one or two archs(only tested PPC) so please try and report problems. For a report to be useful you need to enable __SUPPORT_LD_DEBUG_EARLY__ and __SUPPORT_LD_DEBUG__
* Force suid apps to do unlazy binding of the PLT relocs.Joakim Tjernlund2005-03-141-30/+32
| | | | | See http://bugs.gentoo.org/show_bug.cgi?id=71609 for more details. Reported by Peter Mazinger.
* Use DT_RELCONT_IDX to optimize the relocation of R_PPC_RELATIVEJoakim Tjernlund2005-03-101-1/+13
| | | | | relocs. All RELA arches can probably copy this. REL archs will have to delete the "+ rpnt->r_addend" from the loop.
* no more cvsMike Frysinger2005-02-123-9/+0
|
* make sure libdl static and shared targets are built properlyMike Frysinger2005-01-241-9/+6
|
* clean up dependencies so libraries are only rebuilt when needed and so that ↵Mike Frysinger2005-01-191-8/+5
| | | | parallel build works correctly
* Avoid compiler warnings.Peter Kjellerstedt2005-01-191-3/+3
|
* rework dependencies so the archive is re-created only when the object files ↵Mike Frysinger2005-01-181-3/+3
| | | | have been updated
* rework dependencies to support parallel build and avoid re-creating header ↵Mike Frysinger2005-01-181-11/+13
| | | | files all the time
* Use the inlined __dl_parse_dynamic_info() in DL_BOOT() for CRIS too.Peter Kjellerstedt2005-01-121-2/+2
|
* Fixup function prototypes to match definitions in include/dlfcn.hEric Andersen2005-01-101-2/+4
|
* fix eriks e-mail addressMike Frysinger2005-01-059-9/+9
|
* Cleanup for when LDSO_CACHE_SUPPORT is disabledEric Andersen2004-12-221-3/+4
|
* Patch from Peter S. Mazinger:Eric Andersen2004-12-221-0/+3
| | | | Add UCLIBC_BUILD_NOEXECSTACK support.
* Patch from Peter S. Mazinger:Eric Andersen2004-12-221-0/+3
| | | | Seperate out security features into a separate menu
* Cleaned up patch from Peter S. Mazinger adding support forEric Andersen2004-12-222-3/+2
| | | | | -fstack-protector and -fno-stack-protector-all security options
* Patch from Peter S. Mazinger to consistantly use "ASFLAGS"Eric Andersen2004-12-221-1/+3
| | | | as the flags for all calls to 'as'
* - added LD_TRACE_LOADED_OBJECTS to be stripped from the env on suid execNed Ludd2004-12-201-0/+1
|
* - dont use dos formatNed Ludd2004-12-201-26/+25
|
* That last patch had some garbage in it... PIC != PIEEric Andersen2004-12-111-8/+1
|
* Partial commit of a patch from Alexandre Oliva:Eric Andersen2004-12-117-15/+52
| | | | | | | | | | Here's an updated version of the patch I posted about a month ago. It leaves -nostdinc alone, and uses -print-file-name=include instead of -print-search-dirs to figure out where GCC's internal headers are. Please let me know whether there are any portions of this patch you'd like me to break into smaller pieces, to rework, or to give up trying to get into uClibc :-) Thanks,
* Add BIND NOW support to MIPS.Joakim Tjernlund2004-11-174-15/+17
| | | | | Mips did not honour the LD_BIND_NOW env. variable or the DT_BIND_NOW flag in the dynamic section.
* Add RTLD_LOCAL support for dlopened libs. Reported byJoakim Tjernlund2004-11-1013-353/+67
| | | | | | | Andrew de Quincey, who has been most helpful getting this sorted out, thanks. Thanks also to Peter Mazinger who did alot of testing. Removed all traces of dl_parse_copy_information() since it is no longer used.
* - Remove dynamic_size from struct elf_resolve.Joakim Tjernlund2004-11-0211-158/+172
| | | | | | | | | | - Replace all open coded dynamic handling with a function. Reduces size. - Fold special MIPS dynamic code into the dynamic_info item. - Add RELRO support. - Support linking with "-z now". - prepare for DT_RELACOUNT/DT_RELCOUNT optimization. - Add -z now to ld.so linking, this is what ld.so does anyway so let the linker know that.
* Jocke's patch was almost right. Just needed move the DT_MIPS_RLD_MAP testManuel Novoa III2004-10-271-15/+4
| | | | | up a bit. Native and remote debugging of shared libs and threaded apps now works on mips.