summaryrefslogtreecommitdiff
path: root/distrib/crunch/crunchide
AgeCommit message (Collapse)Author
1997-08-01Explain the behaviour of ELF crunching a little.Per Fogelstrom
1997-07-23tabifykstailey
1997-05-19A symbol mangeling hack to make chrunch work with MIPS. This is a quick andPer Fogelstrom
dirty fix in the light of no time to make a more correct one. What really should be done here is to wrap the symbols with the object file name but that requires the symbol string table to be resized and rewritten. The fix only affect MIPS. (__mips__ protected).
1997-05-06Add ECOFF support, do some slight restructuring to share the mmap betweenNiklas Hallqvist
the different object file format models
1997-05-01Hack away a.out support on mips-based OpenBSD platforms.Niklas Hallqvist
This probably still needs work as ld later bombs on crunched objects, bu at least it compiles and runs now.
1997-04-04init allocated memory.Michael Shalayeff
1997-02-05make crunchide work in the non-elf world, Opps.Dale S. Rahn
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1997-01-09Add the ablity to hide symbols on ELF/OLF objects.Dale S. Rahn
This is a first cut at the symbol hiding process for ELF. The current method will not work properly on mips. It has been tested for powerpc and should work on alpha. The problem with mips is due to the standard PIC compilation.
1995-11-06sparc support from NetBSDTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt