[Bug binutils/20881] New: [dlltool.c] [Request/Add] Add __nm_ for library generate by dlltool

2016-11-28 Thread jacky.chouchou at yandex dot ru
Severity: normal Priority: P2 Component: binutils Assignee: unassigned at sourceware dot org Reporter: jacky.chouchou at yandex dot ru Target Milestone: --- Created attachment 9677 --> https://sourceware.org/bugzilla/attachment.cgi?id=9677&action=edit Pa

[Bug binutils/20880] [LD] [Bug] Wrong Hint Value For ImportLib IDATA6

2016-11-28 Thread jacky.chouchou at yandex dot ru
https://sourceware.org/bugzilla/show_bug.cgi?id=20880 Rudy changed: What|Removed |Added Attachment #9675|0 |1 is obsolete|

[Bug binutils/20880] [LD] [Bug] Wrong Hint Value For ImportLib IDATA6

2016-11-28 Thread jacky.chouchou at yandex dot ru
https://sourceware.org/bugzilla/show_bug.cgi?id=20880 --- Comment #1 from Rudy --- Created attachment 9675 --> https://sourceware.org/bugzilla/attachment.cgi?id=9675&action=edit Patch -- You are receiving this mail because: You are on the CC list for the bug. _

[Bug binutils/20880] New: [LD] [Bug] Wrong Hint Value For ImportLib IDATA6

2016-11-28 Thread jacky.chouchou at yandex dot ru
Component: binutils Assignee: unassigned at sourceware dot org Reporter: jacky.chouchou at yandex dot ru Target Milestone: --- Created attachment 9674 --> https://sourceware.org/bugzilla/attachment.cgi?id=9674&action=edit DEF and Lib Another worng value for IDA

[Bug binutils/20841] New: [DLLTool] [Not A Bug] Suggestion Adding _nm_

2016-11-18 Thread jacky.chouchou at yandex dot ru
Component: binutils Assignee: unassigned at sourceware dot org Reporter: jacky.chouchou at yandex dot ru Target Milestone: --- Since LD recognize _nm_ in lib archieve, I'm thinking about adding that think in DLLTool. There are several possibility: 1. Using STRUCT ke

[Bug binutils/20814] DLLTool Put Wrong Hint Value In Lib Archieve (IDATA6 Section)

2016-11-16 Thread jacky.chouchou at yandex dot ru
https://sourceware.org/bugzilla/show_bug.cgi?id=20814 --- Comment #6 from Rudy --- Hopely, with this, mingw generate def file with @ordinal in it. -- You are receiving this mail because: You are on the CC list for the bug. ___ bug-binutils mailing lis

[Bug binutils/20814] DLLTool Put Wrong Hint Value In Lib Archieve (IDATA6 Section)

2016-11-16 Thread jacky.chouchou at yandex dot ru
https://sourceware.org/bugzilla/show_bug.cgi?id=20814 --- Comment #5 from Rudy --- Created attachment 9639 --> https://sourceware.org/bugzilla/attachment.cgi?id=9639&action=edit An image comparing msvcr100.dll export table and gendef.exe import table with new dlltool. -- You are receiving thi

[Bug binutils/20814] DLLTool Put Wrong Hint Value In Lib Archieve (IDATA6 Section)

2016-11-16 Thread jacky.chouchou at yandex dot ru
https://sourceware.org/bugzilla/show_bug.cgi?id=20814 --- Comment #4 from Rudy --- Created attachment 9638 --> https://sourceware.org/bugzilla/attachment.cgi?id=9638&action=edit msvcr100.def and objdump for libmsvcr100.a -- You are receiving this mail because: You are on the CC list for the b

[Bug binutils/20814] DLLTool Put Wrong Hint Value In Lib Archieve (IDATA6 Section)

2016-11-13 Thread jacky.chouchou at yandex dot ru
https://sourceware.org/bugzilla/show_bug.cgi?id=20814 --- Comment #1 from Rudy --- {struct}export->hint. "mangle_defs" function. Always sequential (hint++). {struct}export->ordinal. "fill_ordinals" function. Sequential IF there is no @ordinal in DEF file, not sequential IF there is @ordinal. Mix

[Bug binutils/20814] New: DLLTool Put Wrong Hint Value In Lib Archieve (IDATA6 Section)

2016-11-13 Thread jacky.chouchou at yandex dot ru
Priority: P2 Component: binutils Assignee: unassigned at sourceware dot org Reporter: jacky.chouchou at yandex dot ru Target Milestone: --- I just want to report that DLLTool put wrong hint value in lib archieve (IDATA6 section). In "make_one_lib