shared library

Igor Lesik curoles at yahoo.com
Sat Mar 6 14:04:48 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.

Also 





More information about the Digitalmars-d mailing list