From 3b13abb31383d2c2e1bfe833713dfe2b90f2b802 Mon Sep 17 00:00:00 2001 From: Shengjing Zhu Date: Sat, 13 Jun 2026 17:50:34 +0800 Subject: [PATCH] Replace bfd_boolean with bool bfd_boolean is removed in https://git.sr.ht/~sourceware/binutils-gdb/commit/1d95b744 --- backward.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backward.hpp b/backward.hpp index 263cd1b..0ea780e 100644 --- a/backward.hpp +++ b/backward.hpp @@ -1589,7 +1589,7 @@ class TraceResolverLinuxImpl bool _bfd_loaded; typedef details::handle > + details::deleter > bfd_handle_t; typedef details::handle bfd_symtab_t;