[Bug ld/23818] Symbols from discarded section in IR object leaked into final executable

2018-10-24 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=23818 --- Comment #4 from H.J. Lu --- (In reply to Romain Geissler from comment #3) > Thanks, I will check that this indeed fixes my case with libssh2. > > I understand this problem is not really wide and might actually affect just > me since I don

[Bug ld/23818] Symbols from discarded section in IR object leaked into final executable

2018-10-24 Thread romain.geissler at amadeus dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=23818 --- Comment #3 from Romain Geissler --- Thanks, I will check that this indeed fixes my case with libssh2. I understand this problem is not really wide and might actually affect just me since I don't expect that using -ffat-lto-objects is very

[Bug ld/23818] Symbols from discarded section in IR object leaked into final executable

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

[Bug ld/23818] Symbols from discarded section in IR object leaked into final executable

2018-10-24 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=23818 --- 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=0a640d719684f25bdb88ae60148c6978e6131701 commit 0a640d719684f25bdb88ae60148c6978

[Bug binutils/23817] strip and ld -r corrupt SHT_LLVM_ADDRSIG section (files built with clang-7)

2018-10-24 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=23817 Alan Modra changed: What|Removed |Added CC||amodra at gmail dot com Summa

[Bug ld/23818] Symbols from discarded section in IR object leaked into final executable

2018-10-24 Thread romain.geissler at amadeus dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=23818 Romain Geissler changed: What|Removed |Added CC||romain.geissler at amadeus dot com

[Bug ld/23818] New: Symbols from discarded section in IR object leaked into final executable

2018-10-24 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=23818 Bug ID: 23818 Summary: Symbols from discarded section in IR object leaked into final executable Product: binutils Version: 2.32 (HEAD) Status: NEW Severity:

[Bug binutils/23817] New: strip corrupts SHT_LLVM_ADDRSIG section (files built with clang-7)

2018-10-24 Thread slyfox at inbox dot ru
https://sourceware.org/bugzilla/show_bug.cgi?id=23817 Bug ID: 23817 Summary: strip corrupts SHT_LLVM_ADDRSIG section (files built with clang-7) Product: binutils Version: 2.31 Status: UNCONFIRMED Severity: norma

[Bug binutils/23728] binutils fail on macOS 10.14 (Mojave) due to unimplemented LC_BUILD_VERSION Mach-O load command

2018-10-24 Thread fxcoudert at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=23728 Francois-Xavier Coudert changed: What|Removed |Added Summary|nm fails on OS X 10.14 |binutils fail on macOS

[Bug binutils/23728] nm fails on OS X 10.14 (Mojave)

2018-10-24 Thread fxcoudert at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=23728 --- Comment #4 from Francois-Xavier Coudert --- I've found the root of the issue. binutils does not handle load command 0x32 LC_BUILD_VERSION (nor 0x31 LC_NOTE, actually). They are defined in recent LLVM versions: see https://github.com/llvm-m

[Bug binutils/23728] nm fails on OS X 10.14 (Mojave)

2018-10-24 Thread fxcoudert at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=23728 Francois-Xavier Coudert changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug gold/23812] Explicitly mentioned libraries by -lx are not in the DT_NEEDED list

2018-10-24 Thread dilyan.palauzov at aegee dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=23812 --- Comment #6 from dilyan.palauzov at aegee dot org --- While ld.bfd ≠ ld.gold, ld.bfd has a manual, that in applicable to ld.gold . However --debug is not in the manual of ld.bfd. Please write a manual of ld.gold, that describes what is di

[Bug gold/23812] Explicitly mentioned libraries by -lx are not in the DT_NEEDED list

2018-10-24 Thread dilyan.palauzov at aegee dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=23812 dilyan.palauzov at aegee dot org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED R

[Bug gas/23809] Cannot add CFI insn to first address in FDE

2018-10-24 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=23809 --- Comment #3 from Alan Modra --- .cfi_startproc .cfi_label .Lxx .cfi_undefined will do what you want, provided the label doesn't clash with any emitted by gcc. -- You are receiving this mail because: You are on the CC list for the bug

[Bug binutils/23699] ihex output fails for mipsel-elf-objcopy

2018-10-24 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=23699 --- Comment #9 from Nick Clifton --- Hi, > I just wanted to check if there's anything else I can do to help fix this bug. No - just keep pinging me. I am actually on vacation at the moment, but I will keep this email in my queue and get bac

[Bug gas/23809] Cannot add CFI insn to first address in FDE

2018-10-24 Thread sch...@linux-m68k.org
https://sourceware.org/bugzilla/show_bug.cgi?id=23809 --- Comment #2 from Andreas Schwab --- I want to put a DW_CFA_undefined of the return address register before the first call insn in the function, to terminate the call chain. This is for __start_context in sysdeps/unix/sysv/linux/riscv/setco