summaryrefslogtreecommitdiff
path: root/usr.bin/objformat/objformat.c
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/6.1.0_cvscvs2svn2006-05-061-1/+1
| | | | | | 'RELENG_6_1_0_RELEASE'. This commit was manufactured to restore the state of the 6.1-RELEASE image.
* Initiate deorbit burn for the i386-only a.out related support. Moves arePeter Wemm2002-09-171-48/+3
| | | | | | | | | | | | | | | | | | under way to move the remnants of the a.out toolchain to ports. As the comment in src/Makefile said, this stuff is deprecated and one should not expect this to remain beyond 4.0-REL. It has already lasted WAY beyond that. Notable exceptions: gcc - I have not touched the a.out generation stuff there. ldd/ldconfig - still have some code to interface with a.out rtld. old as/ld/etc - I have not removed these yet, pending their move to ports. some includes - necessary for ldd/ldconfig for now. Tested on: i386 (extensively), alpha Notes: svn path=/head/; revision=103436
* Usage style sweep: spell "usage" with a small 'u'.Dag-Erling Smørgrav2002-04-221-1/+1
| | | | | | | | Also change one case of blatant __progname abuse (several more remain) This commit does not touch anything in src/{contrib,crypto,gnu}/. Notes: svn path=/head/; revision=95258
* Warns cleanups. Don't use gccism -Wall.David Malone2001-12-031-1/+1
| | | | Notes: svn path=/head/; revision=87293
* When invoked as "objformat" to print out the current object format,John Polstra1998-10-241-0/+4
| | | | | | | | produce an error message if any arguments are given on the command line. Notes: svn path=/head/; revision=40623
* Remove most of the code and replace it with a call to getobjformat().John Polstra1998-10-211-108/+12
| | | | Notes: svn path=/head/; revision=40549
* Change /etc/objectformat to /etc/objformat. Last chance 'cause it's E-day.John Birrell1998-08-301-3/+3
| | | | | | | Suggested by: jdp Notes: svn path=/head/; revision=38657
* Compile & use objformat as it was intended to, I have no idea whySøren Schmidt1998-05-271-1/+1
| | | | | | | that failed for me before :( Notes: svn path=/head/; revision=36408
* Make objformat DTRT when in the make world environment.Søren Schmidt1998-05-251-1/+1
| | | | Notes: svn path=/head/; revision=36372
* Import intial version of an a.out/elf tool wrapper/selector. It isPeter Wemm1998-03-101-0/+175
not active yet, just a work-in-progress. Notes: svn path=/cvs2svn/branches/PETER/; revision=34448