]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
We need to link with libiberty.a before libreadline.so. Both supply
authorDavid E. O'Brien <obrien@FreeBSD.org>
Fri, 21 Jun 2002 19:05:20 +0000 (19:05 +0000)
committerDavid E. O'Brien <obrien@FreeBSD.org>
Fri, 21 Jun 2002 19:05:20 +0000 (19:05 +0000)
commit457170e99cedc19b65b3a519f81a3121c9f15672
treefc802c6284a5b149127774a87941bc43a490343d
parentcf05b85907b819860388af78959a0d6bb6496307
We need to link with libiberty.a before libreadline.so.  Both supply
xmalloc() and xrealloc() and the mixed usage of xmalloc in some .c's from
libiberty.a and other .c's from libreadline.so produces an unusable binary
on the Alpha.

While I am here, preventatively move other libs in the link order.

Submitted by: gallatin
gnu/usr.bin/binutils/gdb/Makefile