summaryrefslogtreecommitdiff
path: root/include/objformat.h
AgeCommit message (Collapse)Author
2007-01-25Remove more a.out strays, as threatened in 2002.Peter Wemm
Notes: svn path=/head/; revision=166241
1999-08-27$Id$ -> $FreeBSD$Peter Wemm
Notes: svn path=/head/; revision=50473
1998-09-09Add a new library function getobjformat(). It checks all theJohn Polstra
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. Notes: svn path=/head/; revision=38960