Building LDC for the first time

Daniel N via digitalmars-d-ldc digitalmars-d-ldc at puremagic.com
Mon Sep 1 18:57:19 PDT 2014


On Tuesday, 2 September 2014 at 00:22:52 UTC, David Nadlinger via 
digitalmars-d-ldc wrote:
> On 2 Sep 2014, at 2:09, David Nadlinger wrote:
>> SEH support to the MC assembler […]
>>
>> SEH […]
>
> Whoops, I of course meant to write DW(arf) 2 EH, not SEH.

Hi David,

it seems OK to me(disclaimer: I don't speak fluent dwarf).

objdump.exe dial.exe --dwarf=frames-interp

dial.exe:     file format pei-i386

Contents of the .eh_frame section:

00000000 00000014 00000000 CIE "zR" cf=1 df=-4 ra=8
    LOC   CFA      ra
00000000 esp+4    c-4

00000018 00000010 0000001c FDE cie=00000000 pc=ffebb000..ffebb002
    LOC   CFA      ra
ffebb000 esp+4    c-4

0000002c 00000020 00000030 FDE cie=00000000 pc=ffebb010..ffebb12e
    LOC   CFA      ra
ffebb010 esp+4    c-4
ffebb013 esp+32   c-4
ffebb098 esp+4    c-4
ffebb0a0 esp+4    c-4
ffebb111 esp+4    c-4
ffebb112 esp+4    c-4


More information about the digitalmars-d-ldc mailing list