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 0cf73cbb33333c6d7f87aa304623a7645f59159b..0f84f0b5e2486dd92046005de4534ba18b6fd757 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 72ec4ab6905f89da7223ab9e55139927211ee9b3..b709ce869bb6e0a27b82d4a0aa5c678e3885957e 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}_/" \
This page took 0.02811 seconds and 4 git commands to generate.