PE-COFF and import tables
Pedro Alves
pedro@codesourcery.com
Sun May 10 13:27:00 GMT 2009
More information about the Binutils mailing list
Sun May 10 13:27:00 GMT 2009
- Previous message (by thread): PE-COFF and import tables
- Next message (by thread): PE-COFF and import tables
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): PE-COFF and import tables
- Next message (by thread): PE-COFF and import tables
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list