20001226-1.x
来自「gcc-you can use this code to learn somet」· X 代码 · 共 23 行
X
23 行
# This does not assemble on m68hc11 because the function is larger# than 64K.global target_tripletif { [istarget "m6811-*-*"] || [istarget "m6812-*-*"] } { return 1}# It doesn't work on Xtensa with -O0 because the function is larger# than the range of a jump instruction (+- 128K) and the assembler# does not yet relax jumps to indirect jumps.set torture_eval_before_compile { set compiler_conditional_xfail_data { "jump beyond 128K not supported" \ "xtensa-*-*" \ { "-O0" } \ { "" } }}return 0
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?