[Bug ld/26626] Provide a hook to customize missing library error handling

2020-10-23 Thread i at maskray dot me
https://sourceware.org/bugzilla/show_bug.cgi?id=26626 Fangrui Song changed: What|Removed |Added CC||i at maskray dot me --- Comment #18 fr

[Bug ld/26781] New: ld: Suggest alternative spelling for "undefined reference" diagnostics

2020-10-23 Thread i at maskray dot me
https://sourceware.org/bugzilla/show_bug.cgi?id=26781 Bug ID: 26781 Summary: ld: Suggest alternative spelling for "undefined reference" diagnostics Product: binutils Version: unspecified Status: UNCONFIRMED Seve

[Bug ld/26626] Provide a hook to customize missing library error handling

2020-10-23 Thread maskray at google dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26626 Fangrui Song changed: What|Removed |Added CC||maskray at google dot com --- Comment

[Bug gas/26778] Error: file table slot 1 is already occupied by a different file

2020-10-23 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26778 H.J. Lu changed: What|Removed |Added Assignee|unassigned at sourceware dot org |hjl.tools at gmail dot com Target

[Bug ld/26766] Support standalone PGO build

2020-10-23 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26766 --- Comment #9 from H.J. Lu --- I updated users/hjl/pgo-lto branch. Please give it a try. -- You are receiving this mail because: You are on the CC list for the bug.

[Bug ld/26757] Cross and Native GDB Fails to Build on Cygwin

2020-10-23 Thread ssbssa at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=26757 Hannes Domani changed: What|Removed |Added CC||ssbssa at sourceware dot org --- Comm

[Bug gas/26778] Error: file table slot 1 is already occupied by a different file

2020-10-23 Thread mark at klomp dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=26778 --- Comment #1 from Mark Wielaard --- Introduced by: commit bd0c565edbf4ba8121fded38e389530d7fa6f963 Author: H.J. Lu Date: Sat Oct 17 04:24:22 2020 -0700 gas: Always use as_where for preprocessed assembly codes Always clear the s

[Bug ld/26766] Support standalone PGO build

2020-10-23 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26766 --- Comment #8 from H.J. Lu --- (In reply to Martin Liska from comment #7) > > The way I implement it works better with --enable-pgo-bootstrap=lto since > > -flto is passed together with PGO options. --enable-lto can't work without > > --enab

[Bug ld/26766] Support standalone PGO build

2020-10-23 Thread mliska at suse dot cz
https://sourceware.org/bugzilla/show_bug.cgi?id=26766 --- Comment #7 from Martin Liska --- > The way I implement it works better with --enable-pgo-bootstrap=lto since > -flto is passed together with PGO options. --enable-lto can't work without > --enable-pgo-bootstrap. > Can you please explain

[Bug ld/26766] Support standalone PGO build

2020-10-23 Thread mliska at suse dot cz
https://sourceware.org/bugzilla/show_bug.cgi?id=26766 --- Comment #6 from Martin Liska --- Created attachment 12919 --> https://sourceware.org/bugzilla/attachment.cgi?id=12919&action=edit binutils LCOV I'm attaching lcov coverage report for illustration of how much code is covered by the tests

[Bug gas/26778] Error: file table slot 1 is already occupied by a different file

2020-10-23 Thread mark at klomp dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=26778 Mark Wielaard changed: What|Removed |Added CC||mark at klomp dot org -- You are rec

[Bug ld/26766] Support standalone PGO build

2020-10-23 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26766 --- Comment #5 from H.J. Lu --- (In reply to Martin Liska from comment #4) > > Please take a look at users/hjl/pgo-lto branch > > > > https://gitlab.com/x86-binutils/binutils-gdb/-/commits/users/hjl/pgo-lto > > > > If check-binutils check-ga

[Bug gas/26778] New: Error: file table slot 1 is already occupied by a different file

2020-10-23 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26778 Bug ID: 26778 Summary: Error: file table slot 1 is already occupied by a different file Product: binutils Version: 2.36 (HEAD) Status: NEW Severity: normal

[Bug ld/26766] Support standalone PGO build

2020-10-23 Thread mliska at suse dot cz
https://sourceware.org/bugzilla/show_bug.cgi?id=26766 --- Comment #4 from Martin Liska --- > Please take a look at users/hjl/pgo-lto branch > > https://gitlab.com/x86-binutils/binutils-gdb/-/commits/users/hjl/pgo-lto > > If check-binutils check-gas check-ld training is good enough, I can drop >

[Bug binutils/26777] FAIL: debuginfod fails with a recent GCC

2020-10-23 Thread mliska at suse dot cz
https://sourceware.org/bugzilla/show_bug.cgi?id=26777 Martin Liska changed: What|Removed |Added CC||nickc at sourceware dot org -- You ar

[Bug binutils/26777] FAIL: debuginfod fails with a recent GCC

2020-10-23 Thread mliska at suse dot cz
https://sourceware.org/bugzilla/show_bug.cgi?id=26777 --- Comment #1 from Martin Liska --- Created attachment 12918 --> https://sourceware.org/bugzilla/attachment.cgi?id=12918&action=edit Good test log -- You are receiving this mail because: You are on the CC list for the bug.

[Bug binutils/26777] New: FAIL: debuginfod fails with a recent GCC

2020-10-23 Thread mliska at suse dot cz
$ gcc --version gcc (SUSE Linux) 10.2.1 20200825 [revision c0746a1beb1ba073c7981eb09f55b3d993b32e5c] $ export PATH=/home/marxin/bin/gcc/bin/:$PATH && export LD_LIBRARY_PATH=/home/marxin/bin/gcc/lib64/:$LD_LIBRARY_PATH $ gcc --version gcc (GCC) 11.0.0 20201023 (experimental) Then the following

[Bug binutils/26774] objcopy : SIGSEGV in srec.c:1099

2020-10-23 Thread zodf0055980 at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26774 --- Comment #1 from WU,ZONG-YUAN --- I forget to add one space Steps to Reproduce is : ~/binutils-gdb/binutils/objcopy -O symbolsrec --add-symbol function_name=.text:0x900,function,global ./sample -- You are receiving this mail because: You