[dmd-internals] Odd linker warning on Solaris

Walter Bright walter at digitalmars.com
Wed Sep 12 11:50:23 PDT 2012


On 9/12/2012 8:00 AM, Alex Rønne Petersen wrote:
> So, while porting to Solaris, I ran into this odd linker warning:
>
> ld: warning: symbol '_deh_beg' in file obj/64/object_.o: readonly text
> section [13].deh_beg: size 0: symbol (address 0, size 0x4) lies
> outside of containing section
>
> Does anyone know off the top of their head why I'm seeing that?
>
>

I'd use dumpobj to look at the size of section deh_beg. Also, look at the .map file.


More information about the dmd-internals mailing list