[Bug ld/26094] Corrupt version table generated

2020-06-10 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26094 H.J. Lu changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug ld/26094] Corrupt version table generated

2020-06-10 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=26094 --- Comment #4 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by H.J. Lu : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=e1b5d517d1c293a64df311d2749fbe035a4c commit e1b5d517d1c293a64df311d2749f

[Bug ld/26094] Corrupt version table generated

2020-06-09 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26094 H.J. Lu changed: What|Removed |Added URL||https://sourceware.org/pipe

[Bug ld/26094] Corrupt version table generated

2020-06-09 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26094 H.J. Lu changed: What|Removed |Added Ever confirmed|0 |1 Last reconfirmed|

[Bug ld/26094] Corrupt version table generated

2020-06-09 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26094 --- Comment #1 from Alan Modra --- Adding h->verinfo.verdef = NULL; to bfd_elf_define_start_stop makes the invalid use of the verinfo.verdef as a verinfo.vertree go away. (verdef is only valid when !def_regular). But that leaves you with a

[Bug ld/26094] Corrupt version table generated

2020-06-09 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26094 H.J. Lu changed: What|Removed |Added Target Milestone|--- |2.35 Assignee|unassigned at sourc