macros.exp
来自「俄罗斯高人Mamaich的Pocket gcc编译器(运行在PocketPC上)」· EXP 代码 · 共 40 行
EXP
40 行
# Run some tests of gas macros.if { ![istarget hppa*-*-*] || [istarget *-*-linux*] } { run_dump_test test1}if ![istarget *c54x*-*-*] { run_dump_test test2}run_dump_test test3if ![istarget *c54x*-*-*] { run_dump_test irp run_dump_test rept}gas_test_error "err.s" "" "macro infinite recursion"case $target_triplet in { { hppa*-*-* } { if [istarget *-*-linux*] { run_dump_test semi } } { *c54x*-*-* } { } default { run_dump_test semi }}if { ![istarget hppa*-*-*] || [istarget *-*-linux*]} { # FIXME: Due to macro mishandling of ONLY_STANDARD_ESCAPES. setup_xfail cris-*-* setup_xfail powerpc-*-aix* setup_xfail sh*-*-* setup_xfail z8k*-*-* setup_xfail h8300*-*-* # FIXME: Due to difference in what "consecutive octets" means. setup_xfail *c54x*-*-* run_dump_test strings}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?