projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dade8b5
)
* config/tc-ppc.c (ppc_tc): Allow a space between toc symbol
author
Alan Modra
<amodra@gmail.com>
Mon, 3 Dec 2007 23:14:24 +0000
(23:14 +0000)
committer
Alan Modra
<amodra@gmail.com>
Mon, 3 Dec 2007 23:14:24 +0000
(23:14 +0000)
name and bracket.
gas/ChangeLog
patch
|
blob
|
history
gas/config/tc-ppc.c
patch
|
blob
|
history
diff --git
a/gas/ChangeLog
b/gas/ChangeLog
index 41879a3222d5e17b67a387751d2ae2bd95f58bb1..6d2a351af5e73fab0b4356ae8eb031967145a398 100644
(file)
--- a/
gas/ChangeLog
+++ b/
gas/ChangeLog
@@
-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.
diff --git
a/gas/config/tc-ppc.c
b/gas/config/tc-ppc.c
index a4c83d9033f9367f6cf97949f4ad1a681a64d0b7..4ded14928d31edd423537d1b0f005bc760c58a16 100644
(file)
--- a/
gas/config/tc-ppc.c
+++ b/
gas/config/tc-ppc.c
@@
-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 == '{'