This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
RE: [PATCH] Fix dlls for non underscored targets.
- From: Danny Smith <dannysmith at clear dot net dot nz>
- To: 'Pedro Alves' <pedro_alves at portugalmail dot pt>, binutils at sourceware dot org
- Date: Thu, 21 Sep 2006 20:21:22 +1200
- Subject: 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