1/* Default D language target hooks initializer.
2   Copyright (C) 2017-2020 Free Software Foundation, Inc.
3
4GCC is free software; you can redistribute it and/or modify it under
5the terms of the GNU General Public License as published by the Free
6Software Foundation; either version 3, or (at your option) any later
7version.
8
9GCC is distributed in the hope that it will be useful, but WITHOUT ANY
10WARRANTY; without even the implied warranty of MERCHANTABILITY or
11FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
12for more details.
13
14You should have received a copy of the GNU General Public License
15along with GCC; see the file COPYING3.  If not see
16<http://www.gnu.org/licenses/>.  */
17
18#include "config.h"
19#include "system.h"
20#include "coretypes.h"
21#include "memmodel.h"
22#include "tm_d.h"
23#include "d/d-target.h"
24#include "d/d-target-def.h"
25
26struct gcc_targetdm targetdm = TARGETDM_INITIALIZER;
27