* config/tc-ppc.c (ppc_setup_opcodes): Add all macros for -many.

This commit is contained in:
Alan Modra 2010-07-20 05:07:23 +00:00
parent fcdc9c861b
commit 33740db9cd
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2010-07-20 Alan Modra <amodra@gmail.com>
* config/tc-ppc.c (ppc_setup_opcodes): Add all macros for -many.
2010-07-16 Alan Modra <amodra@gmail.com>
* config/tc-rx.c (md_estimate_size_before_relax): Fix format

View file

@ -1498,7 +1498,7 @@ ppc_setup_opcodes (void)
macro_end = powerpc_macros + powerpc_num_macros;
for (macro = powerpc_macros; macro < macro_end; macro++)
{
if ((macro->flags & ppc_cpu) != 0)
if ((macro->flags & ppc_cpu) != 0 || (ppc_cpu & PPC_OPCODE_ANY) != 0)
{
const char *retval;