comparison gcc/config/mcore/mcore-elf.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 of MCore target. 1 /* Definitions of MCore target.
2 Copyright (C) 1998, 1999, 2000, 2001, 2002, 2004, 2007 2 Copyright (C) 1998-2017 Free Software Foundation, Inc.
3 Free Software Foundation, Inc.
4 Contributed by Cygnus Solutions. 3 Contributed by Cygnus Solutions.
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
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 #ifndef __MCORE_ELF_H__ 21 #ifndef __MCORE_ELF_H__
23 #define __MCORE_ELF_H__ 22 #define __MCORE_ELF_H__
24
25 /* Run-time Target Specification. */
26 #define TARGET_VERSION fputs (" (Motorola MCORE/elf)", stderr)
27 23
28 /* Use DWARF2 debugging info. */ 24 /* Use DWARF2 debugging info. */
29 #define DWARF2_DEBUGGING_INFO 1 25 #define DWARF2_DEBUGGING_INFO 1
30 26
31 #undef PREFERRED_DEBUGGING_TYPE 27 #undef PREFERRED_DEBUGGING_TYPE