131914882SAlex Richardson/* 231914882SAlex Richardson * check ARCH setting. 331914882SAlex Richardson * 4*072a4ba8SAndrew Turner * Copyright (c) 2020-2022, Arm Limited. 5*072a4ba8SAndrew Turner * SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception 631914882SAlex Richardson */ 731914882SAlex Richardson 831914882SAlex Richardson#if !__aarch64__ 931914882SAlex Richardson# error ARCH setting does not match the compiler. 1031914882SAlex Richardson#endif 1131914882SAlex Richardson 1231914882SAlex Richardson/* Include for GNU property notes. */ 13*072a4ba8SAndrew Turner#include "asmdefs.h" 14