bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug gold/14330] failure to link global hidden symbol


From: ccoutant at gmail dot com
Subject: [Bug gold/14330] failure to link global hidden symbol
Date: Sun, 27 Mar 2016 18:50:38 +0000

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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]