aboutsummaryrefslogtreecommitdiff
path: root/string/aarch64/check-arch.S
blob: 131b7fa36ec2dda1154e4435f53c5f45d6af1baf (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 !__aarch64__
# error ARCH setting does not match the compiler.
#endif

/* Include for GNU property notes.  */
#include "asmdefs.h"