]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/config/mips/vxworks.h
* sh.h (EXTRA_CONSTRAINT_Z): New macro.
[thirdparty/gcc.git] / gcc / config / mips / vxworks.h
CommitLineData
f87e9939 1/* Copyright (C) 1999 Free Software Foundation, Inc.
10e7b2a2 2
3This file is part of GNU CC.
4
5GNU CC is free software; you can redistribute it and/or modify
6it under the terms of the GNU General Public License as published by
7the Free Software Foundation; either version 2, or (at your option)
8any later version.
9
10GNU CC is distributed in the hope that it will be useful,
11but WITHOUT ANY WARRANTY; without even the implied warranty of
12MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13GNU General Public License for more details.
14
15You should have received a copy of the GNU General Public License
16along with GNU CC; see the file COPYING. If not, write to
17the Free Software Foundation, 59 Temple Place - Suite 330,
18Boston, MA 02111-1307, USA. */
19
10e7b2a2 20#undef EXTRA_SECTIONS
6cde52a2 21#define EXTRA_SECTIONS in_sdata, in_sbss
10e7b2a2 22
10e7b2a2 23#undef EXTRA_SECTION_FUNCTIONS
24#define EXTRA_SECTION_FUNCTIONS \
25 SECTION_FUNCTION_TEMPLATE(sdata_section, in_sdata, SDATA_SECTION_ASM_OP) \
6cde52a2 26 SECTION_FUNCTION_TEMPLATE(sbss_section, in_sbss, SBSS_SECTION_ASM_OP)
10e7b2a2 27
10e7b2a2 28#undef STARTFILE_SPEC
29#undef ENDFILE_SPEC