summaryrefslogtreecommitdiffstats
path: root/contrib/binutils
diff options
context:
space:
mode:
authorjhibbits <jhibbits@FreeBSD.org>2014-02-03 01:45:07 +0000
committerjhibbits <jhibbits@FreeBSD.org>2014-02-03 01:45:07 +0000
commitb4e7ef9dbfb12303ac989e64f40e5cc0302a849c (patch)
tree4e16b487f541ad65c1d332622aecf72ce1a409fd /contrib/binutils
parent0c66dc8f552c56fe66d3b967773bbdcbedbf49c2 (diff)
downloadFreeBSD-src-b4e7ef9dbfb12303ac989e64f40e5cc0302a849c.zip
FreeBSD-src-b4e7ef9dbfb12303ac989e64f40e5cc0302a849c.tar.gz
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
Diffstat (limited to 'contrib/binutils')
-rw-r--r--contrib/binutils/gas/config/tc-ppc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/binutils/gas/config/tc-ppc.c b/contrib/binutils/gas/config/tc-ppc.c
index a86a3be..a0e116d 100644
--- a/contrib/binutils/gas/config/tc-ppc.c
+++ b/contrib/binutils/gas/config/tc-ppc.c
@@ -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;
OpenPOWER on IntegriCloud