Mercurial > hg > CbC > CbC_gcc
comparison gcc/config/i386/kfreebsd-gnu.h @ 111:04ced10e8804
gcc 7
author | kono |
---|---|
date | Fri, 27 Oct 2017 22:46:09 +0900 |
parents | a06113de4d67 |
children | 84e7813d76e9 |
comparison
equal
deleted
inserted
replaced
68:561a7518be6b | 111:04ced10e8804 |
---|---|
1 /* Definitions for Intel 386 running kFreeBSD-based GNU systems with ELF format | 1 /* Definitions for Intel 386 running kFreeBSD-based GNU systems with ELF format |
2 Copyright (C) 2004, 2007 | 2 Copyright (C) 2011-2017 Free Software Foundation, Inc. |
3 Free Software Foundation, Inc. | |
4 Contributed by Robert Millan. | 3 Contributed by Robert Millan. |
5 | 4 |
6 This file is part of GCC. | 5 This file is part of GCC. |
7 | 6 |
8 GCC is free software; you can redistribute it and/or modify | 7 GCC is free software; you can redistribute it and/or modify |
17 | 16 |
18 You should have received a copy of the GNU General Public License | 17 You should have received a copy of the GNU General Public License |
19 along with GCC; see the file COPYING3. If not see | 18 along with GCC; see the file COPYING3. If not see |
20 <http://www.gnu.org/licenses/>. */ | 19 <http://www.gnu.org/licenses/>. */ |
21 | 20 |
22 #undef LINK_EMULATION | 21 #define GNU_USER_LINK_EMULATION "elf_i386_fbsd" |
23 #define LINK_EMULATION "elf_i386_fbsd" | 22 #define GLIBC_DYNAMIC_LINKER "/lib/ld.so.1" |
24 #undef REG_NAME | |
25 #define REG_NAME(reg) sc_ ## reg |