www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 298] New: etc/gamma is included in phobos.lib but isn't part of libphobos.a

reply d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=298

           Summary: etc/gamma is included in phobos.lib but isn't part of
                    libphobos.a
           Product: D
           Version: 0.164
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Phobos
        AssignedTo: bugzilla digitalmars.com
        ReportedBy: thomas-dloop kuehne.cn


objdump -t libphobos.a  | grep gamma
00000000 l    d  .gnu.linkonce.t_D3std4math6lgammaFeZe  00000000
.gnu.linkonce.t_D3std4math6lgammaFeZe
00000000 l    d  .gnu.linkonce.t_D3std4math6tgammaFeZe  00000000
.gnu.linkonce.t_D3std4math6tgammaFeZe
00000000 g     F .gnu.linkonce.t_D3std4math6lgammaFeZe  0000001b
_D3std4math6lgammaFeZe
00000000 g     F .gnu.linkonce.t_D3std4math6tgammaFeZe  0000001b
_D3std4math6tgammaFeZe
00000000         *UND*  00000000 tgammal
00000000         *UND*  00000000 lgammal


-- 
Aug 20 2006
parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=298


bugzilla digitalmars.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID





It isn't needed on linux because linux's C runtime library has it.


-- 
Nov 19 2006