This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: mn10300: don't accept `mov pc,r[0-7]'


On Jan 22, 2002, Alexandre Oliva <aoliva@redhat.com> wrote:

> Thanks, that's the hint I needed.  Here's the testcase I'm checking in
> along with the patch that Eric approved.

Oops.  cut&pasto from rth's example fixed thusly.  I had fixed that in
my private test tree, but then I installed the unfixed patch.  D'oh.
Thanks, Eric, for pointing it out.

Index: gas/testsuite/gas/mn10300/basic.exp
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/mn10300/basic.exp,v
retrieving revision 1.5
diff -u -p -r1.5 basic.exp
--- gas/testsuite/gas/mn10300/basic.exp 2002/01/23 01:53:00 1.5
+++ gas/testsuite/gas/mn10300/basic.exp 2002/01/23 02:00:53
@@ -1736,7 +1736,7 @@ proc do_am33_8 {} {
 
 proc run_list_test { name opts } {
     global srcdir subdir
-    set testname "alpha $name"
+    set testname "mn10300 $name"
     set file $srcdir/$subdir/$name
     gas_run ${name}.s $opts ">&dump.out"
     if { [regexp_diff "dump.out" "${file}.l"] } then {

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]