comparison gcc/config/mmix/mmix.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 of target machine for GNU compiler, for MMIX. 1 /* Definitions of target machine for GNU compiler, for MMIX.
2 Copyright (C) 2000-2017 Free Software Foundation, Inc. 2 Copyright (C) 2000-2018 Free Software Foundation, Inc.
3 Contributed by Hans-Peter Nilsson (hp@bitrange.com) 3 Contributed by Hans-Peter Nilsson (hp@bitrange.com)
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
759 /* (empty) */ 759 /* (empty) */
760 /* Node: File Names and DBX */ 760 /* Node: File Names and DBX */
761 /* (empty) */ 761 /* (empty) */
762 762
763 763
764 /* Node: SDB and DWARF */ 764 /* Node: DWARF */
765 #define DWARF2_DEBUGGING_INFO 1 765 #define DWARF2_DEBUGGING_INFO 1
766 #define DWARF2_ASM_LINE_DEBUG_INFO 1 766 #define DWARF2_ASM_LINE_DEBUG_INFO 1
767 767
768 /* Node: Misc */ 768 /* Node: Misc */
769 769
786 we don't have scc expanders yet. */ 786 we don't have scc expanders yet. */
787 787
788 #define Pmode DImode 788 #define Pmode DImode
789 789
790 #define FUNCTION_MODE QImode 790 #define FUNCTION_MODE QImode
791
792 #define NO_IMPLICIT_EXTERN_C
793 791
794 /* mmix-knuth-mmixware target has no support of C99 runtime */ 792 /* mmix-knuth-mmixware target has no support of C99 runtime */
795 #undef TARGET_LIBC_HAS_FUNCTION 793 #undef TARGET_LIBC_HAS_FUNCTION
796 #define TARGET_LIBC_HAS_FUNCTION no_c99_libc_has_function 794 #define TARGET_LIBC_HAS_FUNCTION no_c99_libc_has_function
797 795