summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/getobjformat.c
Commit message (Collapse)AuthorAgeFilesLines
* Initiate deorbit burn for the i386-only a.out related support. Moves arepeter2002-09-171-80/+4
| | | | | | | | | | | | | | | 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
* No longer needed to #ifdef __FBSDID, this is now handled by Makefile.inc1.ru2002-04-091-2/+0
|
* FreeBSD 4.1 bootstrapping aid (__FBSDID is not there).ru2002-02-081-0/+2
|
* Fix SCM ID's.obrien2002-02-011-2/+3
|
* Initialize a var to quiet -Wall.obrien1999-12-181-1/+1
|
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Add a new library function getobjformat(). It checks all thejdp1998-09-091-0/+119
standard places ("/etc/objformat", ${OBJFORMAT}, argv) for an indication of the user's preferred object file format. This consolidates some code that was starting to be duplicated in more and more places. Use the new function in ldconfig. Note: I don't think that gcc should use getobjformat(), even though it could. The compiler should limit itself to functions that are widespread, to ease porting and cross-compilation.
OpenPOWER on IntegriCloud