summaryrefslogtreecommitdiffstats
path: root/usr.bin/objformat
Commit message (Collapse)AuthorAgeFilesLines
* Bah. Kris says the default-to-a.out knowledge has migrated into thepeter2007-01-252-0/+33
| | | | | | | | official gnu configure scripts and a couple of other places. Add an example noisy, loud and annoying placeholder for /usr/bin/objformat if it turns out to too much trouble to be gone. It is not connected to the build yet.
* Retire objformat(1) as threatened in 2002.peter2007-01-253-106/+0
| | | | Laughed-at-by: kris
* mdoc(7) police: markup and spelling.ru2002-11-261-4/+7
| | | | Approved by: re
* Initiate deorbit burn for the i386-only a.out related support. Moves arepeter2002-09-173-112/+14
| | | | | | | | | | | | | | | 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
* Usage style sweep: spell "usage" with a small 'u'.des2002-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}/.
* Use `The .Nm utility'charnier2002-04-201-1/+2
|
* Remove leaf node WARNS?=2 (that mainly I added). This shouldmarkm2002-02-081-1/+0
| | | | help the GCC3 transition and CURRENT in general.
* Warns cleanups. Don't use gccism -Wall.dwmalone2001-12-032-2/+2
|
* Remove whitespace at EOL.dd2001-07-151-5/+5
|
* Prepare for mdoc(7)NG.ru2000-12-191-0/+1
|
* mdoc(7) police: do not split author names in the AUTHORS section.ru2000-11-221-0/+1
|
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-1/+1
|
* Since we build and install gasp(1) in /usr/libexec/${OBJFORMAT}/,green1999-12-241-0/+1
| | | | | and it is a user-run utility, it should be in objformat, so gasp is in the ${PATH} :)
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Correctly document the two different object file formats that can bempp1999-06-151-3/+3
| | | | | | used with objformat. PR: 10877
* Link objformat statically by default. This makes it possible tojdp1998-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.
* Add manpage for objformat. This needs major word smithing.obrien1998-10-252-1/+94
|
* When invoked as "objformat" to print out the current object format,jdp1998-10-241-0/+4
| | | | | produce an error message if any arguments are given on the command line.
* Remove most of the code and replace it with a call to getobjformat().jdp1998-10-212-116/+14
|
* Add objformat links for gdb and (while we're at it) c++filt.peter1998-10-151-0/+2
| | | | | This means we can (assuming an a.out gdb is present) debug a.out kernels and crashdumps with gdb -aout.
* Add links to addr2line, objcopy, and objdump. These exist only forjdp1998-09-161-0/+3
| | | | | ELF, but still I think this is the best way to get them into the shell's search path.
* Change /etc/objectformat to /etc/objformat. Last chance 'cause it's E-day.jb1998-08-301-3/+3
| | | | Suggested by: jdp
* The selection of a default object format is based on OBJFORMAT, notjb1998-08-181-1/+1
| | | | BINFORMAT.
* Convert to more canonical format.. It seems that both Soren and I werepeter1998-05-271-8/+8
| | | | working on this in parallel.. :-(
* Compile & use objformat as it was intended to, I have no idea whysos1998-05-272-18/+11
| | | | that failed for me before :(
* ELF preparation step 2:sos1998-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...
* Get owner/group/modes rightsos1998-05-261-9/+11
|
* Oops, remember CFLAGS...sos1998-05-261-8/+6
| | | | Also compile directly to the target on install.
* Only compile on install.sos1998-05-251-0/+3
|
* Make objformat DTRT when in the make world environment.sos1998-05-252-4/+14
|
* Import intial version of an a.out/elf tool wrapper/selector. It ispeter1998-03-102-0/+191
not active yet, just a work-in-progress.
OpenPOWER on IntegriCloud