mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-24 12:35:55 +08:00
927f25ebac
The common framework supports $srcdir & $subdir replacements already, so replace the custom @srcdir@ logic with those. Since the replace happens in slurp_options that cris already uses, we don't have any logic to port over there. We have to duplicate that into the cris slurp_rv helper though.
17 lines
420 B
Plaintext
17 lines
420 B
Plaintext
#mach: crisv10 crisv32
|
|
#sim(crisv10): --hw-device "/rv/trace? true"
|
|
#sim(crisv32): --hw-device "/rv/trace? true"
|
|
#output: /rv: WD\n
|
|
#output: /rv: REG R 0xd0000032\n
|
|
#output: /rv: := 0xabcdef01\n
|
|
#output: /rv: REG W 0xd0000036 := 0xaabbccdd\n
|
|
#output: /rv: REG R 0xd0000036\n
|
|
#output: /rv: := 0x76543210\n
|
|
#output: pass\n
|
|
|
|
# Test trace output for read and write.
|
|
|
|
#r @,$srcdir/$subdir/trivial4.r
|
|
|
|
.include "trivial4.ms"
|