projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17e2f77
)
Fix last fixes #2
author
Michael Meissner
<gnu@the-meissners.org>
Mon, 16 Oct 1995 11:35:05 +0000
(11:35 +0000)
committer
Michael Meissner
<gnu@the-meissners.org>
Mon, 16 Oct 1995 11:35:05 +0000
(11:35 +0000)
gas/config/tc-ppc.c
patch
|
blob
|
history
diff --git
a/gas/config/tc-ppc.c
b/gas/config/tc-ppc.c
index 60ee2f7fbbe2697c61f94ff84d73d80d19bcf404..37aba9829cd4e0524e644499297351ce9ab40c85 100644
(file)
--- a/
gas/config/tc-ppc.c
+++ b/
gas/config/tc-ppc.c
@@
-759,6
+759,8
@@
md_begin ()
special case. */
if (strcmp (retval, "exists") != 0
|| (((ppc_cpu & PPC_OPCODE_601) == 0
+ || ((ppc_cpu & ~PPC_OPCODE_POWER2)
+ != (PPC_OPCODE_POWER | PPC_OPCODE_PPC))
|| strcmp (op->name, "mfdec") != 0)
&& (((ppc_cpu & ~PPC_OPCODE_POWER2)
!= (PPC_OPCODE_POWER | PPC_OPCODE_PPC))