summaryrefslogtreecommitdiff
path: root/libexec/ld.elf_so/arch
AgeCommit message (Expand)Author
2001-12-20Grumble. Put compiler options back into CPPFLAGS for now, sincethorpej
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-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-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-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-14Get rid of some debug code that should no longer be needed.eeh
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-15Initial support for dynamic ELF support on ARM.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
2001-06-19Preliminary x86-64 support. Not fully functional yet (toolchain bugs).fvdl
2001-05-28Correct spelling in a comment.nathanw
2001-04-25Sync with <sys/exec_elf.h> rev. 1.45: ElfNN_RelA -> ElfNN_Rela.kleink
2000-12-21Define VARPSZ so dynamic binaries work on both 4K and 8K page size machines.scw
2000-09-16Wrong register in machine code description.eeh
2000-08-07Simplify some stuff.matt
2000-07-26Catch up with type changes. Also:mycroft
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-13Added support for the SPARC v9 ABI.eeh
2000-07-03Update to current <machine/asm.h>matt
2000-05-22minor fix now that i've defined the plt0 entry.matt
2000-03-26Don't try to get libc_pic from the libc compile directory. If we're doing amycroft
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-10-28Revert to rev. 1.4. This file didn't need to change.tsubai
1999-10-25Update to match new SVR4-style definition names in <sys/exec_elf.h>.kleink
1999-10-18Make __SVR4_ABI__ optional.itohy
1999-08-23Bump text alignments to 4 bytes.kleink
1999-08-21Initial VAX ELF32 support (mostly untested). It's checked primarily formatt
1999-06-22We need to compile with -DVARPSZ, because the sparc has a variable pagechristos
1999-06-07This should use MACHINE_ARCH and test on "mipseb" instead of MACHINE andcastor
1999-05-21syncicache is needed...tsubai
1999-04-29Add m68k code.kleink