xref: /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/default-d.c (revision 4c3eb207d36f67d31994830c0a694161fc1ca39b)
1627f7eb2Smrg /* Default D language target hooks initializer.
2*4c3eb207Smrg    Copyright (C) 2017-2020 Free Software Foundation, Inc.
3627f7eb2Smrg 
4627f7eb2Smrg GCC is free software; you can redistribute it and/or modify it under
5627f7eb2Smrg the terms of the GNU General Public License as published by the Free
6627f7eb2Smrg Software Foundation; either version 3, or (at your option) any later
7627f7eb2Smrg version.
8627f7eb2Smrg 
9627f7eb2Smrg GCC is distributed in the hope that it will be useful, but WITHOUT ANY
10627f7eb2Smrg WARRANTY; without even the implied warranty of MERCHANTABILITY or
11627f7eb2Smrg FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
12627f7eb2Smrg for more details.
13627f7eb2Smrg 
14627f7eb2Smrg You should have received a copy of the GNU General Public License
15627f7eb2Smrg along with GCC; see the file COPYING3.  If not see
16627f7eb2Smrg <http://www.gnu.org/licenses/>.  */
17627f7eb2Smrg 
18627f7eb2Smrg #include "config.h"
19627f7eb2Smrg #include "system.h"
20627f7eb2Smrg #include "coretypes.h"
21627f7eb2Smrg #include "memmodel.h"
22627f7eb2Smrg #include "tm_d.h"
23627f7eb2Smrg #include "d/d-target.h"
24627f7eb2Smrg #include "d/d-target-def.h"
25627f7eb2Smrg 
26627f7eb2Smrg struct gcc_targetdm targetdm = TARGETDM_INITIALIZER;
27