mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-24 12:35:55 +08:00
PR 1036
* config/tc-ppc.c (ppc_symbol_chars): Add '%' and '['.
This commit is contained in:
parent
478ec1e395
commit
ac80582683
@ -1,3 +1,8 @@
|
||||
2005-08-23 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
PR 1036
|
||||
* config/tc-ppc.c (ppc_symbol_chars): Add '%' and '['.
|
||||
|
||||
2005-08-23 Phil Edwards <phil@codesourcery.com>
|
||||
|
||||
* configure.tgt (*-*-vxworks): Match vxworks* instead.
|
||||
|
@ -184,8 +184,10 @@ const char EXP_CHARS[] = "eE";
|
||||
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. */
|
||||
const char ppc_symbol_chars[] = "+-";
|
||||
branches. So they need to be accepted as symbol characters.
|
||||
Also, anything that can start an operand needs to be mentioned here,
|
||||
to stop the input scrubber eating whitespace. */
|
||||
const char ppc_symbol_chars[] = "+-%[";
|
||||
|
||||
/* The dwarf2 data alignment, adjusted for 32 or 64 bit. */
|
||||
int ppc_cie_data_alignment;
|
||||
|
Loading…
Reference in New Issue
Block a user