summaryrefslogtreecommitdiff
path: root/libexec/ld.aout_so/arch
AgeCommit message (Expand)Author
2002-12-10Rename __LDPGSZ to AOUT_LDPGSZ, to accurately reflect what it is.thorpej
2002-11-22Only warn on double-word displacements for displacements lesssimonb
2002-07-20sweep of errx/warnx, remove unnecessary trailing \ngrant
2002-02-24Change to use a register prefix.matt
2001-11-21"than" instead of "then".wiz
2001-07-25Add hack bits to be able to compile a cross-linker for 8K-pages m68k targetsaymeric
2000-05-28Remove RELOC_SYMBOLICS_THROUGH_JMPSLOT as it's always the casematt
1999-06-28Make longjmp work with dynamic linking. From Matt Thomas.ragge
1999-04-12Allow reading SunOS/4.1.1 object files. Fixes pr/7363gwr
1999-03-13Need a small prototype. (Where did it go?)ragge
1999-03-13unbalanced `#endif', pointed out by Ken Wellsch.ragge
1999-02-27Add ld.so hacks for arm32, and reenable ld.aout_so on arm32. As is welltv
1999-01-15Fix from Phil Budne (add missing prototypes) to make ld.so compile againmatthias
1999-01-05Fix byte order swapping for cross linker.itohy
1998-12-21Add a prototype for the _cachectl() trap call stup in mdprologue.S.is
1998-12-20Include err.h to fix compile warnings.veego
1998-12-17Re-arrange to hide unneeded functions when building the run-time linker.pk
1998-12-17Pick up ld(1) implementation definitions.pk
1998-12-17Re-arrange to hide unneeded functions when building the run-time linker.pk
1998-12-15Layout & compiler warnings.pk
1998-12-15NetBSD -> __NetBSD__pk
1998-12-03Put back code to use pc-relative branches in the PLT, and avoid doing cachemycroft
1998-12-03Use the `first' argument to md_fix_jmpslot().mycroft
1998-10-31Add hook to convert some DISP32 relocs to BASREL through a GOT entry.matt
1998-10-31Remove reference to unused include file.matt
1998-10-23More fixes and optimizations for VAX shared library support. Includingmatt
1998-10-19Back out change to md_make_gotreloc which added 4 arguement of got_t *.matt
1998-10-17Correct return value of md_midcompat().itohy
1998-10-12Get shared libraries a lot closer to working.matt
1998-10-03remove some vm_offset_t fallout.matthias
1998-09-05Assign my copyrights to TNF.pk
1998-08-26Fix some obvious bugs.matt
1998-08-26Add external symbol for __PROCEDURE_LINKAGE_TABLE_. Modify argumentsmatt
1998-08-21More changes for shareable libraries and PIC codematt
1998-08-20Get md.c to compile again. Get mdprologue.S to assemble. [Now at leastmatt
1998-08-18Untested(!!) beginning of VAX a.out shared library support. This is a workmatt
1998-08-05More cruft.mycroft
1998-08-05GC some cruft.mycroft
1998-07-27Don't reset the reloc_index when we patch a jmpslot. We don't need to, andmycroft
1998-01-05RCS Id policecgd
1997-10-17Add support for PIC code.mark
1997-10-14Handle relocation of misaligned symbols. Handle all three cases by the samechristos
1997-07-11* Truncate the cinv table. It was twice as long as necessary as a resultmatthias
1997-07-09* Flush the icache from user mode. The original code and the idea came frommatthias
1996-11-03Add machine dependent code for NetBSD/powerpcws
1996-08-21Fixed NetBSD tag.mark
1996-07-31Fix for dynamically linked functions returning structs. PR#2586/Pfallerphil
1996-05-17Initial commit of arm32 machine dependant code for ld.mark
1996-02-22Define RELOC_INIT_SEGMENT_RELOC for the ns32k (Matthias Pfaller; PR#2103).pk
1995-12-28Simplify update of r_addend field in relocation record if `-r' is on.pk