summaryrefslogtreecommitdiffstats
path: root/usr.bin/objformat
Commit message (Collapse)AuthorAgeFilesLines
* 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