xref: /netbsd-src/external/gpl3/gcc.old/dist/gcc/common/common-target-def.h (revision 8feb0f0b7eaff0608f8350bbfa3098827b4bb91b)
136ac495dSmrg /* Default initializers for common target hooks.
2*8feb0f0bSmrg    Copyright (C) 2011-2020 Free Software Foundation, Inc.
336ac495dSmrg 
436ac495dSmrg    This program is free software; you can redistribute it and/or modify it
536ac495dSmrg    under the terms of the GNU General Public License as published by the
636ac495dSmrg    Free Software Foundation; either version 3, or (at your option) any
736ac495dSmrg    later version.
836ac495dSmrg 
936ac495dSmrg    This program is distributed in the hope that it will be useful,
1036ac495dSmrg    but WITHOUT ANY WARRANTY; without even the implied warranty of
1136ac495dSmrg    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1236ac495dSmrg    GNU General Public License for more details.
1336ac495dSmrg 
1436ac495dSmrg    You should have received a copy of the GNU General Public License
1536ac495dSmrg    along with this program; see the file COPYING3.  If not see
1636ac495dSmrg    <http://www.gnu.org/licenses/>.  */
1736ac495dSmrg 
1836ac495dSmrg #include "common/common-target-hooks-def.h"
1936ac495dSmrg #include "hooks.h"
2036ac495dSmrg #include "common/common-targhooks.h"
21