⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 s390.exp

📁 俄罗斯高人Mamaich的Pocket gcc编译器(运行在PocketPC上)的全部源代码。
💻 EXP
字号:
## s390/s390x tests#proc run_list_test { name opts } {    global srcdir subdir    set testname "s390 $name"    set file $srcdir/$subdir/$name    gas_run ${name}.s $opts ">&dump.out"    if { [regexp_diff "dump.out" "${file}.l"] } then {	fail $testname	verbose "output is [file_contents "dump.out"]" 2	exit	return    }    pass $testname}if [expr [istarget "s390-*-*"] ||  [istarget "s390x-*-*"]]  then {    run_dump_test "opcode"    run_dump_test "reloc"    run_dump_test "operands"#    # PIC is only supported on ELF targets.#    if { ([istarget "*-*-elf*"] || [istarget "*-*-linux*"] ) } then {#	run_dump_test "s390pic"#    }}if [istarget "s390x-*-*"] then {    run_dump_test "opcode64"    run_dump_test "reloc64"    run_dump_test "operands64"}

⌨️ 快捷键说明

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