www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 6673] New: Map file contains broken lines on every 16,384 bytes

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

           Summary: Map file contains broken lines on every 16,384 bytes
           Product: D
           Version: D2
          Platform: x86
        OS/Version: Windows
            Status: NEW
          Severity: minor
          Priority: P2
         Component: Optlink
        AssignedTo: nobody puremagic.com
        ReportedBy: kekeniro2 yahoo.co.jp



I run DMD with -map option and get a map file.

The file has some lines broken in the middle and those following lines merged.

Such as:
 0004:00056390       _D11TypeInfo_Ab6__vtblZ    0059A390
 0004:00056340       _D11TypeInfo_Ab7__ClassZ   0059A340
 0004:00048A40       _D11TypeInfo_Ag6__initZ    0058CA40
 0004:00048AB0       _D11TypeInfo_Ag6__vtblZ    005 0004:0 0004:00048A60      
_D11TypeInfo_Ag7__ClassZ   0058CA60
 0004:00044F40       _D11TypeInfo_Ah6__initZ    00588F40

This problem occurs repeatedly every 16,384 bytes.

Environment:
 Windows XP 32-bit
 DMD 2.055 ( or older )
 OPTLINK for Win32 Release 8.00.12

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Sep 15 2011