1bbbf1280Sopenharmony_ci/* 2bbbf1280Sopenharmony_ci * check ARCH setting. 3bbbf1280Sopenharmony_ci * 4bbbf1280Sopenharmony_ci * Copyright (c) 2020, Arm Limited. 5bbbf1280Sopenharmony_ci * SPDX-License-Identifier: MIT 6bbbf1280Sopenharmony_ci */ 7bbbf1280Sopenharmony_ci 8bbbf1280Sopenharmony_ci#if !__aarch64__ 9bbbf1280Sopenharmony_ci# error ARCH setting does not match the compiler. 10bbbf1280Sopenharmony_ci#endif 11bbbf1280Sopenharmony_ci 12bbbf1280Sopenharmony_ci/* Include for GNU property notes. */ 13bbbf1280Sopenharmony_ci#include "../asmdefs.h" 14