OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [config/] [vax/] [netbsd.h] - Blame information for rev 282

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 282 jeremybenn
/* Definitions of target machine for GNU compiler.
2
   NetBSD/vax a.out version.
3
   Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2007
4
   Free Software Foundation, Inc.
5
 
6
This file is part of GCC.
7
 
8
GCC 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 3, or (at your option)
11
any later version.
12
 
13
GCC 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 GCC; see the file COPYING3.  If not see
20
<http://www.gnu.org/licenses/>.  */
21
 
22
 
23
#define TARGET_OS_CPP_BUILTINS()                \
24
  do                                            \
25
    {                                           \
26
      NETBSD_OS_CPP_BUILTINS_AOUT();            \
27
    }                                           \
28
  while (0)
29
 
30
#undef CPP_SPEC
31
#define CPP_SPEC NETBSD_CPP_SPEC
32
 
33
/* Make gcc agree with <machine/ansi.h> */
34
 
35
#undef SIZE_TYPE
36
#define SIZE_TYPE "unsigned int"
37
 
38
#undef PTRDIFF_TYPE
39
#define PTRDIFF_TYPE "int"
40
 
41
/* Until they use ELF or something that handles dwarf2 unwinds
42
   and initialization stuff better.  Use sjlj exceptions.  */
43
#undef DWARF2_UNWIND_INFO
44
 
45
/* We use gas, not the UNIX assembler.  */
46
#undef TARGET_DEFAULT
47
#define TARGET_DEFAULT 0

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.