summaryrefslogtreecommitdiff
path: root/usr.bin/objformat
Commit message (Collapse)AuthorAgeFilesLines
* Remove leaf node WARNS?=2 (that mainly I added). This shouldMark Murray2002-02-081-1/+0
| | | | | | | help the GCC3 transition and CURRENT in general. Notes: svn path=/head/; revision=90415
* Warns cleanups. Don't use gccism -Wall.David Malone2001-12-032-2/+2
| | | | Notes: svn path=/head/; revision=87293
* Remove whitespace at EOL.Dima Dorfman2001-07-151-5/+5
| | | | Notes: svn path=/head/; revision=79755
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-191-0/+1
| | | | Notes: svn path=/head/; revision=70197
* mdoc(7) police: do not split author names in the AUTHORS section.Ruslan Ermilov2000-11-221-0/+1
| | | | Notes: svn path=/head/; revision=69027
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-1/+1
| | | | Notes: svn path=/head/; revision=68963
* Since we build and install gasp(1) in /usr/libexec/${OBJFORMAT}/,Brian Feldman1999-12-241-0/+1
| | | | | | | | and it is a user-run utility, it should be in objformat, so gasp is in the ${PATH} :) Notes: svn path=/head/; revision=55089
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50477
* Correctly document the two different object file formats that can beMike Pritchard1999-06-151-3/+3
| | | | | | | | | used with objformat. PR: 10877 Notes: svn path=/head/; revision=47931
* Link objformat statically by default. This makes it possible toJohn Polstra1998-11-011-0/+1
| | | | | | | | | | | | | build 2.2-stable worlds on 3.0-current systems again. objformat calls getobjformat(), which doesn't exist in 2.2's libc. Technically there should have been a version number bump when it was added in -current. But it's used in so few places that it hardly seems worth that. Besides, the objformat program is very heavily used during a make world; it won't hurt to have it load a little faster. Notes: svn path=/head/; revision=40802
* Add manpage for objformat. This needs major word smithing.David E. O'Brien1998-10-252-1/+94
| | | | Notes: svn path=/head/; revision=40640
* 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-212-116/+14
| | | | Notes: svn path=/head/; revision=40549
* Add objformat links for gdb and (while we're at it) c++filt.Peter Wemm1998-10-151-0/+2
| | | | | | | | This means we can (assuming an a.out gdb is present) debug a.out kernels and crashdumps with gdb -aout. Notes: svn path=/head/; revision=40366
* Add links to addr2line, objcopy, and objdump. These exist only forJohn Polstra1998-09-161-0/+3
| | | | | | | | ELF, but still I think this is the best way to get them into the shell's search path. Notes: svn path=/head/; revision=39326
* 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
* The selection of a default object format is based on OBJFORMAT, notJohn Birrell1998-08-181-1/+1
| | | | | | | BINFORMAT. Notes: svn path=/head/; revision=38420
* Convert to more canonical format.. It seems that both Soren and I werePeter Wemm1998-05-271-8/+8
| | | | | | | working on this in parallel.. :-( Notes: svn path=/head/; revision=36420
* Compile & use objformat as it was intended to, I have no idea whySøren Schmidt1998-05-272-18/+11
| | | | | | | that failed for me before :( Notes: svn path=/head/; revision=36408
* ELF preparation step 2:Søren Schmidt1998-05-261-8/+8
| | | | | | | | | | | | | | | | | Move a.out libraries to /usr/lib/aout to make space for ELF libs. Make rtld usr /usr/lib/aout as default library path. Make ldconfig reject /usr/lib as an a.out library path. Fix various Makefiles for LIBDIR!=/usr/lib breakage. This will after a make world & reboot give a system that no longer uses /usr/lib/*, infact one could remove all the old libraries there, they are not used anymore. We are getting close to an ELF make world, but I'll let this all settle for a week or two... Notes: svn path=/head/; revision=36397
* Get owner/group/modes rightSøren Schmidt1998-05-261-9/+11
| | | | Notes: svn path=/head/; revision=36395
* Oops, remember CFLAGS...Søren Schmidt1998-05-261-8/+6
| | | | | | | Also compile directly to the target on install. Notes: svn path=/head/; revision=36392
* Only compile on install.Søren Schmidt1998-05-251-0/+3
| | | | Notes: svn path=/head/; revision=36373
* Make objformat DTRT when in the make world environment.Søren Schmidt1998-05-252-4/+14
| | | | Notes: svn path=/head/; revision=36372
* Import intial version of an a.out/elf tool wrapper/selector. It isPeter Wemm1998-03-102-0/+191
not active yet, just a work-in-progress. Notes: svn path=/cvs2svn/branches/PETER/; revision=34448