[Bug gold/14342] [gold] symbol 'std::__once_callable' used as both __thread and non-__thread

2012-07-10 Thread cryptooctoploid at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=14342 Octoploid cryptooctoploid at gmail dot com changed: What|Removed |Added CC

[Bug gold/13245] PREVAILING_DEF reported too often.

2011-11-02 Thread cryptooctoploid at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13245 Octoploid cryptooctoploid at gmail dot com changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug binutils/13311] internal error, aborting at bfd.c line 649 in _bfd_default_error_handler

2011-10-19 Thread cryptooctoploid at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13311 Octoploid cryptooctoploid at gmail dot com changed: What|Removed |Added Status|NEW |RESOLVED

[Bug binutils/13311] internal error, aborting at bfd.c line 649 in _bfd_default_error_handler

2011-10-18 Thread cryptooctoploid at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13311 --- Comment #3 from Octoploid cryptooctoploid at gmail dot com 2011-10-18 07:27:49 UTC --- (In reply to comment #2) Can you try applying the first hunk (ie. the elf_link_output_extsym change) from the patch in http://sourceware.org/ml

[Bug binutils/13311] internal error, aborting at bfd.c line 649 in _bfd_default_error_handler

2011-10-18 Thread cryptooctoploid at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13311 --- Comment #4 from Octoploid cryptooctoploid at gmail dot com 2011-10-18 12:07:52 UTC --- (In reply to comment #3) Another thing that caught me eye are the undefined references to libc libraries with bfd and --as-needed: This appears

[Bug binutils/13311] internal error, aborting at bfd.c line 649 in _bfd_default_error_handler

2011-10-17 Thread cryptooctoploid at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13311 --- Comment #1 from Octoploid cryptooctoploid at gmail dot com 2011-10-17 20:17:45 UTC --- Created attachment 6013 -- http://sourceware.org/bugzilla/attachment.cgi?id=6013 testcase -- Configure bugmail: http://sourceware.org/bugzilla

[Bug binutils/13311] New: internal error, aborting at bfd.c line 649 in _bfd_default_error_handler

2011-10-17 Thread cryptooctoploid at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13311 Bug #: 13311 Summary: internal error, aborting at bfd.c line 649 in _bfd_default_error_handler Product: binutils Version: 2.23 (HEAD) Status: NEW Severity:

[Bug gold/13245] PREVAILING_DEF reported too often.

2011-10-15 Thread cryptooctoploid at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13245 --- Comment #13 from Octoploid cryptooctoploid at gmail dot com 2011-10-15 06:44:54 UTC --- Any update on this? The issue just got fixed on the bfd side: http://sourceware.org/cgi-bin/cvsweb.cgi/src/bfd/elflink.c.diff?cvsroot=srcr1=1.423r2

[Bug gold/13245] PREVAILING_DEF reported too often.

2011-10-02 Thread cryptooctoploid at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13245 --- Comment #5 from Octoploid cryptooctoploid at gmail dot com 2011-10-02 13:01:38 UTC --- What about the following naive patch? diff --git a/gold/plugin.cc b/gold/plugin.cc index b5880a1..d999254 100644 --- a/gold/plugin.cc +++ b/gold

[Bug gold/13245] PREVAILING_DEF reported too often.

2011-10-02 Thread cryptooctoploid at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13245 --- Comment #7 from Octoploid cryptooctoploid at gmail dot com 2011-10-02 18:41:58 UTC --- (In reply to comment #6) Cool! If you happen to have a lot of memory (15GB), you may try if it solves the -fprofile-generate -flto problem. Yes

[Bug gold/13019] New: error: load segment overlap when linking Linux kernel

2011-07-23 Thread cryptooctoploid at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13019 Summary: error: load segment overlap when linking Linux kernel Product: binutils Version: 2.22 (HEAD) Status: NEW Severity: normal Priority: P2

