summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Demetriou <cgd@google.com>2003-01-06 01:57:40 +0000
committerChris Demetriou <cgd@google.com>2003-01-06 01:57:40 +0000
commit805517776c3066465178fefb5599fb40f5316090 (patch)
tree99ce8e65d5c3ee7a6cb3fe786d53656242bd5fda
parent203708e3b175be1f62a4838b91bab437bf6099bc (diff)
downloadbinutils-gdb-805517776c3066465178fefb5599fb40f5316090.tar.gz
2003-01-05 Richard Sandiford <rsandifo@redhat.com>
* Makefile.in (tmp-run-multi): Fix mips16 filter.
-rw-r--r--sim/mips/ChangeLog4
-rw-r--r--sim/mips/Makefile.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/sim/mips/ChangeLog b/sim/mips/ChangeLog
index 0cf73cbb333..0f84f0b5e24 100644
--- a/sim/mips/ChangeLog
+++ b/sim/mips/ChangeLog
@@ -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>
diff --git a/sim/mips/Makefile.in b/sim/mips/Makefile.in
index 72ec4ab6905..b709ce869bb 100644
--- a/sim/mips/Makefile.in
+++ b/sim/mips/Makefile.in
@@ -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}_/" \