[Bug binutils/26595] objdump/readelf debuginfod client not invoked for altdebug dwz file

2020-09-11 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=26595 --- 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=ce139cd560dcb85b09d4d257ac67ebffdf215859 commit ce139cd560dcb85b09d4d257ac6

[Bug binutils/26595] objdump/readelf debuginfod client not invoked for altdebug dwz file

2020-09-11 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26595 Nick Clifton changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug ld/26378] [2.35 regression] incorrect WAX section flags in linker output

2020-09-11 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26378 --- Comment #7 from Alan Modra --- Your script made it NOLOAD, which for ELF means a bss style section. -- You are receiving this mail because: You are on the CC list for the bug.

[Bug ld/26378] [2.35 regression] incorrect WAX section flags in linker output

2020-09-11 Thread i at maskray dot me
https://sourceware.org/bugzilla/show_bug.cgi?id=26378 --- Comment #8 from Fangrui Song --- (In reply to Alan Modra from comment #7) > Your script made it NOLOAD, which for ELF means a bss style section. I think the only hard requirement is the section type: SHT_NOBITS, not the section flag: SHF_

[Bug ld/26588] enable-reloc-section on .exe with no exported symbols causes segfault if requested to create implib

2020-09-11 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=26588 --- Comment #3 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=9cdc5bacddc3776a455cc918e034b01dfb31c75b commit 9cdc5bacddc3776a455cc918e03

[Bug ld/26588] enable-reloc-section on .exe with no exported symbols causes segfault if requested to create implib

2020-09-11 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26588 Nick Clifton changed: What|Removed |Added CC||nickc at redhat dot com St

[Bug ld/17321] add --enable-reloc-section option to generate proper relocation sections to .exes

2020-09-11 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=17321 Bug 17321 depends on bug 26588, which changed state. Bug 26588 Summary: enable-reloc-section on .exe with no exported symbols causes segfault if requested to create implib https://sourceware.org/bugzilla/show_bug.cgi?id=26588 What

[Bug ld/19011] Issues with ld on mingw-w64 and bad defaults

2020-09-11 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19011 Bug 19011 depends on bug 26588, which changed state. Bug 26588 Summary: enable-reloc-section on .exe with no exported symbols causes segfault if requested to create implib https://sourceware.org/bugzilla/show_bug.cgi?id=26588 What

[Bug ld/26588] enable-reloc-section on .exe with no exported symbols causes segfault if requested to create implib

2020-09-11 Thread sourceware-bugzilla at jdrake dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26588 --- Comment #5 from sourceware-bugzilla at jdrake dot com --- Thanks. I am confused by your ChangeLog text: "Only generate a import library if not exporting relocs." Perhaps should be more like "Only generate an import library if exporting sy

[Bug ld/26378] [2.35 regression] incorrect WAX section flags in linker output

2020-09-11 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26378 --- Comment #9 from Alan Modra --- Yes, noload behaviour does not match the documentation. Worse, noload has evolved to mean different things depending on object file format. See https://sourceware.org/pipermail/binutils/2010-September/06872

[Bug ld/26378] sections initialised only by linker scripts are always read/write

2020-09-11 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26378 Alan Modra changed: What|Removed |Added Summary|[2.35 regression] incorrect |sections initialised only