📄 iris6-o32-gas.h
字号:
/* 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -