📄 iris6gld.h
字号:
/* Definitions of target machine for GNU compiler. Iris version 6 with GNU ld. Copyright (C) 1999, 2000, 2002 Free Software Foundation, Inc. Written by Mark Mitchell <mark@codesourcery.com>.This file is part of GNU CC.GNU CC 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.GNU CC 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 GNU CC; see the file COPYING. If not, write tothe Free Software Foundation, 59 Temple Place - Suite 330,Boston, MA 02111-1307, USA. */#undef LIB_SPEC#define LIB_SPEC \ "%{mabi=n32: %{mips4:-L/usr/lib32/mips4} %{!mips4:-L/usr/lib32/mips3} \ -L/usr/lib32} \ %{mabi=64: %{mips4:-L/usr/lib64/mips4} %{!mips4:-L/usr/lib64/mips3} \ -L/usr/lib64} \ %{!mabi*: %{mips4:-L/usr/lib32/mips4} %{!mips4:-L/usr/lib32/mips3} \ -L/usr/lib32} \ %{!shared: \ %{p:libprof1.a%s}%{pg:libprof1.a%s} -lc}"/* Use the default libgcc spec. */#undef LIBGCC_SPEC/* ??? If no mabi=X option give, but a mipsX option is, then should depend on the mipsX option. */#undef LINK_SPEC#define LINK_SPEC "\%{G*} %{EB} %{EL} %{mips1} %{mips2} %{mips3} %{mips4} \%{bestGnum} %{shared} %{non_shared} \%{call_shared} %{no_archive} %{exact_version} \%{static: -non_shared} \%{!static: \ %{!shared: %{!non_shared: %{!call_shared: -call_shared}}}} \%{rpath} -init __do_global_ctors -fini __do_global_dtors \%{mabi=32: -melf32bsmip}%{mabi=n32: -melf32bmipn32}%{mabi=64: -melf64bmip}%{!mabi*: -melf32bmipn32}"/* The GNU linker supports one-only sections. */#define MAKE_DECL_ONE_ONLY(DECL) (DECL_WEAK (DECL) = 1)#define TARGET_ASM_UNIQUE_SECTION mips_unique_section
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -