mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 03:29:47 +08:00
* config/tc-ppc.c (ppc_setup_opcodes): Add all macros for -many.
This commit is contained in:
@ -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
|
||||
|
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user