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]

RE: [PATCH] Fix dlls for non underscored targets.



> -----Original Message-----
> From: Christopher Faylor 
> >
> >>I'm also wondering if it would make sense to just put the 
> >>"__imp_"/"_imp_"
> >>string in a
> >>variable somewhere and just use that.
> >>
> >>  
> >
> >Humm, not sure what you mean? With this patch it is __imp_ 
> everywhere, 
> >except one place (auto_export) that expects a symbol name 
> stripped from 
> >the underscore. Maybe you meant a define?
> >

I too think it would make sense to keep  char import_prefix[]
="__imp_"/"_imp_"  separate from the USER_LABEL_PREFIX. and just use
U(import_prefix) everywjhere.

Apart from that, the patch has  caused no surprises on testing with my
dll projects.

Danny 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]