[Bug gold/13023] gold misinterprets dot assignments in sections

2011-07-23 Thread cryptooctoploid at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13023 Octoploid cryptooctoploid at gmail dot com changed: What|Removed |Added CC

[Bug gold/12898] gold throws internal error in segment_precedes when building kvm

2011-06-29 Thread cryptooctoploid at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12898 --- Comment #5 from Octoploid cryptooctoploid at gmail dot com 2011-06-29 06:44:52 UTC --- And thank you for the quick fix. KVM is linking fine now. -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email --- You

[Bug gold/12898] gold throws internal error in segment_precedes when building kvm

2011-06-17 Thread cryptooctoploid at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12898 --- Comment #2 from Octoploid cryptooctoploid at gmail dot com 2011-06-17 14:58:02 UTC --- Created attachment 5802 -- http://sourceware.org/bugzilla/attachment.cgi?id=5802 input files -- Configure bugmail: http://sourceware.org/bugzilla

[Bug ld/12557] gcc Firefox fail to build with -flto and --as-needed LDFLAGS

2011-03-16 Thread cryptooctoploid at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12557 --- Comment #30 from Octoploid cryptooctoploid at gmail dot com 2011-03-16 08:06:47 UTC --- Thanks H.J.. Both issues are fixed now. -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email --- You are receiving

[Bug ld/12557] gcc Firefox fail to build with -flto and --as-needed LDFLAGS

2011-03-14 Thread cryptooctoploid at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12557 --- Comment #28 from Octoploid cryptooctoploid at gmail dot com 2011-03-14 16:39:13 UTC --- (In reply to comment #27) I have no problems with gcc bootstrap using .../configure --enable-clocale=gnu --with-system-zlib --with-demangler-in-ld

[Bug ld/12557] Firefox fails to build with -flto and --as-needed LDFLAGS

2011-03-11 Thread cryptooctoploid at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12557 --- Comment #17 from Octoploid cryptooctoploid at gmail dot com 2011-03-11 18:22:34 UTC --- Created attachment 5294 -- http://sourceware.org/bugzilla/attachment.cgi?id=5294 gcc_verbose_good -- Configure bugmail: http://sourceware.org

[Bug ld/12557] Firefox fails to build with -flto and --as-needed LDFLAGS

2011-03-11 Thread cryptooctoploid at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12557 --- Comment #18 from Octoploid cryptooctoploid at gmail dot com 2011-03-11 18:23:03 UTC --- Created attachment 5295 -- http://sourceware.org/bugzilla/attachment.cgi?id=5295 gcc_verbose_bad -- Configure bugmail: http://sourceware.org

[Bug ld/12557] Firefox fails to build with -flto and --as-needed LDFLAGS

2011-03-11 Thread cryptooctoploid at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12557 Octoploid cryptooctoploid at gmail dot com changed: What|Removed |Added Status|WAITING

[Bug ld/12557] Firefox fails to build with -flto and --as-needed LDFLAGS

2011-03-11 Thread cryptooctoploid at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12557 --- Comment #24 from Octoploid cryptooctoploid at gmail dot com 2011-03-11 19:24:33 UTC --- I really need a small testcase. Understood. I will take a deeper look. -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email

[Bug ld/12557] gcc Firefox fails to build with -flto and --as-needed LDFLAGS

2011-03-11 Thread cryptooctoploid at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12557 Octoploid cryptooctoploid at gmail dot com changed: What|Removed |Added Summary|Firefox fails to build with |gcc

[Bug ld/12557] gcc Firefox fail to build with -flto and --as-needed LDFLAGS

2011-03-11 Thread cryptooctoploid at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12557 Octoploid cryptooctoploid at gmail dot com changed: What|Removed |Added Summary|gcc Firefox fails to |gcc

[Bug ld/12557] gcc Firefox fails to build with -flto and --as-needed LDFLAGS

