1 1.1 mrg /* Definitions for the D front end on the ARM architecture. 2 1.1 mrg Copyright (C) 2022 Free Software Foundation, Inc. 3 1.1 mrg 4 1.1 mrg GCC is free software; you can redistribute it and/or modify 5 1.1 mrg it under the terms of the GNU General Public License as published by 6 1.1 mrg the Free Software Foundation; either version 3, or (at your option) 7 1.1 mrg any later version. 8 1.1 mrg 9 1.1 mrg GCC is distributed in the hope that it will be useful, 10 1.1 mrg but WITHOUT ANY WARRANTY; without even the implied warranty of 11 1.1 mrg MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 1.1 mrg GNU General Public License for more details. 13 1.1 mrg 14 1.1 mrg You should have received a copy of the GNU General Public License 15 1.1 mrg along with GCC; see the file COPYING3. If not see 16 1.1 mrg <http://www.gnu.org/licenses/>. */ 17 1.1 mrg 18 1.1 mrg /* Defined in arm-d.cc */ 19 1.1 mrg extern void arm_d_target_versions (void); 20 1.1 mrg extern void arm_d_register_target_info (void); 21 1.1 mrg 22 1.1 mrg /* Target hooks for D language. */ 23 1.1 mrg #define TARGET_D_CPU_VERSIONS arm_d_target_versions 24 1.1 mrg #define TARGET_D_REGISTER_CPU_TARGET_INFO arm_d_register_target_info 25