wilzbach / tools-test

1 stars 0 forks source link

Map file contains broken lines on every 16,384 bytes #66

Closed wilzbach closed 9 years ago

wilzbach commented 13 years ago

Note: the issue was created automatically migrated from https://issues.dlang.org

Original bug ID: BZ#6673 From: kekeniro2@yahoo.co.jp Reported version: D2 CC: r.sagitario@gmx.de

wilzbach commented 13 years ago

Comment author: 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_Ab6vtblZ 0059A390 0004:00056340 _D11TypeInfo_Ab7ClassZ 0059A340 0004:00048A40 _D11TypeInfo_Ag6initZ 0058CA40 0004:00048AB0 _D11TypeInfo_Ag6vtblZ 005 0004:0 0004:00048A60 _D11TypeInfo_Ag7ClassZ 0058CA60 0004:00044F40 _D11TypeInfo_Ah6initZ 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

wilzbach commented 10 years ago

Comment author: Rainer Schuetze <r.sagitario@gmx.de>

https://github.com/DigitalMars/optlink/pull/12

wilzbach commented 10 years ago

Comment author: kekeniro2@yahoo.co.jp

https://github.com/DigitalMars/optlink/pull/12

It has already been merged. Thanks. I close the issue.