]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Don't use the private version of vasprintf(). It doesn't understand
authorBruce Evans <bde@FreeBSD.org>
Sat, 15 Feb 1997 16:14:52 +0000 (16:14 +0000)
committerBruce Evans <bde@FreeBSD.org>
Sat, 15 Feb 1997 16:14:52 +0000 (16:14 +0000)
commit3b8140403933688eb18bac6d91bc231ad1beffc1
tree5de9cbaae2da3fcd572ebd78f782f82061688466
parent3937aa2158cd43a5a4d15ab16613127fa7a3570a
Don't use the private version of vasprintf().  It doesn't understand
"%%" in format strings and tends to dump core for "%%st".  I needed
"%%st" to fix the new gdb ...

Don't use the private version of strerror() either.

Use INTERNALLIB and INTERNALSTATICLIB instead of a private install
rules NOPROFILE and NOPIC.  This is only slightly cleaner.
INTERNALLIB was previously only used in compatibility libraries
(libgnumalloc etc.) and INTERNALSTATICLIB was previously unused.
INTERNAL*LIB probably should be replaced by something like NOSTATICO
together with NO{STATICO,PROFILE,PIC}INSTALL.
gnu/usr.bin/gdb/libiberty/Makefile