summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjhibbits <jhibbits@FreeBSD.org>2014-03-14 16:42:20 +0000
committerjhibbits <jhibbits@FreeBSD.org>2014-03-14 16:42:20 +0000
commitfdeb176830a1e45aee7924104175964a75ba9732 (patch)
treea7c1aa52f9e7ca15174ff57b028b53eba57efb73
parent2489b5a5523aa7558fc37d6f3dcfc852978482d2 (diff)
downloadFreeBSD-src-fdeb176830a1e45aee7924104175964a75ba9732.zip
FreeBSD-src-fdeb176830a1e45aee7924104175964a75ba9732.tar.gz
MFC r261422
Make gas accept any PowerPC instruction by default. This is a local change, and will not be submitted upstream. Discussed with: nwhitehorn,rdivacky
-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