September 12, 2012
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?

Regards,
Alex
_______________________________________________
dmd-internals mailing list
dmd-internals@puremagic.com
http://lists.puremagic.com/mailman/listinfo/dmd-internals

September 12, 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.
_______________________________________________
dmd-internals mailing list
dmd-internals@puremagic.com
http://lists.puremagic.com/mailman/listinfo/dmd-internals