OSDN Git Service

Pass pointer to RTX when calling alter_subreg().
[pf3gnuchains/gcc-fork.git] / gcc / config / arm / rix-gas.h
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
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
21 the Free Software Foundation, 59 Temple Place - Suite 330,
22 Boston, MA 02111-1307, USA.  */
23
24 /* Limit the length of a stabs entry (for the broken Acorn assembler) */
25 #undef  DBX_CONTIN_LENGTH
26 #define DBX_CONTIN_LENGTH 80
27
28 /* The native RISCiX assembler does not support stabs of any kind; because
29    the native assembler is not used by the compiler, Acorn didn't feel it was
30    necessary to put them in!  
31    However, this file assumes that we have an assembler that does have stabs,
32    so we put them back in.  */
33
34 #define DBX_DEBUGGING_INFO
35
36 /* Unfortunately dbx doesn't understand these */
37 /* Dbx on RISCiX is so broken that I've given up trying to support it.
38    lets just support gdb. */
39 /* #define DEFAULT_GDB_EXTENSIONS 0 */
40 /* RISCiX dbx doesn't accept xrefs */
41 /* #define DBX_NO_XREFS 1 */
42