mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 20:04:50 +00:00
main/backtrace: binutils-2.34 fix.
My tester missed this one previously, have confirmed a positive build this time round. Change-Id: Id06853375954a200f03f9a1b9c97fe0b10d31fbf
This commit is contained in:
committed by
George Joseph
parent
69805a772e
commit
42989a285b
@@ -70,6 +70,9 @@
|
|||||||
#ifndef bfd_get_section_vma
|
#ifndef bfd_get_section_vma
|
||||||
#define bfd_get_section_vma(x, y) bfd_section_vma(y)
|
#define bfd_get_section_vma(x, y) bfd_section_vma(y)
|
||||||
#endif
|
#endif
|
||||||
|
#ifndef bfd_get_section_flags
|
||||||
|
#define bfd_get_section_flags(x, y) bfd_section_flags(y)
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <pthread.h>
|
#include <pthread.h>
|
||||||
|
Reference in New Issue
Block a user