* config/tc-ppc.c (md_parse_option): Add PPC_OPCODE_ISEL and
PPC_OPCODE_RFMCI to -m440 selected ppc_cpu.
This commit is contained in:
parent
f02232aaa3
commit
55257f50c0
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2003-08-20 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* config/tc-ppc.c (md_parse_option): Add PPC_OPCODE_ISEL and
|
||||
PPC_OPCODE_RFMCI to -m440 selected ppc_cpu.
|
||||
|
||||
2003-08-19 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* config/tc-arm.c (cp_address_required_here): Add code to handle
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue