freebsd-dev/sbin/ldconfig
John Polstra cfa4d73988 Add a new library function getobjformat(). It checks all the
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.
1998-09-09 01:21:25 +00:00
..
elfhints.c Implement ldconfig functionality for ELF. The hints are stored in 1998-09-05 03:31:00 +00:00
ldconfig.8 Implement ldconfig functionality for ELF. The hints are stored in 1998-09-05 03:31:00 +00:00
ldconfig.c Add a new library function getobjformat(). It checks all the 1998-09-09 01:21:25 +00:00
ldconfig.h Implement ldconfig functionality for ELF. The hints are stored in 1998-09-05 03:31:00 +00:00
Makefile Implement ldconfig functionality for ELF. The hints are stored in 1998-09-05 03:31:00 +00:00