Skip to content
Snippets Groups Projects
Commit c5f3836b authored by Jaco Kroon's avatar Jaco Kroon Committed by Friendly Automation
Browse files

main/backtrace: binutils-2.34 fix.

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

Change-Id: Id06853375954a200f03f9a1b9c97fe0b10d31fbf
parent d845464c
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment