https://sourceware.org/bugzilla/show_bug.cgi?id=14330
Cary Coutant <ccoutant at gmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |OBSOLETE
--- Comment #7 from Cary Coutant <ccoutant at gmail dot com> ---
Closing.
> This is a wild guess, but I think your asm code is getting placed in a
> random section depending on the other options. Try adding a ".text"
> statement in the function definition below:
>
> DFGOperations.cpp:
>
> asm (
> ".globl getHostCallReturnValue\n"
> ".hidden getHostCallReturnValue\n"
> "getHostCallReturnValue:\n"
> "mov -40(%r13), %r13\n"
> "mov %r13, %rdi\n"
> "jmp getHostCallReturnValueWithExecState\n"
> );
If this wasn't the problem, and the problem remains, please reopen.
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
bug-binutils mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-binutils