comparison gcc/config/rs6000/netbsd.h @ 111:04ced10e8804

gcc 7
author kono
date Fri, 27 Oct 2017 22:46:09 +0900
parents f6334be47118
children 84e7813d76e9
comparison
equal deleted inserted replaced
68:561a7518be6b 111:04ced10e8804
1 /* Definitions of target machine for GNU compiler, 1 /* Definitions of target machine for GNU compiler,
2 for PowerPC NetBSD systems. 2 for PowerPC NetBSD systems.
3 Copyright 2002, 2003, 2007, 2008, 2010 Free Software Foundation, Inc. 3 Copyright (C) 2002-2017 Free Software Foundation, Inc.
4 Contributed by Wasabi Systems, Inc. 4 Contributed by Wasabi Systems, Inc.
5 5
6 This file is part of GCC. 6 This file is part of GCC.
7 7
8 GCC is free software; you can redistribute it and/or modify it 8 GCC is free software; you can redistribute it and/or modify it
85 { "netbsd_link_spec", NETBSD_LINK_SPEC_ELF }, \ 85 { "netbsd_link_spec", NETBSD_LINK_SPEC_ELF }, \
86 { "netbsd_entry_point", NETBSD_ENTRY_POINT }, \ 86 { "netbsd_entry_point", NETBSD_ENTRY_POINT }, \
87 { "netbsd_endfile_spec", NETBSD_ENDFILE_SPEC }, 87 { "netbsd_endfile_spec", NETBSD_ENDFILE_SPEC },
88 88
89 89
90 #undef TARGET_VERSION 90 /* Use standard DWARF numbering for DWARF debugging information. */
91 #define TARGET_VERSION fprintf (stderr, " (NetBSD/powerpc ELF)"); 91 #define RS6000_USE_DWARF_NUMBERING
92 92
93 #define DBX_REGISTER_NUMBER(REGNO) rs6000_dbx_register_number (REGNO)