summaryrefslogtreecommitdiff
path: root/libexec/ld.elf_so
AgeCommit message (Expand)Author
2000-07-19Make it build on non-VARPSZ again.thorpej
2000-07-18Fix some issues with SPARC V9 ELF binaries.eeh
2000-07-17More VAX ELF changes.matt
2000-07-14No need for RELOCATE_SELF since the VAX does real PIC. Rewrite the bindmatt
2000-07-14Split DEBUG into two lines to make it easier to enable each separately.matt
2000-07-14Update to reflect VAX ELF reality.matt
2000-07-14Initialize ld.elf_so's textsize.matt
2000-07-13Added support for the SPARC v9 ABI.eeh
2000-07-06fix non-portable bit-fieldschristos
2000-07-03shut gcc up about a bogus possibly used before initialized.matt
2000-07-03Treat short and byte print formats as and cast to the right size.matt
2000-07-03Update to current <machine/asm.h>matt
2000-07-03If OBJECT_FMT is ELF and MACHINE_ARCH = vax, build ld.elf_somatt
2000-06-26we now need <uvm/uvm_param.h>mrg
2000-06-16Also set __mainprog_obj so .ini sections can call dlopen()christos
2000-06-14sweep of my licenses (userland files w/o only my copyright) forcgd
2000-06-14fix up NetBSD RCS Ids to match the standard, and the leading comment ascgd
2000-06-03slighly move the assert() added in last commit, so that it'sjdolecek
2000-06-02_rtld_unref_dag(): needed->obj might be null if the unreffed object hasjdolecek
2000-05-22minor fix now that i've defined the plt0 entry.matt
2000-05-09Initial commit of arm26 portbjh21
2000-05-01PowerPC: support ADDR16_LO, ADDR16_HI and ADDR16_HA relocations.kleink
2000-04-15Cause ld.elf_so to find the symbols for __progname and environ and set them. ...erh
2000-04-15re-indent sanely _rtld_dlsym() [no functional change]christos
2000-04-02Also print a newline after the error in the xwarnx case.soren
2000-03-26Don't try to get libc_pic from the libc compile directory. If we're doing amycroft
2000-02-13switch back to using a file mapping for the initial mapping of a new object.chs
2000-02-08change first argument of dladdr to const.scottb
2000-02-07add hooks to support the dladdr function.scottb
2000-02-07Change _rtld_dlclose() to unload the object via _rtld_unload_object() ratherkleink
2000-01-15use xwarnx instead of warnxchristos
1999-12-27don't stutter when printing error messages.christos
1999-12-20PR/9031: Scott Ellis: Ignore empty sysctl directive lines.christos
1999-12-15make a debugging formatting statement work portablychristos
1999-12-15Do what the people want. Support full sysctl names.christos
1999-12-13indent properly a debugging statement and fix grammar.christos
1999-12-13For the benefit of ldd and debuggers, append more Needed_Entry elementschristos
1999-12-13Enable parsing and mapping of hardware dependent libraries in ld.so.confchristos
1999-12-08Use "addend" for R_68K_GOT32, R_68K_PC32, and R_68K_32 relocations.itohy
1999-12-05More CL* fallout.fredb
1999-11-10Name consistencty nit: curmark -> _rtld_curmarkthorpej
1999-11-10Some slight cosmetic cleanup.thorpej
1999-11-07Make this more likely to compile with ld.elf_so changes. (But this ismycroft
1999-11-07Make this more likely to compile with ld.elf_so changes. (But this ismycroft
1999-11-07More fallout.mycroft
1999-11-07Fix fallout from MD ld.elf_so changes.mycroft
1999-11-07Changes from msaitoh to fix local/global symbol confusion, and to fix weakmycroft
1999-11-04Remove ELFNAME defines since they are defined in sys/exec_elf.herh
1999-10-28More SVR4-style ELF cleanups.simonb
1999-10-28Revert to rev. 1.4. This file didn't need to change.tsubai