August 21, 2006 [Issue 298] New: etc/gamma is included in phobos.lib but isn't part of libphobos.a | ||||
---|---|---|---|---|
| ||||
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 -- |
November 19, 2006 [Issue 298] etc/gamma is included in phobos.lib but isn't part of libphobos.a | ||||
---|---|---|---|---|
| ||||
Posted in reply to d-bugmail | http://d.puremagic.com/issues/show_bug.cgi?id=298 bugzilla@digitalmars.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Comment #1 from bugzilla@digitalmars.com 2006-11-19 17:55 ------- It isn't needed on linux because linux's C runtime library has it. -- |
Copyright © 1999-2021 by the D Language Foundation