iris6-o32-gas.h
来自「linux下的gcc编译器」· C头文件 代码 · 共 20 行
H
20 行
/* Definitions of target machine for GNU compiler, for MIPS running IRIX 6 (O32 ABI) using the GNU assembler. *//* Enforce use of O32 linker, irrespective of SGI_ABI environment variable and machine type (e.g., R8000 systems default to -64). Copied from iris5gas.h, only adding -32. The default options -call_shared -no_unresolved are only passed if not invoked with -r. */#undef LINK_SPEC#define LINK_SPEC "\%{G*} %{EB} %{EL} %{mips1} %{mips2} %{mips3} \%{bestGnum} %{shared} %{non_shared} \%{call_shared} %{no_archive} %{exact_version} \%{static: -non_shared} \%{!static: \ %{!shared:%{!non_shared:%{!call_shared:%{!r: -call_shared -no_unresolved}}}}} \%{rpath} -init __do_global_ctors -fini __do_global_dtors \%{shared:-hidden_symbol __do_global_ctors,__do_global_ctors_1,__do_global_dtors} \-_SYSTYPE_SVR4 \-32"
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?