[Bug ld/26589] ld segfaulting building uClibc-ng 1.0.35 for crisv32-linux

2020-09-08 Thread hp at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=26589 --- Comment #2 from Hans-Peter Nilsson --- (In reply to wbx from comment #0) > /home/wbx/openadk/toolchain_qemu-cris_uclibc-ng_crisv32/usr/bin/crisv32- > openadk-linux-uclibc-gcc -Wl,-EL -Wl,-mcrislinux -shared -Wl,--warn-common >

[Bug ld/26589] New: ld segfaulting building uClibc-ng 1.0.35 for crisv32-linux

2020-09-08 Thread wbx at openadk dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=26589 Bug ID: 26589 Summary: ld segfaulting building uClibc-ng 1.0.35 for crisv32-linux Product: binutils Version: 2.35 Status: UNCONFIRMED Severity: critical

[Bug ld/26589] ld segfaulting building uClibc-ng 1.0.35 for crisv32-linux

2020-09-08 Thread wbx at openadk dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=26589 wbx at openadk dot org changed: What|Removed |Added Target||crisv32-linux -- You are

[Bug ld/26589] ld segfaulting building uClibc-ng 1.0.35 for crisv32-linux

2020-09-08 Thread wbx at openadk dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=26589 --- Comment #1 from wbx at openadk dot org --- Created attachment 12827 --> https://sourceware.org/bugzilla/attachment.cgi?id=12827=edit libgcc -- You are receiving this mail because: You are on the CC list for the bug.

[Bug ld/26583] R_X86_64_PC32 relocation against data symbol is mishandled

2020-09-08 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26583 --- Comment #7 from H.J. Lu --- Please try users/hjl/pr26583/master branch https://gitlab.com/x86-binutils/binutils-gdb/-/commits/users/hjl/pr26583/master -- You are receiving this mail because: You are on the CC list for the bug.

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

2020-09-08 Thread sourceware-bugzilla at jdrake dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19011 sourceware-bugzilla at jdrake dot com changed: What|Removed |Added Blocks||26588

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

2020-09-08 Thread sourceware-bugzilla at jdrake dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=17321 sourceware-bugzilla at jdrake dot com changed: What|Removed |Added Blocks||26588

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

2020-09-08 Thread sourceware-bugzilla at jdrake dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26588 sourceware-bugzilla at jdrake dot com changed: What|Removed |Added Depends on||17321, 19011

[Bug ld/26583] R_X86_64_PC32 relocation against data symbol is mishandled

2020-09-08 Thread minnowware at hotmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26583 --- Comment #6 from Kilian Kegel --- Created attachment 12825 --> https://sourceware.org/bugzilla/attachment.cgi?id=12825=edit added .OBJ sorry, my mistake... :-( -- You are receiving this mail because: You are on the CC list for the

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

2020-09-08 Thread sourceware-bugzilla at jdrake dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26588 sourceware-bugzilla at jdrake dot com changed: What|Removed |Added Attachment #12824|0 |1

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

2020-09-08 Thread sourceware-bugzilla at jdrake dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26588 Bug ID: 26588 Summary: enable-reloc-section on .exe with no exported symbols causes segfault if requested to create implib Product: binutils Version: 2.36 (HEAD)

[Bug ld/26583] R_X86_64_PC32 relocation against data symbol is mishandled

2020-09-08 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26583 --- Comment #5 from H.J. Lu --- (In reply to Kilian Kegel from comment #4) > Created attachment 12823 [details] > bar.c with /Od (opt dis) /O1 (opt ena) and disassemblies and objdumps > > .DMP: objdumps with the Microsoft DUMPBIN.EXE /all >

[Bug ld/26583] R_X86_64_PC32 relocation against data symbol is mishandled

2020-09-08 Thread minnowware at hotmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26583 --- Comment #4 from Kilian Kegel --- Created attachment 12823 --> https://sourceware.org/bugzilla/attachment.cgi?id=12823=edit bar.c with /Od (opt dis) /O1 (opt ena) and disassemblies and objdumps .DMP: objdumps with the Microsoft

[Bug ld/26583] R_X86_64_PC32 relocation against data symbol is mishandled

2020-09-08 Thread minnowware at hotmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26583 --- Comment #3 from Kilian Kegel --- Hi H.J.Lu, thanks a lot. in ldBugDemo0 the bug appears, because "char var" is kept unintilialized. in ldBugDemo1 the bug does not appear , because "char var" is intilialized. in ldBugDemo2

[Bug ld/26583] R_X86_64_PC32 relocation against data symbol is mishandled

2020-09-08 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26583 H.J. Lu changed: What|Removed |Added Status|UNCONFIRMED |WAITING Ever confirmed|0

[Bug ld/26583] R_X86_64_PC32 relocation against data symbol is mishandled

2020-09-08 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26583 H.J. Lu changed: What|Removed |Added Summary|erroneous address |R_X86_64_PC32 relocation

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

