comparison gcc/config/vxworksae.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 /* Common VxWorks AE target definitions for GNU compiler. 1 /* Common VxWorks AE target definitions for GNU compiler.
2 Copyright (C) 2004-2017 Free Software Foundation, Inc. 2 Copyright (C) 2004-2018 Free Software Foundation, Inc.
3 Contributed by CodeSourcery, LLC. 3 Contributed by CodeSourcery, LLC.
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 it under 7 GCC is free software; you can redistribute it and/or modify it under
73 #define VXWORKS_HAVE_TLS 0 73 #define VXWORKS_HAVE_TLS 0
74 74
75 #undef VXWORKS_OVERRIDE_OPTIONS 75 #undef VXWORKS_OVERRIDE_OPTIONS
76 #define VXWORKS_OVERRIDE_OPTIONS vxworks_override_options () 76 #define VXWORKS_OVERRIDE_OPTIONS vxworks_override_options ()
77 extern void vxworks_override_options (void); 77 extern void vxworks_override_options (void);
78
79 /* Default dwarf control values, for non-gdb debuggers that come with
80 VxWorks. */
81
82 #undef VXWORKS_DWARF_VERSION_DEFAULT
83 #define VXWORKS_DWARF_VERSION_DEFAULT 2
84
85 #undef DWARF_GNAT_ENCODINGS_DEFAULT
86 #define DWARF_GNAT_ENCODINGS_DEFAULT DWARF_GNAT_ENCODINGS_ALL