2011-03-11 Thread cryptooctoploid at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12557 --- Comment #25 from Octoploid cryptooctoploid at gmail dot com 2011-03-11 21:02:12 UTC --- Even gcc fails to build with the same combination (-flto and Wl,--as-needed): ... /var/tmp/gcc_build_dir/./prev-gcc/g++ -B/var/tmp/gcc_build_dir

[Bug ld/12557] gcc Firefox fail to build with -flto and --as-needed LDFLAGS

2011-03-11 Thread cryptooctoploid at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12557 --- Comment #26 from Octoploid cryptooctoploid at gmail dot com 2011-03-11 22:12:02 UTC --- Hmm, the LDFLAGS are simply ignored by gcc. And gcc builds fine when I configure it with: --with-boot-ldflags=-Wl,-O1,--hash-style=gnu,--as-needed

[Bug ld/12557] Firefox fails to build with -flto and --as-needed LDFLAGS

2011-03-10 Thread cryptooctoploid at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12557 --- Comment #4 from Octoploid cryptooctoploid at gmail dot com 2011-03-10 16:30:57 UTC --- Created attachment 5285 -- http://sourceware.org/bugzilla/attachment.cgi?id=5285 mozconfig No, there's only one libnspr4.so on my system. # cd

[Bug ld/12557] Firefox fails to build with -flto and --as-needed LDFLAGS

2011-03-10 Thread cryptooctoploid at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12557 Octoploid cryptooctoploid at gmail dot com changed: What|Removed |Added Attachment #5285|0 |1

[Bug ld/12557] Firefox fails to build with -flto and --as-needed LDFLAGS

2011-03-10 Thread cryptooctoploid at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12557 --- Comment #7 from Octoploid cryptooctoploid at gmail dot com 2011-03-10 17:43:09 UTC --- Created attachment 5287 -- http://sourceware.org/bugzilla/attachment.cgi?id=5287 output_bad -- Configure bugmail: http://sourceware.org/bugzilla

[Bug ld/12557] Firefox fails to build with -flto and --as-needed LDFLAGS

2011-03-10 Thread cryptooctoploid at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12557 --- Comment #8 from Octoploid cryptooctoploid at gmail dot com 2011-03-10 17:43:32 UTC --- Created attachment 5288 -- http://sourceware.org/bugzilla/attachment.cgi?id=5288 map_bad -- Configure bugmail: http://sourceware.org/bugzilla

[Bug ld/12557] Firefox fails to build with -flto and --as-needed LDFLAGS

2011-03-10 Thread cryptooctoploid at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12557 --- Comment #9 from Octoploid cryptooctoploid at gmail dot com 2011-03-10 17:43:59 UTC --- Created attachment 5289 -- http://sourceware.org/bugzilla/attachment.cgi?id=5289 output_good -- Configure bugmail: http://sourceware.org/bugzilla

[Bug ld/12557] Firefox fails to build with -flto and --as-needed LDFLAGS

2011-03-10 Thread cryptooctoploid at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12557 Octoploid cryptooctoploid at gmail dot com changed: What|Removed |Added Attachment #5289|0 |1

[Bug ld/12557] Firefox fails to build with -flto and --as-needed LDFLAGS

2011-03-10 Thread cryptooctoploid at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12557 Octoploid cryptooctoploid at gmail dot com changed: What|Removed |Added Attachment #5290|0 |1

[Bug ld/12557] Firefox fails to build with -flto and --as-needed LDFLAGS

2011-03-10 Thread cryptooctoploid at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12557 --- Comment #15 from Octoploid cryptooctoploid at gmail dot com 2011-03-11 07:34:09 UTC --- Now two lines stands out in vimdiff verbose_good verbose_bad: libnspr4.so needed by ../../../../dist/bin/libxul.so found libnspr4.so at /usr/lib

[Bug ld/12557] Firefox fails to build with -flto and --as-needed LDFLAGS

