• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Keine Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

GNU Binutils with patches for OS216


Commit MetaInfo

Revision975f45b7e103929f3ed05d7a4dc71bb5fc320810 (tree)
Zeit2020-01-15 08:25:04
AutorTom Tromey <tom@trom...>
CommiterTom Tromey

Log Message

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

Ändern Zusammenfassung

Diff

--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,9 @@
11 2020-01-14 Tom Tromey <tom@tromey.com>
22
3+ * Makefile.in (CLIBS): Remove second use of $(LIBIBERTY).
4+
5+2020-01-14 Tom Tromey <tom@tromey.com>
6+
37 * nat/linux-btrace.c: Don't include <config.h>.
48 * nat/linux-ptrace.c: Don't include <config.h>.
59 * nat/x86-linux-dregs.c: Don't include <config.h>.
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -615,7 +615,7 @@ CLIBS = $(SIM) $(READLINE) $(OPCODES) $(BFD) $(LIBCTF) $(ZLIB) \
615615 $(XM_CLIBS) $(GDBTKLIBS) \
616616 @LIBS@ @GUILE_LIBS@ @PYTHON_LIBS@ \
617617 $(LIBEXPAT) $(LIBLZMA) $(LIBBABELTRACE) $(LIBIPT) \
618- $(LIBIBERTY) $(WIN32LIBS) $(LIBGNU) $(LIBICONV) \
618+ $(WIN32LIBS) $(LIBGNU) $(LIBICONV) \
619619 $(LIBMPFR) $(SRCHIGH_LIBS) $(LIBXXHASH) $(PTHREAD_LIBS)
620620 CDEPS = $(NAT_CDEPS) $(SIM) $(BFD) $(READLINE_DEPS) $(LIBCTF) \
621621 $(OPCODES) $(INTL_DEPS) $(LIBIBERTY) $(CONFIG_DEPS) $(LIBGNU) \