public inbox for gdb-cvs@sourceware.org
help / color / mirror / Atom feed
* [binutils-gdb] gdb: Add a dependency between gdb and libbacktrace
@ 2021-09-28 11:27 Andrew Burgess
  0 siblings, 0 replies; only message in thread
From: Andrew Burgess @ 2021-09-28 11:27 UTC (permalink / raw)
  To: bfd-cvs, gdb-cvs

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=fbe3443dcfbc9fc47394a171ec7bd5a9f7a7231c

commit fbe3443dcfbc9fc47394a171ec7bd5a9f7a7231c
Author: Andrew Burgess <andrew.burgess@embecosm.com>
Date:   Thu Aug 12 10:12:44 2021 +0100

    gdb: Add a dependency between gdb and libbacktrace
    
    GDB is going to start using libbacktrace, so add a build dependency.
    
    ChangeLog:
    
            * Makefile.def: Add all-gdb dependency on all-libbacktrace.
            * Makefile.in: Regenerate.

Diff:
---
 Makefile.def | 1 +
 Makefile.in  | 1 +
 2 files changed, 2 insertions(+)

diff --git a/Makefile.def b/Makefile.def
index 5a460f1dbbc..d5b1ee882b6 100644
--- a/Makefile.def
+++ b/Makefile.def
@@ -408,6 +408,7 @@ dependencies = { module=all-gdb; on=all-sim; };
 dependencies = { module=all-gdb; on=all-libdecnumber; };
 dependencies = { module=all-gdb; on=all-libtermcap; };
 dependencies = { module=all-gdb; on=all-libctf; };
+dependencies = { module=all-gdb; on=all-libbacktrace; };
 
 // Host modules specific to gdbserver.
 dependencies = { module=configure-gdbserver; on=all-gnulib; };
diff --git a/Makefile.in b/Makefile.in
index 9b3a5d75735..91b714f6e88 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -52534,6 +52534,7 @@ all-gdb: maybe-all-libiconv
 all-gdb: maybe-all-opcodes
 all-gdb: maybe-all-libdecnumber
 all-gdb: maybe-all-libctf
+all-gdb: maybe-all-libbacktrace
 all-gdbserver: maybe-all-libiberty
 configure-gdbsupport: maybe-configure-intl
 all-gdbsupport: maybe-all-intl


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-09-28 11:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-28 11:27 [binutils-gdb] gdb: Add a dependency between gdb and libbacktrace Andrew Burgess

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).