[Bug ld/12562] Ld.dk fails with "could not read symbols: Bad value" message

2011-03-12 Thread davek at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=12562 --- Comment #11 from Dave Korn 2011-03-12 17:49:21 UTC --- (In reply to comment #10) > Both ld.gold and ld.hjl print warnings "cannot find entry symbol 'foo'". Still > better then obscure "libfoobar.a: could not read symbols: Bad value" error.

[Bug ld/12562] Ld.dk fails with "could not read symbols: Bad value" message

2011-03-12 Thread davek at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=12562 --- Comment #9 from Dave Korn 2011-03-12 16:21:34 UTC --- (In reply to comment #8) > Created attachment 5302 [details] > Testcase #2 > > (Is it ok to post here, or should I file another bug report for it?) Can you check whether that works wi

[Bug ld/12562] Ld.dk fails with "could not read symbols: Bad value" message

2011-03-11 Thread davek at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=12562 --- Comment #7 from Dave Korn 2011-03-12 06:00:55 UTC --- (In reply to comment #6) > Created attachment 5299 [details] > Fixed respin. > > Moved all the chain manipulation inside the if-new-files-added test. Appears > to work properly this t

[Bug ld/12562] Ld.dk fails with "could not read symbols: Bad value" message

2011-03-11 Thread davek at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=12562 --- Comment #6 from Dave Korn 2011-03-12 05:58:59 UTC --- Created attachment 5299 --> http://sourceware.org/bugzilla/attachment.cgi?id=5299 Fixed respin. Moved all the chain manipulation inside the if-new-files-added test. Appears to work

[Bug ld/12562] Ld.dk fails with "could not read symbols: Bad value" message

2011-03-11 Thread davek at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=12562 Dave Korn changed: What|Removed |Added Attachment #5298|0 |1 is obsolete|

[Bug ld/12562] Ld.dk fails with "could not read symbols: Bad value" message

2011-03-11 Thread davek at gcc dot gnu.org
sources dot |davek at gcc dot gnu.org |redhat.com | --- Comment #4 from Dave Korn 2011-03-12 03:05:03 UTC --- Created attachment 5298 --> http://sourceware.org/bugzilla/attachment.cgi?id=5298 Fix typo in 003ld-plugin-api-link-order.diff There was a t

[Bug ld/12564] GNU ld internal ironly section should not be leaking warnings

2011-03-10 Thread davek at gcc dot gnu.org
| AssignedTo|unassigned at sources dot |davek at gcc dot gnu.org |redhat.com | --- Comment #3 from Dave Korn 2011-03-10 16:28:32 UTC --- Sorry, missed that this was for the 2.21 branch; this, and most other plugin-related bugs are

[Bug ld/12564] GNU ld internal ironly section should not be leaking warnings

2011-03-10 Thread davek at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=12564 Dave Korn changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug ld/12246] BFD linker plugin generates incorrect alignments for common symbols

2011-03-10 Thread davek at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=12246 Dave Korn changed: What|Removed |Added CC||ubizjak at gmail dot com --- Comment #7 fr

[Bug ld/12562] Ld.dk fails with "could not read symbols: Bad value" message

2011-03-10 Thread davek at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=12562 Dave Korn changed: What|Removed |Added CC|dave.korn.cygwin at gmail | |dot com

[Bug ld/12562] Ld.dk fails with "could not read symbols: Bad value" message

2011-03-10 Thread davek at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=12562 Dave Korn changed: What|Removed |Added CC||davek at gcc dot gnu.org --- Comment #1

[Bug gold/12305] undefined reference to '__udivdi3' with -flto -fuse-linker-plugin

2011-02-13 Thread davek at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=12305 Dave Korn changed: What|Removed |Added CC||davek at gcc dot gnu.org -- Configure

[Bug ld/12455] Undefined reference error with ld.dk

2011-02-01 Thread davek at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=12455 Dave Korn changed: What|Removed |Added CC||davek at gcc dot gnu.org --- Comment #1

