]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
main/backtrace: binutils-2.34 fix.
authorJaco Kroon <jaco@uls.co.za>
Wed, 1 Apr 2020 09:00:14 +0000 (11:00 +0200)
committerFriendly Automation <jenkins2@gerrit.asterisk.org>
Mon, 6 Apr 2020 15:23:20 +0000 (10:23 -0500)
My tester missed this one previously, have confirmed a positive build
this time round.

Change-Id: Id06853375954a200f03f9a1b9c97fe0b10d31fbf

main/backtrace.c

index 1bc9bea93c82f1c285d01b02105c90d3f2eb9d85..e78a50696da24acbd33690f4067c7fe7a38f714c 100644 (file)
@@ -65,6 +65,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 <pthread.h>