OSDN Git Service

7a3f22d039ec3a087175ce4935026aca17a7f688
[pf3gnuchains/gcc-fork.git] / gcc / config / i386 / iscdbx.h
1 /* Definitions for Intel 386 running Interactive Unix System V,
2    using dbx-in-coff encapsulation.
3    Specifically, this is for recent versions that support POSIX.
4    Copyright (C) 1992 Free Software Foundation, Inc.
5
6 This file is part of GNU CC.
7
8 GNU CC is free software; you can redistribute it and/or modify
9 it under the terms of the GNU General Public License as published by
10 the Free Software Foundation; either version 2, or (at your option)
11 any later version.
12
13 GNU CC is distributed in the hope that it will be useful,
14 but WITHOUT ANY WARRANTY; without even the implied warranty of
15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16 GNU General Public License for more details.
17
18 You should have received a copy of the GNU General Public License
19 along with GNU CC; see the file COPYING.  If not, write to
20 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
21
22 /* Mostly it's like AT&T Unix System V with dbx-in-coff. */
23
24 #include "i386/svr3dbx.h"
25
26 /* But with a few changes.  */
27 #undef ENDFILE_SPEC
28 #include "i386/isc.h"
29
30 /* Overridden defines for ifile usage. */
31
32 #undef STARTFILE_SPEC
33 #define STARTFILE_SPEC \
34   "%{!r:%{!z:svr3.ifile%s}%{z:svr3z.ifile%s}}\
35    %{!shlib:%{posix:%{pg:mcrtp1.o%s}%{!pg:%{p:mcrtp1.o%s}%{!p:crtp1.o%s}}}\
36    %{!posix:%{pg:mcrt1.o%s}%{!pg:%{p:mcrt1.o%s}%{!p:crt1.o%s}}}\
37    %{p:-L/usr/lib/libp} %{pg:-L/usr/lib/libp}}\
38    %{shlib:%{posix:crtp1.o%s}%{!posix:crt1.o%s}}"
39   
40 #undef ENDFILE_SPEC
41 #define ENDFILE_SPEC "crtn.o%s"