comparison gcc/config/cris/cris.h @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children 1830386684a0
comparison
equal deleted inserted replaced
111:04ced10e8804 131:84e7813d76e9
1 /* Definitions for GCC. Part of the machine description for CRIS. 1 /* Definitions for GCC. Part of the machine description for CRIS.
2 Copyright (C) 1998-2017 Free Software Foundation, Inc. 2 Copyright (C) 1998-2018 Free Software Foundation, Inc.
3 Contributed by Axis Communications. Written by Hans-Peter Nilsson. 3 Contributed by Axis Communications. Written by Hans-Peter Nilsson.
4 4
5 This file is part of GCC. 5 This file is part of GCC.
6 6
7 GCC is free software; you can redistribute it and/or modify 7 GCC is free software; you can redistribute it and/or modify
996 996
997 /* Node: File names and DBX */ 997 /* Node: File names and DBX */
998 /* (no definitions) */ 998 /* (no definitions) */
999 999
1000 1000
1001 /* Node: SDB and DWARF */ 1001 /* Node: DWARF */
1002 /* (no definitions) */ 1002 /* (no definitions) */
1003 1003
1004 /* Node: Misc */ 1004 /* Node: Misc */
1005 1005
1006 /* A combination of the bound (umin) insn together with a 1006 /* A combination of the bound (umin) insn together with a
1028 1028
1029 #define Pmode SImode 1029 #define Pmode SImode
1030 1030
1031 #define FUNCTION_MODE QImode 1031 #define FUNCTION_MODE QImode
1032 1032
1033 #define NO_IMPLICIT_EXTERN_C
1034
1035 /* 1033 /*
1036 * Local variables: 1034 * Local variables:
1037 * eval: (c-set-style "gnu") 1035 * eval: (c-set-style "gnu")
1038 * indent-tabs-mode: t 1036 * indent-tabs-mode: t
1039 * End: 1037 * End: