* Added hooks to new dejagnu sky tests, removed old test from run.
[binutils-gdb.git] / gas / config / obj-evax.c
blobfbe5069a60a322dc783137c423962f311854d69a
1 /* obj-evax.c - EVAX (openVMS/Alpha) object file format.
2 Copyright (C) 1996 Free Software Foundation, Inc.
3 Contributed by Klaus Kämpf (kkaempf@progis.de) of
4 proGIS Software, Aachen, Germany.
6 This file is part of GAS, the GNU Assembler
8 GAS is free software; you can redistribute it and/or modify
9 it under the terms of the GNU General Public License as published by
10 the Free Software Foundation; either version 2, or (at your option)
11 any later version.
13 GAS is distributed in the hope that it will be useful,
14 but WITHOUT ANY WARRANTY; without even the implied warranty of
15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 GNU General Public License for more details.
18 You should have received a copy of the GNU General Public License
19 along with GAS; see the file COPYING. If not, write to
20 the Free Software Foundation, 59 Temple Place - Suite 330, Boston,
21 MA 02111-1307, USA. */
23 #define OBJ_HEADER "obj-evax.h"
25 #include "as.h"
27 void obj_read_begin_hook () {}
29 const pseudo_typeS obj_pseudo_table[] =
31 {0, 0, 0},
32 }; /* obj_pseudo_table */
36 * Local Variables:
37 * comment-column: 0
38 * fill-column: 131
39 * End:
42 /* end of obj-evax.c */