On Thu Aug 13, 2020 at 2:50 PM CEST, Jakub Jelinek wrote: > And unfortunately the functions that add the .globl directives for the > calls > are done at expansion time rather than only based on what calls survive > through the RTL optimizations. Thanks a lot Jakub for the explanation!
> Or why we need them at all, just referencing > the symbols in assembly should be all that is needed. > Sorry, not sure what you mean by that. I understand that it might not be needed, but did you also intent to suggest that the behaviour should be changed so that the .globl directive is not inserted anymore? Thanks, Tobias