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

2024-06-26 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=20814 --- Comment #11 from Nick Clifton --- Done -- You are receiving this mail because: You are on the CC list for the bug.

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

2024-06-26 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=20814 --- Comment #10 from Sourceware Commits --- The master branch has been updated by Nick Clifton : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=057a2b4c4b57ef495dd32c9087e4af28bda41737 commit 057a2b4c4b57ef495dd32c9087e4af28bda41

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

2024-06-25 Thread pali at kernel dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=20814 --- Comment #9 from Pali Rohár --- Nick, the commit 35fd2ddeb1d90f1750401cfb6d01fe055656b88d should be reverted too. -- You are receiving this mail because: You are on the CC list for the bug.

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

2024-05-13 Thread pali at kernel dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=20814 Pali Rohár changed: What|Removed |Added CC||pali at kernel dot org --- Comment #8 fr

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

2017-02-25 Thread rudyy.id at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=20814 Rudy Y. changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[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-14 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=20814 --- Comment #2 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Nick Clifton : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=35fd2ddeb1d90f1750401cfb6d01fe055656b88d commit 35fd2ddeb1d90f1750401cfb6d0

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

2016-11-14 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=20814 Nick Clifton changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[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