]> gcc.gnu.org Git - gcc.git/commitdiff
[AArch64] Always include linux-unwind.h
authorJiong Wang <jiong.wang@arm.com>
Fri, 20 Jan 2017 12:27:46 +0000 (12:27 +0000)
committerJiong Wang <jiwang@gcc.gnu.org>
Fri, 20 Jan 2017 12:27:46 +0000 (12:27 +0000)
libgcc/
        * config/aarch64/linux-unwind.h: Always include aarch64-unwind.h.

From-SVN: r244710

libgcc/ChangeLog
libgcc/config/aarch64/linux-unwind.h

index 926312eca6574f87b8f8d71c7d38243e273077a8..63b2ff1fbb9a490dac6a73529b2118c4f8de74d4 100644 (file)
@@ -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.
index a8fa1d504529fc1e145f3f145fedf8670c6de526..d5d6980442fd47b1f1e499e99cb25b5fffbdbeb3 100644 (file)
    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
This page took 0.084263 seconds and 5 git commands to generate.