1/* Definitions of target machine for GNU compiler.  ARM RISCiX(stabs) version.
2   Copyright (C) 1993 Free Software Foundation, Inc.
3   Contributed by Richard Earnshaw (rwe11@cl.cam.ac.uk), based on original
4	      work by Pieter `Tiggr' Schoenmakers (rcpieter@win.tue.nl)
5   	      and Martin Simmons (@harleqn.co.uk).
6
7This file is part of GNU CC.
8
9GNU CC is free software; you can redistribute it and/or modify
10it under the terms of the GNU General Public License as published by
11the Free Software Foundation; either version 2, or (at your option)
12any later version.
13
14GNU CC is distributed in the hope that it will be useful,
15but WITHOUT ANY WARRANTY; without even the implied warranty of
16MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17GNU General Public License for more details.
18
19You should have received a copy of the GNU General Public License
20along with GNU CC; see the file COPYING.  If not, write to
21the Free Software Foundation, 59 Temple Place - Suite 330,
22Boston, MA 02111-1307, USA.  */
23
24/* Limit the length of a stabs entry (for the broken Acorn assembler) */
25#define DBX_CONTIN_LENGTH 80
26
27#include "arm/riscix.h"
28
29/* The native RISCiX assembler does not support stabs of any kind; because
30   the native assembler is not used by the compiler, Acorn didn't feel it was
31   necessary to put them in!
32   However, this file assumes that we have an assembler that does have stabs,
33   so we put them back in.  */
34
35#define DBX_DEBUGGING_INFO
36
37/* Unfortunately dbx doesn't understand these */
38/* Dbx on RISCiX is so broken that I've given up trying to support it.
39   lets just support gdb. */
40/* #define DEFAULT_GDB_EXTENSIONS 0 */
41/* RISCiX dbx doesn't accept xrefs */
42/* #define DBX_NO_XREFS 1 */
43
44