1218822Sdim/* This file is tc-generic.c
2218822Sdim
3218822Sdim   Copyright 2004 Free Software Foundation, Inc.
4218822Sdim
5218822Sdim   This file is part of GAS, the GNU Assembler.
6218822Sdim
7218822Sdim   GAS is free software; you can redistribute it and/or modify
8218822Sdim   it under the terms of the GNU General Public License as published by
9218822Sdim   the Free Software Foundation; either version 2, or (at your option)
10218822Sdim   any later version.
11218822Sdim
12218822Sdim   GAS is distributed in the hope that it will be useful,
13218822Sdim   but WITHOUT ANY WARRANTY; without even the implied warranty of
14218822Sdim   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15218822Sdim   GNU General Public License for more details.
16218822Sdim
17218822Sdim   You should have received a copy of the GNU General Public License along
18218822Sdim   with GAS; see the file COPYING.  If not, write to the Free Software
19218822Sdim   Foundation, 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.  */
20218822Sdim
21218822Sdim/* This file is tc-generic.c and is intended to be a template for
22218822Sdim   target cpu specific files.  */
23