summaryrefslogtreecommitdiff
path: root/libexec/ld.elf_so
AgeCommit message (Expand)Author
2002-03-01Don't bomb if the ${DPADD} files are missing -- we want at least one oftv
2002-02-24Change to use a register prefix.matt
2002-02-08Generate <>& symbolically. I'm avoiding .../dist/... directories for now.ross
2002-02-04Whitespace cleanup.thorpej
2002-02-04Use ${MACHINE_CPU} to assign ARCHSUBDIR.thorpej
2002-02-03Add support for dynamic linking on the SuperH. From Marcus Comstedt,thorpej
2002-01-23Install the man page on a.out systems as well so that the man set is theskrll
2002-01-06Do not attempt to relocate any pltrela entries that are not JMP_SLOT on sparc64.eeh
2002-01-04Revert rev. 1.30 (partly). If MKPICINSTALL=no in mk.conf, libc_pic.a willtv
2001-12-28- Allow RTLD_DEFAULT_LIBRARY_PATH to be overridden.lukem
2001-12-28if SHLINKDIR != /usr/libexec, install compat symlinklukem
2001-12-28* Add user-controlled mk.conf variableslukem
2001-12-20Grumble. Put compiler options back into CPPFLAGS for now, sincethorpej
2001-12-20Small whitespace fix.thorpej
2001-12-20Update README. Still not complete.thorpej
2001-12-20Upon further investigation, do NOT include an addend in RELATIVEthorpej
2001-12-20Include the addend in GLOB_DAT relocations (!!).thorpej
2001-12-16* Move The Alpha R(RELATIVE) handling into an Alpha-specific code block,thorpej
2001-12-14Don't put compiler options into CPPFLAGS.thorpej
2001-12-14...and the other other missing notice.thorpej
2001-12-14Add other missing copyright notice.thorpej
2001-12-14Add missing copyright notice.fvdl
2001-12-14Garbage-collect the OLD_GOT stuff.thorpej
2001-12-14binutils-current ld emits DT_TEXTREL into _DYNAMIC on arm-elf. Handlethorpej
2001-12-14Add code to peek into the PLT and determine which PLT entry formatthorpej
2001-12-13Supply two lazy binding routines for Alpha: one that works with thethorpej
2001-12-13Check in workaround for BFD ABI change on MIPS: the new MIPS BFD generatesrafal
2001-12-13Use numeric labels.thorpej
2001-12-13Add RCS ID.thorpej
2001-12-13* Add a linker script which provides a _GOT_END_ symbol that we canthorpej
2001-11-24Fix bug found by Izumi Tsutsui -- if _rtld_find_symdef returned NULL, therafal
2001-11-02Allow both space and colon as a separator in LD_PRELOAD. Document this andskrll
2001-11-01Sort SEE ALSO, drop some unnecessary .Pp's, whitespace and misc fixes.wiz
2001-10-31Add a man page for ld.elf_so.skrll
2001-10-14Fix how underfined weak symbols are treated -- before, ld.so would do nothingrafal
2001-09-26In the `I can't believe it's been broken all this time' department:mycroft
2001-09-10Reorganize PowerPC cold a little. The return value from _rtld_bind_pltgot()mycroft
2001-08-14Correct some comments.eeh
2001-08-14Workaround for binutils 2.11 behavior.eeh
2001-08-14Get rid of some debug code that should no longer be needed.eeh
2001-08-14Pointers are NULL. Characters are '\0'.eeh
2001-07-16Fix ABS32 ARM reloc case. ELF shared libs on ARM now work!matt
2001-07-15Fix binder routine to not use a volatile register.matt
2001-07-15Bugfix for _rtld_start. Enable common plt processing code for armmatt
2001-07-15Enable arm if OBJECT_FMT is ELF. Initialize first few GOT entries for ARM.matt
2001-07-15Initial support for dynamic ELF support on ARM.matt
2001-07-15Add support for ARM ELF dynamic relocs.matt
2001-06-20Get stack layout right.fvdl
2001-06-20Remove mistaken casts of PLT relocations to 32 bit values.fvdl
2001-06-19Adapt for an actually correct sys/exec_elf.hfvdl