2003-01-05 Richard Sandiford <rsandifo@redhat.com>
authorChris Demetriou <cgd@google.com>
Mon, 6 Jan 2003 01:57:40 +0000 (01:57 +0000)
committerChris Demetriou <cgd@google.com>
Mon, 6 Jan 2003 01:57:40 +0000 (01:57 +0000)
        * Makefile.in (tmp-run-multi): Fix mips16 filter.

sim/mips/ChangeLog
sim/mips/Makefile.in

index 0cf73cb..0f84f0b 100644 (file)
@@ -1,3 +1,7 @@
+2003-01-05  Richard Sandiford  <rsandifo@redhat.com>
+
+       * Makefile.in (tmp-run-multi): Fix mips16 filter.
+
 2003-01-04  Richard Sandiford  <rsandifo@redhat.com>
            Andrew Cagney  <ac131313@redhat.com>
            Gavin Romig-Koch  <gavin@redhat.com>
index 72ec4ab..b709ce8 100644 (file)
@@ -371,7 +371,7 @@ tmp-itable-multi: $(IGEN_INSN) $(IGEN_DC) ../igen/igen $(IGEN_INCLUDE)
 tmp-run-multi: $(srcdir)/m16run.c
        for t in $(SIM_MULTI_IGEN_CONFIGS); do \
          case $${t} in \
-           *:*mips16*:*) \
+           m16*) \
              m=`echo $${t} | sed -e 's/^m16//' -e 's/:.*//'`; \
              sed <  $(srcdir)/m16run.c > tmp-run \
                    -e "s/^sim_/m16$${m}_/" \