[Asterisk-code-review] main/backtrace: binutils-2.34 fix. (asterisk[17])

Friendly Automation asteriskteam at digium.com
Mon Apr 6 10:29:00 CDT 2020


Friendly Automation has submitted this change. ( https://gerrit.asterisk.org/c/asterisk/+/14071 )

Change subject: main/backtrace: binutils-2.34 fix.
......................................................................

main/backtrace: binutils-2.34 fix.

My tester missed this one previously, have confirmed a positive build
this time round.

Change-Id: Id06853375954a200f03f9a1b9c97fe0b10d31fbf
---
M main/backtrace.c
1 file changed, 3 insertions(+), 0 deletions(-)

Approvals:
  Joshua Colp: Looks good to me, but someone else must approve
  George Joseph: Looks good to me, approved
  Friendly Automation: Approved for Submit



diff --git a/main/backtrace.c b/main/backtrace.c
index 1bc9bea..e78a506 100644
--- a/main/backtrace.c
+++ b/main/backtrace.c
@@ -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>

-- 
To view, visit https://gerrit.asterisk.org/c/asterisk/+/14071
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings

Gerrit-Project: asterisk
Gerrit-Branch: 17
Gerrit-Change-Id: Id06853375954a200f03f9a1b9c97fe0b10d31fbf
Gerrit-Change-Number: 14071
Gerrit-PatchSet: 2
Gerrit-Owner: Jaco Kroon <jaco at uls.co.za>
Gerrit-Reviewer: Friendly Automation
Gerrit-Reviewer: George Joseph <gjoseph at digium.com>
Gerrit-Reviewer: Joshua Colp <jcolp at sangoma.com>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20200406/cca76af8/attachment.html>


More information about the asterisk-code-review mailing list