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]

[patch dlltool]: Make export-directive scanning in dlltool aware of quoted strings


Hello,

we recently got reported that in dlltool the parsing of the -export:
statement can lead to issues for quoted strings. The manual parser in
dlltool.c isn't aware of quoted export names, which then lead to
interesting, but wrong results in import library. This patch fixes
that.

ChangeLog

2010-10-30  Kai Tietz

        * dlltool.c (scan_drectve_symbols): Allow quoted strings for -export
        directives.

Tested for i686-pc-mingw32, and x86_64-pc-mingw32. Ok for apply?

Regards,
Kai


-- 
|? (\_/) This is Bunny. Copy and paste
| (='.'=) Bunny into your signature to help
| (")_(") him gain world domination

Attachment: bin_dlltool.diff
Description: Binary data


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