* config/tc-ppc.c (ppc_tc): Allow a space between toc symbol
name and bracket.
This commit is contained in:
parent
dade8b53ef
commit
d13d401589
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2007-12-04 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* config/tc-ppc.c (ppc_tc): Allow a space between toc symbol
|
||||
name and bracket.
|
||||
|
||||
2007-11-30 Bob Wilson <bob.wilson@acm.org>
|
||||
|
||||
* config/tc-xtensa.h (md_allow_eh_opt): Define.
|
||||
|
|
|
@ -4059,6 +4059,7 @@ ppc_tc (int ignore ATTRIBUTE_UNUSED)
|
|||
|
||||
/* Skip the TOC symbol name. */
|
||||
while (is_part_of_name (*input_line_pointer)
|
||||
|| *input_line_pointer == ' '
|
||||
|| *input_line_pointer == '['
|
||||
|| *input_line_pointer == ']'
|
||||
|| *input_line_pointer == '{'
|
||||
|
|
Loading…
Reference in a new issue