summaryrefslogtreecommitdiffstats
path: root/gas/config/tc-ppc.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2006-09-22 13:54:06 +0000
committerAlan Modra <amodra@gmail.com>2006-09-22 13:54:06 +0000
commit5e02f92ecddc25fed29672c2002645eecfe59139 (patch)
tree84e8ea21ee5f5ec50c44f0b0ba86ba350a48f43f /gas/config/tc-ppc.c
parentf08799f98ed1e5ef8d0c07d2b2f1c1f0795b590a (diff)
downloadppe42-binutils-5e02f92ecddc25fed29672c2002645eecfe59139.tar.gz
ppe42-binutils-5e02f92ecddc25fed29672c2002645eecfe59139.zip
* config/tc-ppc.c (ppc_symbol_chars): Remove '+' and '-'.
Diffstat (limited to 'gas/config/tc-ppc.c')
-rw-r--r--gas/config/tc-ppc.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/gas/config/tc-ppc.c b/gas/config/tc-ppc.c
index 35e30b0834..1d655ca123 100644
--- a/gas/config/tc-ppc.c
+++ b/gas/config/tc-ppc.c
@@ -182,11 +182,9 @@ const char EXP_CHARS[] = "eE";
as in 0d1.0. */
const char FLT_CHARS[] = "dD";
-/* '+' and '-' can be used as postfix predicate predictors for conditional
- branches. So they need to be accepted as symbol characters.
- Also, anything that can start an operand needs to be mentioned here,
+/* Anything that can start an operand needs to be mentioned here,
to stop the input scrubber eating whitespace. */
-const char ppc_symbol_chars[] = "+-%[";
+const char ppc_symbol_chars[] = "%[";
/* The dwarf2 data alignment, adjusted for 32 or 64 bit. */
int ppc_cie_data_alignment;
OpenPOWER on IntegriCloud