summaryrefslogtreecommitdiff
path: root/usr.bin/objformat/objformat.c
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/3.3.0_cvscvs2svn1999-09-161-1/+1
| | | | | | | 'RELENG_3_3_0_RELEASE'. This commit was manufactured to restore the state of the 3.3-RELEASE image. Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
* 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