[binutils-gdb] gdb: Add a dependency between gdb and libbacktrace

Andrew Burgess aburgess@sourceware.org
Tue Sep 28 11:27:14 GMT 2021


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


More information about the Binutils-cvs mailing list