|
|
1.1 root 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 ([email protected]), based on original
4: work by Pieter `Tiggr' Schoenmakers ([email protected])
5: and Martin Simmons (@harleqn.co.uk).
6:
7: This file is part of GNU CC.
8:
9: GNU CC is free software; you can redistribute it and/or modify
10: it under the terms of the GNU General Public License as published by
11: the Free Software Foundation; either version 2, or (at your option)
12: any later version.
13:
14: GNU CC is distributed in the hope that it will be useful,
15: but WITHOUT ANY WARRANTY; without even the implied warranty of
16: MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17: GNU General Public License for more details.
18:
19: You should have received a copy of the GNU General Public License
20: along with GNU CC; see the file COPYING. If not, write to
1.1.1.3 ! root 21: the Free Software Foundation, 59 Temple Place - Suite 330,
! 22: Boston, MA 02111-1307, USA. */
1.1 root 23:
1.1.1.2 root 24: /* Limit the length of a stabs entry (for the broken Acorn assembler) */
25: #define DBX_CONTIN_LENGTH 80
26:
1.1 root 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 */
1.1.1.2 root 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 */
1.1 root 41: /* RISCiX dbx doesn't accept xrefs */
1.1.1.2 root 42: /* #define DBX_NO_XREFS 1 */
43:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.