PR c++/3637
[official-gcc.git] / gcc / config / m68k / auxgas.h
blobb828848ece9ca2489f379c9cc82d77ba5b09cb18
1 /* Definitions for Motorola 680x0 running A/UX using GAS
2 Copyright (C) 1996 Free Software Foundation, Inc.
4 This file is part of GNU CC.
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.
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.
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. */
21 #define USE_GAS
23 #ifndef __ASSEMBLY__
25 #include "m68k/m68k.h"
26 #include "m68k/coff.h"
28 #define ASM_SPEC "%{m68000:-Am68000 }%{m68030:-Am68030 }%{m68040:-Am68040 }"
30 /* Output #ident as a .ident. */
31 #define ASM_OUTPUT_IDENT(FILE, NAME) \
32 fprintf (FILE, "\t.ident \"%s\"\n", NAME);
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
40 #define ADDITIONAL_REGISTER_NAMES { {"%fp", 14}, {"%a7", 15} }
42 #define ASM_MOV_INSN "movel"
44 #define FUNCTION_PROFILER_SYMBOL "__mcount"
46 #endif /* !__ASSEMBLY__ */