shared library

Igor Lesik curoles at yahoo.com
Sat Mar 6 14:07:54 PST 2010


Walter, Don, and All

Function codgen() in dmd/backend/cgcod.c has lines like:
if (0 && config.flags3 & CFG3pic)
so the PIC flag is ignored (2.040)

Do I understand it right?

I look on this code because value in %ebx (PIC register) does not look
right when I debug application that is dynamically linked with runtime
shared library.

Thanks,
Igor

"Igor Lesik" <curoles at yahoo.com> wrote in message 
news:hmujil$ntp$1 at digitalmars.com...
> Walter, Don, and All
>
> Function codgen() in dmd/backend/cgcod.c has lines like:
> if (0 && config.flags3 & CFG3pic)
> so the PIC flag is ignored (2.040)
> Do I understand it right?
>
> I look on this code because value in %ebx (PIC register) does not look 
> right when I debug
> application that is dynamically linked with runtime shared library.
>
> Also
> 





More information about the Digitalmars-d mailing list