OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [config/] [or32/] [linux-gas.h] - Blame information for rev 38

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 38 julius
/* Definitions of target machine for GNU compiler.
2
   Or32 Linux-based GNU systems version.
3
   Copyright (C) 2002, 2005 Free Software Foundation, Inc.
4
   Contributed by Marko Mlinar <markom@opencores.org>
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 this program; see the file COPYING.  If not, write to
20
the Free Software Foundation, 59 Temple Place - Suite 330,
21
Boston, MA 02111-1307, USA.  */
22
 
23
/* Unsigned chars produces much better code than signed.  */
24
#undef  DEFAULT_SIGNED_CHAR
25
#define DEFAULT_SIGNED_CHAR 1
26
 
27
/* Make gcc agree with <machine/ansi.h> */
28
 
29
#define SIZE_TYPE "unsigned int"
30
#define PTRDIFF_TYPE "int"
31
#define WCHAR_TYPE "unsigned int"
32
#define WCHAR_TYPE_SIZE 32
33
 
34
 
35
/* Clear the instruction cache from `beg' to `end'.  This makes an
36
   inline system call to SYS_cacheflush.  */
37
#define CLEAR_INSN_CACHE(BEG, END) /* Do something here !!! */

powered by: WebSVN 2.1.0

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