]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/ChangeLog
Don't link gdb twice against libiberty
authorTom Tromey <tom@tromey.com>
Thu, 9 Jan 2020 00:43:29 +0000 (17:43 -0700)
committerTom Tromey <tom@tromey.com>
Tue, 14 Jan 2020 23:25:04 +0000 (16:25 -0700)
commit975f45b7e103929f3ed05d7a4dc71bb5fc320810
tree2f5f70caa4704ed21090a4750cf22ee4960b20b2
parent0454ef42e74e051dda95004f3c99cbe89bce3a8c
Don't link gdb twice against libiberty

I noticed that gdb includes libiberty twice in its link line.  I don't
think there's a need for this, so this patch removes one of the
references.

gdb/ChangeLog
2020-01-14  Tom Tromey  <tom@tromey.com>

* Makefile.in (CLIBS): Remove second use of $(LIBIBERTY).

Change-Id: I43bb7100660867081f937c67ea70ff751c62bbfb
gdb/ChangeLog
gdb/Makefile.in