freebsd-dev/usr.sbin/crunch/crunchide
Adrian Chadd 2c4575477e Fix crunchide to work on sparc64 and perhaps other 64 bit platforms.
I used the wrong type when setting st_name in the symbol table entry
struct. It's an Elf64_Word which is defined as an unsigned 32 bit int
on both 32 and 64 bit platforms.

To make things sensible, define some new macros to use as "word" macros
and use those, rather than simply using the explicit 32 bit macros.
2010-08-12 14:16:57 +00:00
..
crunchide.1
crunchide.c Cleanup of userland __P use 2007-11-07 10:53:41 +00:00
exec_aout.c
exec_elf32.c Fix crunchide to work on sparc64 and perhaps other 64 bit platforms. 2010-08-12 14:16:57 +00:00
exec_elf64.c
extern.h
Makefile Teach crunchide(1) about PPC ELF64. 2010-07-10 22:06:51 +00:00