[Issue 1157] gdc makes functions .globl even when visibility is "hidden" or "internal"

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Jul 13 19:35:45 PDT 2007


http://d.puremagic.com/issues/show_bug.cgi?id=1157


dvdfrdmn at users.sf.net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED




------- Comment #1 from dvdfrdmn at users.sf.net  2007-07-13 21:35 -------
The visibility attribute applies to the final ELF executable/sharedlib.  The
".globl" directive just means that the symbol is available to other object
modules during static linking.  

The C compiler does the same thing.


-- 



More information about the D.gnu mailing list