From: Jaco Kroon Date: Wed, 1 Apr 2020 09:00:14 +0000 (+0200) Subject: main/backtrace: binutils-2.34 fix. X-Git-Tag: 13.33.0-rc1~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42989a285bf0c9e385c255317765ca150cc5cc61;p=thirdparty%2Fasterisk.git main/backtrace: binutils-2.34 fix. My tester missed this one previously, have confirmed a positive build this time round. Change-Id: Id06853375954a200f03f9a1b9c97fe0b10d31fbf --- diff --git a/main/backtrace.c b/main/backtrace.c index 28f5e40a6f..8f09a71f60 100644 --- a/main/backtrace.c +++ b/main/backtrace.c @@ -70,6 +70,9 @@ #ifndef bfd_get_section_vma #define bfd_get_section_vma(x, y) bfd_section_vma(y) #endif +#ifndef bfd_get_section_flags +#define bfd_get_section_flags(x, y) bfd_section_flags(y) +#endif #endif #include