[AArch64] Always include linux-unwind.h
libgcc/ * config/aarch64/linux-unwind.h: Always include aarch64-unwind.h. From-SVN: r244710
This commit is contained in:
parent
4dfdda108f
commit
aa348be2b0
@ -1,3 +1,7 @@
|
||||
2017-01-20 Jiong Wang <jiong.wang@arm.com>
|
||||
|
||||
* config/aarch64/linux-unwind.h: Always include aarch64-unwind.h.
|
||||
|
||||
2017-01-19 Jiong Wang <jiong.wang@arm.com>
|
||||
|
||||
* config/aarch64/aarch64-unwind.h: New file.
|
||||
|
@ -20,11 +20,13 @@
|
||||
see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
|
||||
<http://www.gnu.org/licenses/>. */
|
||||
|
||||
/* Always include AArch64 unwinder header file. */
|
||||
#include "config/aarch64/aarch64-unwind.h"
|
||||
|
||||
#ifndef inhibit_libc
|
||||
|
||||
#include <signal.h>
|
||||
#include <sys/ucontext.h>
|
||||
#include "config/aarch64/aarch64-unwind.h"
|
||||
|
||||
|
||||
/* Since insns are always stored LE, on a BE system the opcodes will
|
||||
|
Loading…
x
Reference in New Issue
Block a user