elf.h

来自「Mac OS X 10.4.9 for x86 Source Code gcc」· C头文件 代码 · 共 46 行

H
46
字号
/* Definitions of target machine for GNU compiler.   Renesas H8/300 version generating elf   Copyright (C) 2001, 2002, 2003, 2004 Free Software Foundation, Inc.   Contributed by Steve Chamberlain (sac@cygnus.com),   Jim Wilson (wilson@cygnus.com), and Doug Evans (dje@cygnus.com).This file is part of GCC.GCC is free software; you can redistribute it and/or modifyit under the terms of the GNU General Public License as published bythe Free Software Foundation; either version 2, or (at your option)any later version.GCC is distributed in the hope that it will be useful,but WITHOUT ANY WARRANTY; without even the implied warranty ofMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See theGNU General Public License for more details.You should have received a copy of the GNU General Public Licensealong with GCC; see the file COPYING.  If not, write tothe Free Software Foundation, 59 Temple Place - Suite 330,Boston, MA 02111-1307, USA.  */#ifndef GCC_H8300_ELF_H#define GCC_H8300_ELF_H#undef  ENDFILE_SPEC#define ENDFILE_SPEC "crtend.o%s %{pg:gcrtn.o%s}%{!pg:crtn.o%s}"#undef	STARTFILE_SPEC#define STARTFILE_SPEC "%{!shared: \			 %{!symbolic: \			  %{pg:gcrt0.o%s}%{!pg:%{p:mcrt0.o%s}%{!p:crt0.o%s}}}}\			%{pg:gcrti.o%s}%{!pg:crti.o%s} \			crtbegin.o%s"#undef USER_LABEL_PREFIX#define USER_LABEL_PREFIX "_"#define JUMP_TABLES_IN_TEXT_SECTION (flag_pic)#undef LINK_SPEC#define LINK_SPEC "%{mh:%{mn:-m h8300hnelf}} %{mh:%{!mn:-m h8300helf}} %{ms:%{mn:-m h8300snelf}} %{ms:%{!mn:-m h8300self}} %{msx:%{mn:-m h8300sxnelf;:-m h8300sxelf}}"#endif /* h8300/elf.h */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?