mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-27 11:20:58 +01:00
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:
parent
c017acc769
commit
1d5f07dc97
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=261422
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user