summaryrefslogtreecommitdiff
path: root/libexec/ld.elf_so
AgeCommit message (Expand)Author
2016-05-22obj->phdr must be the absolute address, not the virtual offset from thejoerg
2016-04-14Remove duplicated __RCSIDs I added years ago - I blame CVS.skrll
2016-04-12- Print a warning for text relocationschristos
2016-02-20where is already void *christos
2016-02-19make debug code compile againmacallan
2016-02-09Actually, descsz should not contain the padding. The note still needs toskrll
2016-02-08Fix .note.netbsd.march by ensuring correct paddingskrll
2016-01-24we don't need <sys/mbuf.h>christos
2016-01-23Define _KERNTYPES for things that need it.christos
2015-07-03Add an explicit note about the search path used by dlopen(3).joerg
2015-04-06Fix membars around rtld internal mutex.yamt
2015-04-04lib/49813: Release mutex on error.joerg
2015-03-27Update RISCV to use the ELF relocations and new ABI.matt
2015-03-05HPPA hack for a problem where gdb doesn't see _rtld_debug_state whenskrll
2014-12-14fix powerpc TLS problems by removing the hacks for PPC EABI.chs
2014-10-30Avoid use after free, reported by the coverity scanner.martin
2014-09-19RISC-V support.matt
2014-09-19New files for Userland support of UCB RISC-V (both 32-bit and 64-bit)matt
2014-09-03New files for OR1K supportmatt
2014-09-03OR1K supportmatt
2014-08-31Remove (now duplicated) target computation.joerg
2014-08-27remove unused definechristos
2014-08-26Restore parenthesis to cast in the right order.joerg
2014-08-26Replace casts in the inline version of _rtld_call_function_void ofjoerg
2014-08-26fix set but not used.christos
2014-08-26Go back to skipping init/fini handling for ldd, makes problems for 32bitjoerg
2014-08-26Introduce a cast to fix the build for Elf32 on _LP64.christos
2014-08-25Add basic support for indirect functions. It allows providing a publicjoerg
2014-08-23Outdated, kill.joerg
2014-08-23Typo.joerg
2014-08-17Add proper registers for register counts.matt
2014-08-17add a missing register prefix.matt
2014-08-15Use -fPIC since powerpc64 is always compiled as -fPIC and -fpic would causematt
2014-08-13Build position independent on PPC64, too.joerg
2014-08-10Don't provide __gnu_Unwind_Find_exidx if __ARM_DWARF_EH__ is definedmatt
2014-08-10Changes to existing files to enable building AARCH64 userland.matt
2014-08-10Preliminary files for AARCH64 (64-bit ARM) support.matt
2014-07-28Fix parenthesis on __ha macromatt
2014-04-02The table of masks applied for each relocation type was wrong for somemartin
2014-03-22Make sure r1 is preserved _rtld_bind_start.matt
2014-03-21Simplify. If we got called via a calls $n, *pcrel32, instead of constructingmatt
2014-03-21Improve some of the rdbg messages to print the address of the pltgot slotmatt
2014-03-21Don't resolve symbols to PLT entries on the VAX. It just causes a lot ofmatt
2014-03-19Save actual start of function, not address of entry mask on the stack.joerg
2014-03-19Fix two bugs. (jump past entry mask, fix insv)matt
2014-03-19Once we know the bound routine, rebuilt a new callframe that can be unwoundmatt
2014-03-18Add .cfi ops so that one can unwind through this.matt
2014-03-18Merge riastradh-drm2 to HEAD.riastradh
2014-03-18Ignore LD_BIND_NOW for setuid binaries, but keep it in the environmentjoerg
2014-03-07Change OUTPUT to powerpc:common to make powerpc64 ld happymatt