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

📄 all.exp

📁 俄罗斯高人Mamaich的Pocket gcc编译器(运行在PocketPC上)的全部源代码。
💻 EXP
字号:
## Some generic m68k tests#if [istarget "m68hc11-*-*"] then {   return}if [istarget "m68hc12-*-*"] then {   return}if [istarget "m6811-*-*"] then {   return}if [istarget "m6812-*-*"] then {   return}if [istarget m68*-*-*] then {    gas_test "t2.s" "" "" "cross-section branch"    if [istarget m68*-motorola-sysv] then {	run_dump_test t2    }    gas_test "pic1.s" "" "" "PIC generation"    gas_test "disperr.s" "-m68020" "" "Incorrect Displacement too long error"    gas_test_error "p2410.s" "" "out-of-range 'bras'"    # Reloc types etc. need changing for aout and coff to pass.    setup_xfail "*-*"    clear_xfail "*-*-*elf*" "*-*-sysv4*" "*-*-rtems" "*-*-*gnu*" "*-*-psos*"    run_dump_test pcrel    run_dump_test operands    run_dump_test cas    run_dump_test bitfield    run_dump_test link    run_dump_test fmoveml    set testname "68000 operands"    gas_run "operands.s" "-m68000" "2>err.out"    if ![string match "child process exited abnormally" $comp_output] then {	send_log "$comp_output\n"	verbose "$comp_output" 3	fail $testname    } else {	if [regexp_diff "err.out" "$srcdir/$subdir/op68000.d"] then {	    fail $testname	} else {	    pass $testname	}    }}if [info exists errorInfo] then {    unset errorInfo}

⌨️ 快捷键说明

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