1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-23 11:18:54 +00:00
freebsd/gnu/usr.bin/gdb
Bruce Evans 3b81404039 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.
1997-02-15 16:14:52 +00:00
..
bfd changes required in the bfd directory for making gdb 1997-01-15 22:28:25 +00:00
doc Simplify it using SRCDIR 1997-01-16 17:58:14 +00:00
gdb Remove -lmalloc; it's no longer relevant. 1997-01-17 06:32:35 +00:00
libiberty Don't use the private version of vasprintf(). It doesn't understand 1997-02-15 16:14:52 +00:00
Makefile changes required in the top-level directory for making gdb 1997-01-15 22:26:11 +00:00
Makefile.inc changes required in the top-level directory for making gdb 1997-01-15 22:26:11 +00:00