mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 03:29:47 +08:00
* config/tc-ppc.c (ppc_tc): Allow a space between toc symbol
name and bracket.
This commit is contained in:
@ -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 == '{'
|
||||
|
Reference in New Issue
Block a user