NetBSD-Bugs archive

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

Re: port-vax/59326: pointer to global function in same object file points PLT entry



The following reply was made to PR port-vax/59326; it has been noted by GNATS.

From: Rin Okuyama <rokuyama.rk%gmail.com@localhost>
To: matthew green <mrg%NetBSD.org@localhost>, gnats-bugs%netbsd.org@localhost
Cc: port-vax-maintainer%netbsd.org@localhost, gnats-admin%netbsd.org@localhost,
 netbsd-bugs%netbsd.org@localhost
Subject: Re: port-vax/59326: pointer to global function in same object file
 points PLT entry
Date: Mon, 21 Apr 2025 10:51:14 +0900

 On 2025/04/21 7:58, matthew green wrote:
 >> With this patch:
 >> https://gist.github.com/rokuyama/181d7208bd099899a24cb6a70a809616
 > 
 > a later comment here says:
 > 
 >> There's no information for gas(1) to determine that symbol callee is function.
 > 
 > but that seems incorrect?  the quoted file has:
 > 
 >          .type   caller, @function
 > 
 > in it, which seems like it should be enough?
 > 
 > ...unless i'm missing something.
 
 This indicates that calle**r** is function, not calle**e**.
 
 Apparently, I made a bad choice for function naming!!
 
 Thanks,
 rin
 


Home | Main Index | Thread Index | Old Index