https://gcc.gnu.org/bugzilla/show_bug.cgi?id=31782
Raphaël JAKSE changed:
What|Removed |Added
CC||raphael.jakse at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=31782
--- Comment #8 from Raphaël JAKSE ---
I tried
call"$"
instead of
call($)
With gcc -S, I got :
t.s: Assembler messages:
t.s:30: Error: invalid character `"' before operand 1
I don't know if there is a way to use quoting (" ") i
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=31782
--- Comment #10 from Raphaël JAKSE ---
So, a long term solution would be to allow quoted function names with the call
instruction in gas?