]> gcc.gnu.org Git - gcc.git/blame - gcc/config/i386/iscdbx.h
entered into RCS
[gcc.git] / gcc / config / i386 / iscdbx.h
CommitLineData
a8137d17
RM
1/* Definitions for Intel 386 running Interactive Unix System V,
2 using dbx-in-coff encapsulation.
c5908080 3 Specifically, this is for recent versions that support POSIX.
a8137d17
RM
4 Copyright (C) 1992 Free Software Foundation, Inc.
5
6This file is part of GNU CC.
7
8GNU CC is free software; you can redistribute it and/or modify
9it under the terms of the GNU General Public License as published by
10the Free Software Foundation; either version 2, or (at your option)
11any later version.
12
13GNU CC is distributed in the hope that it will be useful,
14but WITHOUT ANY WARRANTY; without even the implied warranty of
15MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16GNU General Public License for more details.
17
18You should have received a copy of the GNU General Public License
19along with GNU CC; see the file COPYING. If not, write to
20the 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"
This page took 0.060549 seconds and 5 git commands to generate.