[Bug ld/12439] Undefined reference error with ld.hjl

2011-02-01 Thread davek at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=12439 Dave Korn changed: What|Removed |Added CC||davek at gcc dot gnu.org --- Comment #4

[Bug ld/12455] Undefined reference error with ld.dk

2011-02-01 Thread davek at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=12455 --- Comment #2 from Dave Korn 2011-02-01 17:46:30 UTC --- I just took a closer read of the subject line... guess you are getting a different error than me. Don't know why you're not getting this, like I do: $ make gcc-4 -flto -o prog main.o

[Bug ld/12402] ld --disable-plugins configure options doesn't work

2011-01-31 Thread davek at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=12402 --- Comment #3 from Dave Korn 2011-02-01 07:03:21 UTC --- (In reply to comment #2) > > > GCC lto/plugin support is currently broken on this target. > > > > Is there else anything apart from GCC PR47274, which I'm looking at? > > There's ab

[Bug ld/12402] ld --disable-plugins configure options doesn't work

2011-01-31 Thread davek at gcc dot gnu.org
||davek at gcc dot gnu.org Resolution||INVALID --- Comment #1 from Dave Korn 2011-02-01 03:56:13 UTC --- (In reply to comment #0) > I was unable to disable ld plugin support on hppa-unknown-linux-gnu. The --enable/--disable-plugins option

[Bug ld/12369] Symbols present in LTO symbol table resolved as PREVAILING_DEF_IRONLY and optimized out appears in final symbol table.

2011-01-07 Thread davek at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=12369 Dave Korn changed: What|Removed |Added CC||davek at gcc dot gnu.org -- Configure

[Bug ld/12365] undefined references produced by linker plugin are silently ignored

2011-01-05 Thread davek at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=12365 Dave Korn changed: What|Removed |Added CC||davek at gcc dot gnu.org -- Configure

[Bug ld/12248] BFD linker plugin failed to resolve reference to archive

2010-11-20 Thread davek at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=12248 --- Comment #4 from Dave Korn 2010-11-20 20:48:18 UTC --- Created attachment 5132 --> http://sourceware.org/bugzilla/attachment.cgi?id=5132 build results with static linking vs gold Even GOLD fails when static linking is in use, as in this

[Bug ld/12246] BFD linker plugin generates incorrect alignments for common symbols

2010-11-20 Thread davek at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=12246 --- Comment #6 from Dave Korn 2010-11-20 20:18:22 UTC --- Thank you. -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are on the CC list for the bug. _

[Bug ld/12248] BFD linker plugin failed to resolve reference to archive

2010-11-20 Thread davek at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=12248 Dave Korn changed: What|Removed |Added CC||davek at gcc dot gnu.org --- Comment #2

[Bug gas/12166] Assertion failure in coff_frob_symbol

2010-11-04 Thread davek at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=12166 Dave Korn changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug gas/12166] Assertion failure in coff_frob_symbol

2010-10-30 Thread davek at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=12166 Dave Korn changed: What|Removed |Added Status|WAITING |ASSIGNED --- Comment #7 from Dave Korn 20

[Bug gas/12166] Assertion failure in coff_frob_symbol

2010-10-29 Thread davek at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=12166 Dave Korn changed: What|Removed |Added CC||davek at gcc dot gnu.org

[Bug gas/12166] Assertion failure in coff_frob_symbol

2010-10-29 Thread davek at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=12166 --- Comment #4 from Dave Korn 2010-10-29 12:29:33 UTC --- Created attachment 5100 --> http://sourceware.org/bugzilla/attachment.cgi?id=5100 Avoid truncation. Assuming that the frob_symbol hook can't be called twice on the same symbol, which

[Bug ld/12030] assertion fail linker.c:2678

2010-10-22 Thread davek at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=12030 Dave Korn changed: What|Removed |Added CC||davek at gcc dot gnu.org -- Configure