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" <[email protected]> wrote in message news:[email protected]... > 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 >