2020-09-08 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19011 Bug 19011 depends on bug 26587, which changed state. Bug 26587 Summary: [2.36 Regression] UNRESOLVED: objcopy executable https://sourceware.org/bugzilla/show_bug.cgi?id=26587 What|Removed |Added

[Bug ld/26587] [2.36 Regression] UNRESOLVED: objcopy executable

2020-09-08 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26587 H.J. Lu changed: What|Removed |Added Target Milestone|--- |2.36 -- You are receiving this mail

[Bug ld/26587] [2.36 Regression] UNRESOLVED: objcopy executable

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

[Bug ld/26587] [2.36 Regression] UNRESOLVED: objcopy executable

2020-09-08 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=26587 --- Comment #1 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=790147a9e9ee05542c621a36669288413880c876 commit

[Bug binutils/25662] objcopy sets invalid sh_offset for the first section in a no_contents segment containing program headers

2020-09-08 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=25662 --- Comment #12 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=790147a9e9ee05542c621a36669288413880c876 commit

[Bug ld/26587] [2.36 Regression] UNRESOLVED: objcopy executable

2020-09-08 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26587 H.J. Lu changed: What|Removed |Added Summary|[2.36 Regression] |[2.36 Regression] |

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

2020-09-08 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19011 H.J. Lu changed: What|Removed |Added Depends on||26587 Referenced Bugs:

[Bug ld/26587] New: [2.36 Regression]

2020-09-08 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26587 Bug ID: 26587 Summary: [2.36 Regression] Product: binutils Version: 2.36 (HEAD) Status: NEW Severity: normal Priority: P2 Component: ld Assignee:

[Bug ld/26547] erroneous address relocation using Microsoft COFF .OBJ linked to .ELF x86_64

2020-09-08 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26547 H.J. Lu changed: What|Removed |Added Depends on||26583, 26584 Referenced Bugs:

[Bug ld/26583] erroneous address relocation: Mircrosoft COFF .BSS linked to .ELF using ld

2020-09-08 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26583 H.J. Lu changed: What|Removed |Added Blocks||26547 Referenced Bugs:

[Bug ld/26584] erroneous address relocation: Microsoft COFF OPTIMIZED code linked to .ELF using ld

2020-09-08 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26584 H.J. Lu changed: What|Removed |Added Blocks||26547 Referenced Bugs:

[Bug gold/26585] New: gold: call to deprecated mallinfo raises -Werror=deprecated-declarations with latest glibc

2020-09-08 Thread msc at linux dot ibm.com
https://sourceware.org/bugzilla/show_bug.cgi?id=26585 Bug ID: 26585 Summary: gold: call to deprecated mallinfo raises -Werror=deprecated-declarations with latest glibc Product: binutils Version: 2.36 (HEAD) Status:

[Bug ld/13250] unresolvable R_X86_64_64 relocations with ld --as-needed

2020-09-08 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=13250 --- Comment #10 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Alan Modra : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=7ba115508aa02ffbb01a09613b5dffdd0c6563e3 commit

[Bug ld/26580] Size and alignment from as-needed shared library bss symbols affect commons

2020-09-08 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=26580 --- Comment #1 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Alan Modra : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=7ba115508aa02ffbb01a09613b5dffdd0c6563e3 commit

[Bug ld/26547] erroneous address relocation using Microsoft COFF .OBJ linked to .ELF x86_64

2020-09-08 Thread minnowware at hotmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26547 --- Comment #4 from Kilian Kegel --- Hi H.J. Lu, I have split the bug: 1. .BSS bug -> https://sourceware.org/bugzilla/show_bug.cgi?id=26583 2. OPTIMIZATION bug -> https://sourceware.org/bugzilla/show_bug.cgi?id=26584 The sample programs

[Bug ld/26584] erroneous address relocation: Microsoft COFF OPTIMIZED code linked to .ELF using ld

2020-09-08 Thread minnowware at hotmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26584 Kilian Kegel changed: What|Removed |Added URL||https://github.com/KilianKe

[Bug ld/26584] New: erroneous address relocation: Microsoft COFF OPTIMIZED code linked to .ELF using ld

2020-09-08 Thread minnowware at hotmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26584 Bug ID: 26584 Summary: erroneous address relocation: Microsoft COFF OPTIMIZED code linked to .ELF using ld Product: binutils Version: 2.34 Status: UNCONFIRMED

[Bug ld/26583] erroneous address relocation: Mircrosoft COFF .BSS linked to .ELF using ld

2020-09-08 Thread minnowware at hotmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26583 Kilian Kegel changed: What|Removed |Added URL||https://github.com/KilianKe

[Bug ld/26583] New: erroneous address relocation: Mircrosoft COFF .BSS linked to .ELF using ld

2020-09-08 Thread minnowware at hotmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26583 Bug ID: 26583 Summary: erroneous address relocation: Mircrosoft COFF .BSS linked to .ELF using ld Product: binutils Version: 2.34 Status: UNCONFIRMED