Make gas accept any PowerPC instruction by default. This is a local change,

and will not be submitted upstream.

Discussed with:	nwhitehorn,rdivacky
MFC after:	1 month
This commit is contained in:
Justin Hibbits 2014-02-03 01:45:07 +00:00
parent c017acc769
commit 1d5f07dc97
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=261422

View File

@ -681,7 +681,7 @@ ppc_parse_name (const char *name, expressionS *expr)
/* The type of processor we are assembling for. This is one or more
of the PPC_OPCODE flags defined in opcode/ppc.h. */
static unsigned long ppc_cpu = 0;
static unsigned long ppc_cpu = PPC_OPCODE_ANY;
/* Whether to target xcoff64/elf64. */
static unsigned int ppc_obj64 = BFD_DEFAULT_TARGET_SIZE == 64;