mismatch.exp

来自「Linux下嵌入式开发工具源代码」· EXP 代码 · 共 21 行

EXP
21
字号
# Test architecture mismatch errors.## GAS issues two lines of error text for each mismatch:## mm-lite.s:7: Error: Architecture mismatch on "divscc".# mm-lite.s:7:  (Requires sparclite; requested architecture is v8.)## The suggested regexp argument to dg-error is "mismatch|<arch>".if [istarget sparc*-*-*] {    load_lib gas-dg.exp    dg-init    dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/mism-*.s]] "" ""    dg-finish}

⌨️ 快捷键说明

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