freebsd-dev/lib/libc
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
..
alpha Remove support for NetBSD syscalls. 1998-08-17 03:46:10 +00:00
amd64 Fixed disordering in previous commit. 1998-07-29 13:43:06 +00:00
compat-43 Add missing period. We don't allow maternity leaves. 1998-07-29 05:13:39 +00:00
db Fix btree problems. This passes regressions tests. 1998-06-25 18:50:06 +00:00
gen Add a new library function getobjformat(). It checks all the 1998-09-09 01:21:25 +00:00
gmon Change a test for NETBSD_SYSCALLS to __alpha__. We're not ready to 1998-09-05 07:57:43 +00:00
i386 Fixed missing header in synopsis. 1998-08-03 16:29:31 +00:00
include Implement compile time debug support for spinlocks. 1998-06-09 08:28:49 +00:00
locale Sort cross references. 1998-08-31 16:41:09 +00:00
net Implement the weak aliases for private entry points in the inet_* 1998-09-02 00:53:17 +00:00
nls Provide meaningful errno value on error return 1998-07-14 18:27:43 +00:00
quad Change MACHINE references to MACHINE_ARCH. 1998-02-20 08:23:55 +00:00
regex int -> long changes that reduce the diffs with the NetBSD version to 1998-05-14 21:45:18 +00:00
rpc Fixed printf format errors. 1998-06-30 17:30:22 +00:00
stdio Replace my original asprintf() and vasprintf() hacks with something 1998-07-08 00:44:56 +00:00
stdlib preserve errno across the readlink() calls. There is no value in trashing 1998-06-18 09:13:16 +00:00
stdtime Fixed printf format errors. Don't assume so many things about time_t. 1998-06-30 16:49:47 +00:00
string Fix handling more than 1 char with non-C locale 1998-06-05 09:49:51 +00:00
sys Use ellipsis in the synopsis, and an appropriate explanation in 1998-09-08 02:02:50 +00:00
xdr Add support for the RPC 64-bit integer type ``hyper''. 1998-09-08 17:33:12 +00:00
yp Fixed the usual missing dependencies on headers generated by rpcgen. 1998-05-09 15:10:53 +00:00
Makefile Add an include path to private linc/libc_r/libpthread header files. 1998-03-09 06:16:38 +00:00
Makefile.inc Define empty variables in case no names are added to them. This avoids 1998-03-09 06:21:41 +00:00