PE-COFF and import tables

Pedro Alves pedro@codesourcery.com
Sun May 10 13:27:00 GMT 2009


On Sunday 10 May 2009 13:53:08, Vincent R. wrote:
> In a dll it shouldn't be allowed to have two different entries referencing
> the same DLL.
> 

You're claiming that for beauty sake, or because the loader doesn't like it?

Does this load for you?

int main ()
{
   strdup ("foo");
   _strdup ("foo");
}

-- 
Pedro Alves



More information about the Binutils mailing list