From 55257f50c04c255a2fa57a09ba2a66ae9cb7c1f0 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Tue, 19 Aug 2003 15:48:53 +0000 Subject: * config/tc-ppc.c (md_parse_option): Add PPC_OPCODE_ISEL and PPC_OPCODE_RFMCI to -m440 selected ppc_cpu. --- gas/config/tc-ppc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gas/config') diff --git a/gas/config/tc-ppc.c b/gas/config/tc-ppc.c index 5f5aaea..30aa2fd 100644 --- a/gas/config/tc-ppc.c +++ b/gas/config/tc-ppc.c @@ -912,7 +912,7 @@ md_parse_option (c, arg) | PPC_OPCODE_403 | PPC_OPCODE_32); else if (strcmp (arg, "440") == 0) ppc_cpu = (PPC_OPCODE_PPC | PPC_OPCODE_BOOKE | PPC_OPCODE_32 - | PPC_OPCODE_440); + | PPC_OPCODE_440 | PPC_OPCODE_ISEL | PPC_OPCODE_RFMCI); else if (strcmp (arg, "7400") == 0 || strcmp (arg, "7410") == 0 || strcmp (arg, "7450") == 0 -- cgit v1.1