ppc.exp

来自「基于4个mips核的noc设计」· EXP 代码 · 共 22 行

EXP
22
字号
## Some PowerPC tests## These tests are currently ELF specific, only because nobody has# converted them to look for XCOFF relocations.if { [istarget powerpc*-*-*bsd*] \     || [istarget powerpc*-*-elf*] \     || [istarget powerpc*-*-eabi*] \     || [istarget powerpc*-*-sysv4*] \     || [istarget powerpc*-*-linux*] \     || [istarget powerpc*-*-solaris*] \     || [istarget powerpc*-*-rtems*] } then {    run_dump_test "astest"    run_dump_test "astest2"}if { [istarget powerpc*-*-*] } then {   run_dump_test "simpshft"}

⌨️ 快捷键说明

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