[Bug binutils/23460] regression: ar can not create archive containing many (>1024) lto object files

2018-07-30 Thread zenith432 at users dot sourceforge.net
https://sourceware.org/bugzilla/show_bug.cgi?id=23460 --- Comment #5 from zenith432 at users dot sourceforge.net --- Correction: After another review, I noticed that the gcc plugin does NOT free the syms array passed to add_symbols() during cleanup_hook(). This array is freed during the all_symb

[Bug binutils/23466] New: Issues with Windows reproducible builds starting with commit 13e570f80cbfb299a8858ce6830e91a6cb40ab7b

2018-07-30 Thread boklm at torproject dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=23466 Bug ID: 23466 Summary: Issues with Windows reproducible builds starting with commit 13e570f80cbfb299a8858ce6830e91a6cb40ab7b Product: binutils Version: unspecified Sta

[Bug binutils/23460] regression: ar can not create archive containing many (>1024) lto object files

2018-07-30 Thread zenith432 at users dot sourceforge.net
https://sourceware.org/bugzilla/show_bug.cgi?id=23460 --- Comment #4 from zenith432 at users dot sourceforge.net --- FYI I took a look at the code for GCC 8.2 plugin and LLVM 6.0.1 gold plugin. As best as I can tell - Neither plugins access the file through the descriptor passed to claim_file_ho

[Bug gas/23465] wrongly scale non-8-bit x86 displacements

2018-07-30 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=23465 --- Comment #1 from H.J. Lu --- Fixed on master branch by commit 629cfaf1b0fbb32a985607c774bd8e7870b9fa94 Author: Jan Beulich Date: Mon Jul 30 17:25:05 2018 +0200 x86: don't mistakenly scale non-8-bit displacements In commit b501

[Bug gas/23465] wrongly scale non-8-bit x86 displacements

2018-07-30 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=23465 H.J. Lu changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug binutils/23465] New: wrongly scale non-8-bit x86 displacements

2018-07-30 Thread wei3.xiao at intel dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=23465 Bug ID: 23465 Summary: wrongly scale non-8-bit x86 displacements Product: binutils Version: 2.31 Status: UNCONFIRMED Severity: normal Priority: P2 Component:

[Bug ld/22706] bfd/elf32-sh.c fails asserts without additional information: sh4-unknown-linux-gnu-ld: BFD assertion fail bfd/elf32-sh.c:5171

2018-07-30 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=22706 Nick Clifton changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug ld/22706] bfd/elf32-sh.c fails asserts without additional information: sh4-unknown-linux-gnu-ld: BFD assertion fail bfd/elf32-sh.c:5171

2018-07-30 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=22706 --- Comment #6 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=a05b9f5e1eb8f01eea23eff3902fa57f1f28a4e1 commit a05b9f5e1eb8f01eea23eff3902

[Bug binutils/23460] regression: ar can not create archive containing many (>1024) lto object files

2018-07-30 Thread zenith432 at users dot sourceforge.net
https://sourceware.org/bugzilla/show_bug.cgi?id=23460 --- Comment #3 from zenith432 at users dot sourceforge.net --- This patch should fix it = Begin Patch diff --git a/bfd/plugin.c b/bfd/plugin.c index 7c5bba22..98c79c87 100644 --- a/bfd/plugin.c +++ b/bfd/plugin.c @@ -209,8 +209,7 @@ try_cl