2011-03-09 Thread cryptooctoploid at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12557 Octoploid cryptooctoploid at gmail dot com changed: What|Removed |Added CC

[Bug ld/12557] Firefox fails to build with -flto and --as-needed LDFLAGS

2011-03-09 Thread cryptooctoploid at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12557 --- Comment #2 from Octoploid cryptooctoploid at gmail dot com 2011-03-10 06:31:09 UTC --- The problem comes from: -Wl,-R/usr/lib64 -L/usr/lib64 -lplds4 -lplc4 -lnspr4 -lpthread -ldl -ldl If I remove -lnspr4 from above, ld links without any

[Bug gold/10698] gold 2.20.51.0.1.20091009 fails to link linux kernel 2.6.31.1

2009-10-19 Thread cryptooctoploid at gmail dot com
--- Additional Comments From cryptooctoploid at gmail dot com 2009-10-19 15:38 --- Fixed in the 2.20 release here. -- http://sourceware.org/bugzilla/show_bug.cgi?id=10698 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching

[Bug gold/6407] linux kernel linked with gold fails to boot

2008-05-30 Thread cryptooctoploid at gmail dot com
-- What|Removed |Added CC||andi at firstfloor dot org http://sourceware.org/bugzilla/show_bug.cgi?id=6407 --- You are receiving

[Bug gold/6407] linux kernel linked with gold fails to boot

2008-05-30 Thread cryptooctoploid at gmail dot com
--- Additional Comments From cryptooctoploid at gmail dot com 2008-05-30 16:42 --- The kernel still does not boot on my machine (amd64) using the current »gold« version. It prints this message: »bad gzip magic number« So we got a step further, but are still not quite there. I noticed

[Bug gold/6407] linux kernel linked with gold fails to boot

2008-05-30 Thread cryptooctoploid at gmail dot com
--- Additional Comments From cryptooctoploid at gmail dot com 2008-05-30 17:51 --- I assume you are building a 64-bit kernel on the amd64 box? Yes. Should we track this problem in a separate PR so it gets a unique ID? Ok, I will enter a new bug. -- http://sourceware.org/bugzilla

[Bug gold/6584] New: kernel image decompression fails on 64bit machines (linked with gold)

2008-05-30 Thread cryptooctoploid at gmail dot com
) Product: binutils Version: unspecified Status: NEW Severity: normal Priority: P2 Component: gold AssignedTo: ian at airs dot com ReportedBy: cryptooctoploid at gmail dot com CC: andi at firstfloor dot org,bug

[Bug gold/6407] linux kernel linked with gold fails to boot

2008-04-15 Thread cryptooctoploid at gmail dot com
--- Additional Comments From cryptooctoploid at gmail dot com 2008-04-15 15:05 --- Created an attachment (id=2696) -- (http://sourceware.org/bugzilla/attachment.cgi?id=2696action=view) dumpelf -vv setup.elf dump_gold -- http://sourceware.org/bugzilla/show_bug.cgi?id=6407

[Bug gold/6407] linux kernel linked with gold fails to boot

2008-04-15 Thread cryptooctoploid at gmail dot com
-- What|Removed |Added Attachment #2695|application/octet-stream|text/plain mime type|| Attachment #2695 is|0 |1

[Bug gold/6407] linux kernel linked with gold fails to boot

2008-04-15 Thread cryptooctoploid at gmail dot com
-- What|Removed |Added Attachment #2696|application/octet-stream|text/plain mime type|| Attachment #2696 is|0 |1

[Bug gold/5986] New: build failure with gcc 4.3.0

2008-03-26 Thread cryptooctoploid at gmail dot com
Severity: normal Priority: P2 Component: gold AssignedTo: ian at airs dot com ReportedBy: cryptooctoploid at gmail dot com CC: bug-binutils at gnu dot org http://sourceware.org/bugzilla/show_bug.cgi?id=5986 --- You are receiving