[Issue 2765] New: module name in .obj file
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Fri Mar 27 01:46:16 PDT 2009
http://d.puremagic.com/issues/show_bug.cgi?id=2765
Summary: module name in .obj file
Product: D
Version: 2.026
Platform: PC
OS/Version: Windows
Status: NEW
Severity: normal
Priority: P2
Component: DMD
AssignedTo: bugzilla at digitalmars.com
ReportedBy: steve.teale at britseyeview.com
It would be handy for the dynamic loading of D modules if the back end could
emit a comment record somewhere after the THEADR with module=xxx.yyy.zzz, where
xxx.yyy.zzz was the module name as stated in the module statement of the D
file, or failing that, the file name stripped of ".d".
This is not always the same as the file name, but is what is used in the full
names of the public symbols.
--
More information about the Digitalmars-d-bugs
mailing list