aboutsummaryrefslogtreecommitdiff
path: root/string/arm/check-arch.S
blob: 95516710fb85bf5eada7005121d6ef0f27a659c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * check ARCH setting.
 *
 * Copyright (c) 2020-2022, Arm Limited.
 * SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
 */

#if !__arm__
# error ARCH setting does not match the compiler.
#endif

/* For attributes that may affect ABI.  */
#include "asmdefs.h"