blob: 277589b0f92d341664b913c52e972d4136c34d57 (
plain)
1
2
3
4
5
6
|
# Test for errors when using an odd numbered base register for SDW.
# Written by Ben Elliston (bje@redhat.com)
if [istarget iq2000*-*-*] {
gas_test_error oddsdw.s "" "emits error for odd numbered register in double word store"
}
|