diff options
author | Jim Blandy <jimb@codesourcery.com> | 2005-05-13 17:37:43 +0000 |
---|---|---|
committer | Jim Blandy <jimb@codesourcery.com> | 2005-05-13 17:37:43 +0000 |
commit | f1e6ae7c1d567f98fba3e85efa4e5532965587c1 (patch) | |
tree | f1d868ddd658fcdf83ece9ef282d3d9c7083c532 | |
parent | f21565d2ff6d5e207028970ebecfbef3008154ec (diff) | |
download | ppe42-binutils-f1e6ae7c1d567f98fba3e85efa4e5532965587c1.tar.gz ppe42-binutils-f1e6ae7c1d567f98fba3e85efa4e5532965587c1.zip |
Revert accidentally committed change.
-rw-r--r-- | gdb/testsuite/gdb.arch/e500-regs.exp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gdb/testsuite/gdb.arch/e500-regs.exp b/gdb/testsuite/gdb.arch/e500-regs.exp index 690e0c3933..30dae0a15f 100644 --- a/gdb/testsuite/gdb.arch/e500-regs.exp +++ b/gdb/testsuite/gdb.arch/e500-regs.exp @@ -32,7 +32,7 @@ if $tracelevel then { set prms_id 0 set bug_id 0 -if ![istarget "powerpc-*"] then { +if ![istarget "powerpc-*eabispe"] then { verbose "Skipping e500 register tests." return } @@ -85,9 +85,9 @@ gdb_expect { # b) the register read (below) also works. if {$endianness == "big"} { -set vector_register ".uint64 = 0x100000001, dbl = 0x0, v2_float = .0x0, 0x0., v2_int32 = .0x1, 0x1., v4_int16 = .0x0, 0x1, 0x0, 0x1., v8_int8 = .0x0, 0x0, 0x0, 0x1, 0x0, 0x0, 0x0, 0x1.." +set vector_register ".uint64 = 0x100000001, v2_float = .0x0, 0x0., v2_int32 = .0x1, 0x1., v4_int16 = .0x0, 0x1, 0x0, 0x1., v8_int8 = .0x0, 0x0, 0x0, 0x1, 0x0, 0x0, 0x0, 0x1.." } else { -set vector_register ".uint64 = 0x100000001, dbl = 0x0, v2_float = .0x0, 0x0., v2_int32 = .0x1, 0x1., v4_int16 = .0x1, 0x0, 0x1, 0x0., v8_int8 = .0x1, 0x0, 0x0, 0x0, 0x1, 0x0, 0x0, 0x0.." +set vector_register ".uint64 = 0x100000001, v2_float = .0x0, 0x0., v2_int32 = .0x1, 0x1., v4_int16 = .0x1, 0x0, 0x1, 0x0., v8_int8 = .0x1, 0x0, 0x0, 0x0, 0x1, 0x0, 0x0, 0x0.." } for {set i 0} {$i < 32} {incr i 1} { @@ -110,9 +110,9 @@ for {set i 0} {$i < 32} {incr i 1} { # the way gdb works. if {$endianness == "big"} { - set decimal_vector ".uint64 = 4294967297, dbl = 0, v2_float = .1.*e-45, 1.*e-45., v2_int32 = .1, 1., v4_int16 = .0, 1, 0, 1., v8_int8 = ..000.000.000.001.000.000.000.001.." + set decimal_vector ".uint64 = 4294967297, v2_float = .1.*e-45, 1.*e-45., v2_int32 = .1, 1., v4_int16 = .0, 1, 0, 1., v8_int8 = ..000.000.000.001.000.000.000.001.." } else { - set decimal_vector ".uint64 = 4294967297, dbl = 0, v2_float = .1.*e-45, 1.*e-45., v2_int32 = .1, 1., v4_int16 = .1, 0, 1, 0., v8_int8 = ..001.000.000.000.001.000.000.." + set decimal_vector ".uint64 = 4294967297, v2_float = .1.*e-45, 1.*e-45., v2_int32 = .1, 1., v4_int16 = .1, 0, 1, 0., v8_int8 = ..001.000.000.000.001.000.000.." } for {set i 0} {$i < 32} {incr i 1} { |