OSDN Git Service

* config/xtensa/xtensa.c (xtensa_va_arg): Fix to handle arguments
[pf3gnuchains/gcc-fork.git] / gcc / config / m68k / auxgas.h
1 /* Definitions for Motorola 680x0 running A/UX using GAS
2    Copyright (C) 1996 Free Software Foundation, Inc.
3
4 This file is part of GNU CC.
5
6 GNU CC is free software; you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by
8 the Free Software Foundation; either version 2, or (at your option)
9 any later version.
10
11 GNU CC is distributed in the hope that it will be useful,
12 but WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14 GNU General Public License for more details.
15
16 You should have received a copy of the GNU General Public License
17 along with GNU CC; see the file COPYING.  If not, write to
18 the Free Software Foundation, 59 Temple Place - Suite 330,
19 Boston, MA 02111-1307, USA.  */
20
21 #define USE_GAS
22
23 #ifndef __ASSEMBLY__
24
25 #include "m68k/m68k.h"
26 #include "m68k/coff.h"
27
28 #define ASM_SPEC "%{m68000:-Am68000 }%{m68030:-Am68030 }%{m68040:-Am68040 }"
29
30 /* Output #ident as a .ident.  */
31 #define ASM_OUTPUT_IDENT(FILE, NAME) \
32   fprintf (FILE, "\t.ident \"%s\"\n", NAME);
33
34 #ifdef USE_COLLECT2
35 /* for the sake of link-level compatibility with /bin/as version */
36 #define NO_DOLLAR_IN_LABEL
37 #define NO_DOT_IN_LABEL
38 #endif
39
40 #define ADDITIONAL_REGISTER_NAMES  { {"%fp", 14}, {"%a7", 15} }
41
42 #define ASM_MOV_INSN    "movel"
43
44 #define FUNCTION_PROFILER_SYMBOL "__mcount"
45
46 #endif /* !__ASSEMBLY__ */