#pragma comment (lib, ...)

Marco Leise Marco.Leise at gmx.de
Wed Oct 10 08:05:47 PDT 2012


Am Wed, 10 Oct 2012 17:03:06 +0200
schrieb Marco Leise <Marco.Leise at gmx.de>:

> Am Wed, 10 Oct 2012 14:22:38 +0100
> schrieb Iain Buclaw <ibuclaw at ubuntu.com>:
> 
> > To embody the information about the relationship in the object file,
> > one must be able to embody the information about the relationship in
> > the assembler file.  And last time I checked there is no assembly
> > syntax for '#pragma lib'.
> > 
> > 
> > Regards
> 
> Waaaait, both ELF .o and COFF .obj files can contain
> additional free form sections and comments, right?

Specifically the GNU toolchain adds ".note.GNU-stack" to
ELF object files on Linux. What prevents us from doing the
same with ".note.D-dynlink"?

-- 
Marco



More information about the Digitalmars-d mailing list