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

Subversion Repositories altor32

[/] [altor32/] [trunk/] [gcc-x64/] [or1knd-elf/] [lib/] [gcc/] [or1knd-elf/] [4.8.0/] [plugin/] [include/] [tm.h] - Blame information for rev 35

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 35 ultra_embe
#ifndef GCC_TM_H
2
#define GCC_TM_H
3
#ifndef LIBC_GLIBC
4
# define LIBC_GLIBC 1
5
#endif
6
#ifndef LIBC_UCLIBC
7
# define LIBC_UCLIBC 2
8
#endif
9
#ifndef LIBC_BIONIC
10
# define LIBC_BIONIC 3
11
#endif
12
#ifndef OR1K_DELAY_DEFAULT
13
# define OR1K_DELAY_DEFAULT OR1K_DELAY_OFF
14
#endif
15
#ifdef IN_GCC
16
# include "options.h"
17
# include "insn-constants.h"
18
# include "config/or1k/or1k.h"
19
# include "config/dbxelf.h"
20
# include "config/elfos.h"
21
# include "config/newlib-stdint.h"
22
# include "config/or1k/elf.h"
23
# include "config/initfini-array.h"
24
#endif
25
#if defined IN_GCC && !defined GENERATOR_FILE && !defined USED_FOR_TARGET
26
# include "insn-flags.h"
27
#endif
28
# include "defaults.h"
29
#endif /* GCC_TM_H */

powered by: WebSVN 2.1.0

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