diff options
author | Alan Modra <amodra@gmail.com> | 2008-04-30 06:47:24 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2008-04-30 06:47:24 +0000 |
commit | 9239aded50255b4bd942cd43c0eaaf8ada21fb08 (patch) | |
tree | 8953356a55553813d24c822dfd6a3ef086af87c6 /gas | |
parent | 2b661f3dc26d58c8aadbe1a912be38d53872ed5b (diff) | |
download | gdb-9239aded50255b4bd942cd43c0eaaf8ada21fb08.zip gdb-9239aded50255b4bd942cd43c0eaaf8ada21fb08.tar.gz gdb-9239aded50255b4bd942cd43c0eaaf8ada21fb08.tar.bz2 |
missed from 20080414 commit for e500mc support
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/gas/ppc/ppc.exp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gas/testsuite/gas/ppc/ppc.exp b/gas/testsuite/gas/ppc/ppc.exp index 91870d4..9db2401 100644 --- a/gas/testsuite/gas/ppc/ppc.exp +++ b/gas/testsuite/gas/ppc/ppc.exp @@ -44,5 +44,6 @@ if { [istarget powerpc*-*-*] } then { run_dump_test "e500" run_list_test "range" "-a32" run_dump_test "ppc750ps" + run_dump_test "e500mc" } } |