This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
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
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |