* cgen.c (cgen_asm_finish_insn): New arg relax_p. All callers updated.
[deliverable/binutils-gdb.git] / gas / config / obj-evax.c
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.
5
6 This file is part of GAS, the GNU Assembler
7
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.
12
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.
17
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. */
22
23 #define OBJ_HEADER "obj-evax.h"
24
25 #include "as.h"
26
27 void obj_read_begin_hook () {}
28
29 const pseudo_typeS obj_pseudo_table[] =
30 {
31 {0, 0, 0},
32 }; /* obj_pseudo_table */
33
34
35 /*
36 * Local Variables:
37 * comment-column: 0
38 * fill-column: 131
39 * End:
40 */
41
42 /* end of obj-evax.c */
This page took 0.051964 seconds and 4 git commands to generate.