summaryrefslogtreecommitdiffstats
path: root/usr.sbin/elf2aout
Commit message (Collapse)AuthorAgeFilesLines
* Make it work for a different endianness binary.ru2002-05-252-47/+31
| | | | | | (This version is still limited to ELF64.) Reviewed by: jake
* Bootstrap elf2aout(1) for sparc64; used to build sys/boot/sparc64/boot1.ru2002-05-201-1/+29
|
* Kill the stray #include line.ru2002-05-201-1/+0
|
* s/u_int/u_int32_t/ru2002-05-201-8/+9
|
* Get byte swapping primitives from sys/endian.h now that they are exportedjake2002-05-171-5/+1
| | | | to userland. This makes elf2aout work as a cross tool.
* Add a Makefile for this.jake2002-04-221-0/+6
|
* Utility to create a.out [kernels] from an ELF one.obrien2002-03-281-0/+156
This is needed on sparc64 (and maybe all OpenFirmware based machines) as most [all?] OpenBoot PROM's require either an a.out or FCode boot image. Submitted by: jake
OpenPOWER on IntegriCloud