summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/ld/sparc
AgeCommit message (Collapse)Author
2002-07-19convert functions from K&R style to prototype style.Marco S Hyman
Function arg types have not yet been fixed. OK fgs@, espie@
2002-07-17un-__P the code. fgs says "looks ok."Marco S Hyman
2002-07-15space to tab cleanup. Nothing but whitespace changes in this commit.Marco S Hyman
2002-07-10First of some clean-up commits. This one only removes use ofMarco S Hyman
register variables. clean-up concept ok deraadt@
2000-02-01Cross-tools fixes:Marc Espie
* Rely on BYTE_ORDER instead of specific values of XHOST to determine cross-endianness, * Link necessary cross-includes to the right location, * Add some necessary stubs for cross-endian sparc and cross-endian m68k. This does let i386->m68k work, and probably brings i386->sparc most of the way there... Approved by mickey@, niklas@ is to busy to answer email as usual...
1999-05-24This patch lets sparc ld handle pic/PIC relocations mix, by simply forcingMarc Espie
everything to fit into pic mode. More extensive changes (like tagging relocs with pic/PIC, sorting, and putting pic nearest the beginning of the GOT) would be needed for full handling pic relocs with a sizeable number of PIC relocs.
1999-05-10cross-ld for sparc: iflush as nop, since it won't compile on non-sparc,Marc Espie
and is only needed for rtld anyway. and missing md_swap routines as well.
1998-03-26RCS id cleanupNiklas Hallqvist
1997-11-05Handle relocation of misaligned symbols. Handle all three cases by the sameTheo de Raadt
macro for clarity; pk
1996-09-30openbsdTheo de Raadt
1996-08-22__OpenBSD__Theo de Raadt
1995-12-30from netbsd:Theo de Raadt
Simplify update of r_addend field in relocation record if `-r' is on. The old quirky code did strange things.
1995-12-14from netbsd; add cache flushingTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt