Commit aa348be2 by Jiong Wang Committed by Jiong Wang

[AArch64] Always include linux-unwind.h

libgcc/
        * config/aarch64/linux-unwind.h: Always include aarch64-unwind.h.

From-SVN: r244710
parent 4dfdda10
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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment