public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-3247] gdb: Add a dependency between gdb and libbacktrace
@ 2021-08-31  9:01 Andrew Burgess
  0 siblings, 0 replies; only message in thread
From: Andrew Burgess @ 2021-08-31  9:01 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:dd779c509e56d9300ceb03e3b009d5e0411380b8

commit r12-3247-gdd779c509e56d9300ceb03e3b009d5e0411380b8
Author: Andrew Burgess <andrew.burgess@embecosm.com>
Date:   Mon Aug 30 21:16:50 2021 +0100

    gdb: Add a dependency between gdb and libbacktrace
    
    GDB is going to start using libbacktrace, so add a build dependency
    between the two modules.  This change needs to be added into the GCC
    toplevel files, and then back-ported to the binutils-gdb repository.
    
    2021-08-31  Andrew Burgess  <andrew.burgess@embecosm.com>
    
    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 fbfdb6fee08..de3e0052106 100644
--- a/Makefile.def
+++ b/Makefile.def
@@ -423,6 +423,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 5c85fcc5dd0..61af99dc75a 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -61237,6 +61237,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-08-31  9:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-31  9:01 [gcc r12-3247] 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).