summaryrefslogtreecommitdiff
path: root/libexec/ld.elf_so/arch
AgeCommit message (Expand)Author
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
1999-04-19Simplify _rtld_start() a little, and shave some cycles. Spefically, there'sthorpej
1999-04-18Tidy this up a little.thorpej
1999-04-18Add code to use the kernel provided page size.ws
1999-04-17Modify syncicache on PowerPC from an inline to a real function.ws
1999-04-16Remove the ld.so link for ld.elf_so - the compat13 package takes caresimonb
1999-03-28Don't include <machine/regdef.h>.simonb
1999-03-05Make this compile.tsubai
1999-03-01fix rdbg macro args.christos
1999-03-01KNFchristos
1999-03-01- Use c style comments.christos
1999-03-01Make mkdep succeed (use matching quotes in comment).kim
1999-02-27* Make changing the PLT slot entry (lazy function binding) thread-safe.pk
1999-02-27Add comment on the necessity of having to look at implicit memory addendspk
1999-02-27Introduce pre-preocessor symbol RTLD_INHIBIT_COPY_RELOCS.pk
1999-02-27Target bitmask for RELOC_RELATIVE should be a full word.pk
1999-02-26Relative relocations should use addend.christos
1999-02-26Take care of `load address relative' relocations.pk
1999-02-26Implement rtld_bind() stub.pk
1999-02-24Cleanup global variable access so rtld can be self relocating. Also KNFchristos
1999-02-24Work in progress (does not work yet).christos
1999-02-19Remove unneeded args for rtld (kleink)christos
1999-02-12Be consistant about the .rtld_start and _rtld_startchristos
1999-01-18Avoid confusing various C preprocessors by avoiding # [0-9]castor
1999-01-16PR/6824: Erik Bertelsen: Missed arch directory in recent move.christos
1999-01-10Add i386 bits. Only works with -fpic or -fPIC compiled binaries sincechristos
1998-11-24Add powerpc support.tsubai
1998-05-11${DESTDIR} isn't needed - which isn't what the example inmhitch
1998-04-09Oops - when assembled with PIC, the jal gets expanded, so what used to bemhitch
1998-03-26Make this work with objdirs.thorpej
1998-03-25Add support for mips.mhitch
1997-10-22use CPPFLAGS instead of CFLAGSlukem
1996-12-16First cut at an ELF shared loader. Originally from John Polstra's FreeBSD elfcgd