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
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
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
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
https://sourceware.org/bugzilla/show_bug.cgi?id=23465
H.J. Lu changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
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:
https://sourceware.org/bugzilla/show_bug.cgi?id=22706
Nick Clifton changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
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
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