[Bug ld/14170] ld: assertion fail /export/gnu/import/git/binutils/bfd/linker.c:641

2020-06-22 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=14170 --- 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=c7c970e4c63f81479539220874a98aa74bc0e090 commit c7c970e4c63f81479539220874a9

[Bug ld/14170] ld: assertion fail /export/gnu/import/git/binutils/bfd/linker.c:641

2019-03-20 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=14170 --- Comment #9 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=980a2e42f7439015defdcedad89a13a72749bdb0 commit 980a2e42f7439015defdcedad89a1

[Bug ld/14170] ld: assertion fail /export/gnu/import/git/binutils/bfd/linker.c:641

2018-03-31 Thread jeremip11 at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=14170 Jeremi changed: What|Removed |Added CC||jeremip11 at gmail dot com -- You are recei

[Bug ld/14170] ld: assertion fail /export/gnu/import/git/binutils/bfd/linker.c:641

2018-01-31 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=14170 --- Comment #8 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Maciej W. Rozycki : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=8988502d75343349cee39575c0e4a0b33f7c80e0 commit 8988502d75343349cee395

[Bug ld/14170] ld: assertion fail /export/gnu/import/git/binutils/bfd/linker.c:641

2012-05-30 Thread hjl.tools at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=14170 H.J. Lu changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug ld/14170] ld: assertion fail /export/gnu/import/git/binutils/bfd/linker.c:641

2012-05-27 Thread cvs-commit at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=14170 --- Comment #6 from cvs-commit at gcc dot gnu.org 2012-05-28 04:09:05 UTC --- CVSROOT:/cvs/src Module name:src Changes by:amo...@sourceware.org2012-05-28 04:08:54 Modified files: ld/testsuite : ChangeLog ld/testsuite

[Bug ld/14170] ld: assertion fail /export/gnu/import/git/binutils/bfd/linker.c:641

2012-05-27 Thread cvs-commit at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=14170 --- Comment #5 from cvs-commit at gcc dot gnu.org 2012-05-27 14:45:46 UTC --- CVSROOT:/cvs/src Module name:src Changes by:h...@sourceware.org2012-05-27 14:45:41 Modified files: ld/testsuite : ChangeLog ld/testsuite/l

[Bug ld/14170] ld: assertion fail /export/gnu/import/git/binutils/bfd/linker.c:641

2012-05-27 Thread cvs-commit at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=14170 --- Comment #4 from cvs-commit at gcc dot gnu.org 2012-05-27 13:55:49 UTC --- CVSROOT:/cvs/src Module name:src Changes by:amo...@sourceware.org2012-05-27 13:55:45 Modified files: bfd: ChangeLog elflink.c Log m

[Bug ld/14170] ld: assertion fail /export/gnu/import/git/binutils/bfd/linker.c:641

2012-05-26 Thread hjl.tools at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=14170 --- Comment #3 from H.J. Lu 2012-05-26 15:01:05 UTC --- (In reply to comment #2) > Created attachment 6424 [details] > partial fix > > This fixes the assert, but doesn't completely cure the bug since we end up > with > a foo local rather tha

[Bug ld/14170] ld: assertion fail /export/gnu/import/git/binutils/bfd/linker.c:641

2012-05-26 Thread amodra at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=14170 --- Comment #2 from Alan Modra 2012-05-26 14:45:39 UTC --- Created attachment 6424 --> http://sourceware.org/bugzilla/attachment.cgi?id=6424 partial fix This fixes the assert, but doesn't completely cure the bug since we end up with a foo l

[Bug ld/14170] ld: assertion fail /export/gnu/import/git/binutils/bfd/linker.c:641

2012-05-25 Thread hjl.tools at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=14170 --- Comment #1 from H.J. Lu 2012-05-26 00:35:55 UTC --- A small testcase: [hjl@gnu-6 pr14170]$ cat x.c extern int foo; extern int bar; int _start () { return foo + bar; } [hjl@gnu-6 pr14170]$ cat y.c int foo __attribute ((visibility("hidde