[Bug gold/14007] New: gold crashes during final Firefox's libxul link with clang

2012-04-21 Thread markus at trippelsdorf dot de
http://sourceware.org/bugzilla/show_bug.cgi?id=14007 Bug #: 14007 Summary: gold crashes during final Firefox's libxul link with clang Product: binutils Version: 2.23 (HEAD) Status: NEW Severity: normal

[Bug gold/14007] gold crashes during final Firefox's libxul link with clang

2012-04-22 Thread markus at trippelsdorf dot de
http://sourceware.org/bugzilla/show_bug.cgi?id=14007 --- Comment #2 from Markus Trippelsdorf 2012-04-22 07:38:26 UTC --- Created attachment 6359 --> http://sourceware.org/bugzilla/attachment.cgi?id=6359 testcase markus@x4 /tmp % clang++ -O4 test.ii /usr/lib64/gcc/x86_64-pc-linux-gnu/4.8.0/../

[Bug gold/14007] gold crashes during final Firefox's libxul link with clang

2012-04-22 Thread markus at trippelsdorf dot de
http://sourceware.org/bugzilla/show_bug.cgi?id=14007 --- Comment #4 from Markus Trippelsdorf 2012-04-22 17:14:05 UTC --- markus@x4 tmp % gdb ld Reading symbols from /usr/bin/ld...Reading symbols from /var/debug/usr/x86_64-pc-linux-gnu/binutils-bin/git/ld.gold.debug...done. done. (gdb) run -m elf

[Bug gold/14007] gold crashes during final Firefox's libxul link with clang

2012-04-22 Thread markus at trippelsdorf dot de
http://sourceware.org/bugzilla/show_bug.cgi?id=14007 --- Comment #5 from Markus Trippelsdorf 2012-04-22 17:22:25 UTC --- BTW the LLVMgold.so plugin from Clang-3.0 doesn't cause the crash. If you don't have clang installed, I could attach the buggy version of LLVMgold.so and libLTO.so from Clang

[Bug gold/14007] gold crashes during final Firefox's libxul link with clang

2012-04-22 Thread markus at trippelsdorf dot de
http://sourceware.org/bugzilla/show_bug.cgi?id=14007 --- Comment #6 from Markus Trippelsdorf 2012-04-22 17:32:06 UTC --- Created attachment 6360 --> http://sourceware.org/bugzilla/attachment.cgi?id=6360 testcase clang libs + object file -- Configure bugmail: http://sourceware.org/bugzilla/us

[Bug gold/14007] gold crashes during final Firefox's libxul link with clang

2012-04-22 Thread markus at trippelsdorf dot de
http://sourceware.org/bugzilla/show_bug.cgi?id=14007 --- Comment #8 from Markus Trippelsdorf 2012-04-22 21:36:35 UTC --- (In reply to comment #7) > > That said, I actually looked at the backtrace, and I see this: > > > #3 0x00571ee1 in gold::Symbol_table::add_from_pluginobj<64, false

[Bug gold/14007] Linker should try to validate the data that a plugin passes to it

2012-04-22 Thread markus at trippelsdorf dot de
http://sourceware.org/bugzilla/show_bug.cgi?id=14007 Markus Trippelsdorf changed: What|Removed |Added Priority|P2 |P3 Summary|gold crash

[Bug binutils/14243] software that includes bfd.h fails to build with "#error config.h must be included before this header"

2012-09-18 Thread markus at trippelsdorf dot de
||markus at trippelsdorf dot ||de Resolution|WONTFIX | --- Comment #5 from Markus Trippelsdorf 2012-09-18 18:06:57 UTC --- The same issue also breaks tools/perf of the Linux kernel tree: perf

[Bug binutils/14243] software that includes bfd.h fails to build with "#error config.h must be included before this header"

2012-09-18 Thread markus at trippelsdorf dot de
http://sourceware.org/bugzilla/show_bug.cgi?id=14243 --- Comment #7 from Markus Trippelsdorf 2012-09-18 20:38:55 UTC --- (In reply to comment #6) > so send a patch to LKML to fix the issue If you do a quick google search with "/usr/include/bfd.h:37:2: error: #error config.h must", you'll see th

[Bug ld/14623] New: internal error, aborting at bfd/elf64-x86-64.c line 3611 in elf_x86_64_relocate_section while building firefox

2012-09-25 Thread markus at trippelsdorf dot de
http://sourceware.org/bugzilla/show_bug.cgi?id=14623 Bug #: 14623 Summary: internal error, aborting at bfd/elf64-x86-64.c line 3611 in elf_x86_64_relocate_section while building firefox Product: binutils

[Bug ld/14623] internal error, aborting at bfd/elf64-x86-64.c line 3611 in elf_x86_64_relocate_section while building firefox

2012-09-27 Thread markus at trippelsdorf dot de
http://sourceware.org/bugzilla/show_bug.cgi?id=14623 Markus Trippelsdorf changed: What|Removed |Added Status|WAITING |RESOLVED Resolu

[Bug binutils/14698] New: ar, nm and ranlib don't use gcc's liblto_plugin.so in BINDIR/../lib/bfd-plugins automatically

2012-10-11 Thread markus at trippelsdorf dot de
http://sourceware.org/bugzilla/show_bug.cgi?id=14698 Bug #: 14698 Summary: ar, nm and ranlib don't use gcc's liblto_plugin.so in BINDIR/../lib/bfd-plugins automatically Product: binutils Version: 2.24 (HEAD) Sta

[Bug admin/14723] bug-binutils notices have extra newlines

2012-10-15 Thread markus at trippelsdorf dot de
http://sourceware.org/bugzilla/show_bug.cgi?id=14723 Markus Trippelsdorf changed: What|Removed |Added CC||markus at trippelsdorf

[Bug gold/14746] New: ld: internal error in address, at gold/output.h:72 while building Linux kvm tool

2012-10-20 Thread markus at trippelsdorf dot de
http://sourceware.org/bugzilla/show_bug.cgi?id=14746 Bug #: 14746 Summary: ld: internal error in address, at gold/output.h:72 while building Linux kvm tool Product: binutils Version: 2.24 (HEAD) Status: NEW Sev

[Bug gold/14746] ld: internal error in address, at gold/output.h:72 while building Linux kvm tool

2012-10-20 Thread markus at trippelsdorf dot de
http://sourceware.org/bugzilla/show_bug.cgi?id=14746 --- Comment #1 from Markus Trippelsdorf 2012-10-20 19:43:56 UTC --- markus@x4 bios % cat test.c void foo (void) { } markus@x4 bios % gcc -c -o test.o test.c markus@x4 bios % ld -T rom.ld.S test.o markus@x4 bios % gcc -flto -c -o test.o test.c

[Bug binutils/15300] AR/NM/GNU LD and Gold should issue a warning when used on objects with GCC/LLVM LTO data in it and no other symbols

2013-03-24 Thread markus at trippelsdorf dot de
http://sourceware.org/bugzilla/show_bug.cgi?id=15300 Markus Trippelsdorf changed: What|Removed |Added CC||markus at trippelsdorf dot

[Bug gold/15660] out of file descriptors and couldn't close any

2013-11-21 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=15660 Markus Trippelsdorf changed: What|Removed |Added CC||markus at trippelsdorf dot de

[Bug gold/15660] out of file descriptors and couldn't close any

2013-11-21 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=15660 --- Comment #9 from Markus Trippelsdorf --- In my case, I just had to increase the limits. Gold has 18718 files open during the final Chromium link: % lsof -c ld |wc -l 18718 -- You are receiving this mail because: You are on the CC list fo

[Bug binutils/14698] ar, nm and ranlib don't use gcc's liblto_plugin.so in BINDIR/../lib/bfd-plugins automatically

2014-01-21 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=14698 Markus Trippelsdorf changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug gold/14746] ld: internal error in address, at gold/output.h:72 while building Linux kvm tool

2014-01-21 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=14746 Markus Trippelsdorf changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug gold/16650] New: PREVAILING_DEF / PREVAILING_DEF_IRONLY_EXP mix-up

2014-03-02 Thread markus at trippelsdorf dot de
Component: gold Assignee: ian at airs dot com Reporter: markus at trippelsdorf dot de CC: ccoutant at google dot com With the following file from the gcc test-suite: markus@x4 tmp % cat 20090302_0.C struct Foo { bool Mumble(); static void Bar() { if (foo_

[Bug gold/16341] relative paths in ld.script break gold linker

2014-03-03 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=16341 Markus Trippelsdorf changed: What|Removed |Added CC||markus at trippelsdorf dot de

[Bug gold/16788] New: Gold produces unbootable Linux kernel

2014-04-01 Thread markus at trippelsdorf dot de
Assignee: ian at airs dot com Reporter: markus at trippelsdorf dot de CC: ccoutant at google dot com Building the Linux kernel (current git) with gold causes the kernel to hang very early during boot. It is the following command that makes the difference: ld

[Bug gold/16788] Gold produces unbootable Linux kernel

2014-04-01 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=16788 --- Comment #1 from Markus Trippelsdorf --- Created attachment 7514 --> https://sourceware.org/bugzilla/attachment.cgi?id=7514&action=edit kernel linker script -- You are receiving this mail because: You are on the CC list for the bug. __

[Bug gold/16788] Gold produces unbootable Linux kernel

2014-04-01 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=16788 --- Comment #2 from Markus Trippelsdorf --- > So the .text section is at the wrong offset with gold (0x001000 vs. 0x20). No. The text offset is not the reason. Let me dig deeper. -- You are receiving this mail because: You are on the CC

[Bug gold/16788] Gold produces unbootable Linux kernel

2014-04-01 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=16788 Markus Trippelsdorf changed: What|Removed |Added CC||luto at mit dot edu --- Comment

[Bug gold/16788] Gold produces unbootable Linux kernel

2014-04-01 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=16788 --- Comment #5 from Markus Trippelsdorf --- (In reply to Andy Lutomirski from comment #4) > It looks like gold has a different interpretation of what ":text = 0x9090" > means than the bfd linker. Can you try changing that to ":text = > 0x9090

[Bug gold/16788] Gold produces unbootable Linux kernel

2014-04-01 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=16788 --- Comment #10 from Markus Trippelsdorf --- Not sure if this is relevant, but building gold with "-fsanitize=undefined" shows: markus@x4 linux % /var/tmp/binutils-gdb/gold/ld-new -m elf_x86_64 --build-id -o vmlinux -T /usr/src/linux/arch/x86

[Bug gold/16788] Gold produces unbootable Linux kernel

2014-04-01 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=16788 --- Comment #11 from Markus Trippelsdorf --- Backtrace with -fsanitize-undefined-trap-on-error: Program received signal SIGILL, Illegal instruction. gold::Script_sections::attach_sections_using_phdrs_clause (this=, layout=) at script-sections

[Bug gold/16788] Gold produces unbootable Linux kernel

2014-04-01 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=16788 --- Comment #12 from Markus Trippelsdorf --- Hmm, I think the -fsanitize issue is a red herring. Here is the full "objdump -d vmlinux" diff: trippelsdorf.de/diff.bz2 -- You are receiving this mail because: You are on the CC list for the bu

[Bug gold/16788] Gold produces unbootable Linux kernel

2014-04-02 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=16788 --- Comment #15 from Markus Trippelsdorf --- (In reply to Andy Lutomirski from comment #14) > Markus, can you see if arch/x86/boot/compressed/piggy.S is the same on a > good and a bad kernel? It may also be worth comparing > arch/x86/boot/com

[Bug gold/16788] Gold produces unbootable Linux kernel

2014-04-02 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=16788 --- Comment #16 from Markus Trippelsdorf --- Created attachment 7517 --> https://sourceware.org/bugzilla/attachment.cgi?id=7517&action=edit (good) objdump -d arch/x86/boot/compressed/vmlinux -- You are receiving this mail because: You are

[Bug gold/16788] Gold produces unbootable Linux kernel

2014-04-02 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=16788 --- Comment #17 from Markus Trippelsdorf --- Created attachment 7518 --> https://sourceware.org/bugzilla/attachment.cgi?id=7518&action=edit (bad) objdump -d arch/x86/boot/compressed/vmlinux -- You are receiving this mail because: You are o

[Bug gold/16804] New: gold rejects kernel linker script

2014-04-03 Thread markus at trippelsdorf dot de
Assignee: ian at airs dot com Reporter: markus at trippelsdorf dot de CC: ccoutant at google dot com The current git kernel doesn't build with gold: markus@x4 tmp % ld -v GNU gold (GNU Binutils 2.24.51.20140401) 1.11 markus@x4 tmp % cat vdso.lds SECTIONS {

[Bug gold/16804] gold rejects kernel linker script

2014-04-03 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=16804 Markus Trippelsdorf changed: What|Removed |Added CC||luto at mit dot edu -- You are

[Bug gold/16417] executable linked with gold segfaults before main

2014-04-03 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=16417 Markus Trippelsdorf changed: What|Removed |Added CC||markus at trippelsdorf dot de

[Bug gold/16804] gold rejects kernel linker script

2014-04-03 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=16804 Markus Trippelsdorf changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|WON

[Bug gold/16808] ld.gold doesn't know about -Ofast

2014-04-04 Thread markus at trippelsdorf dot de
||markus at trippelsdorf dot de Resolution|--- |INVALID --- Comment #3 from Markus Trippelsdorf --- -O for the linker is not the same as -O for the compiler, and it makes no sense to support -Ofast, etc.. -- You are receiving this mail

[Bug gold/16788] Gold produces unbootable Linux kernel

2014-04-06 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=16788 --- Comment #18 from Markus Trippelsdorf --- Hmm, looks like Linus himself hits a similar issue: http://lkml.org/lkml/2014/4/4/528 So I'm inclined to close this bug as invalid, because it really appears that the early-boot/decompression code

[Bug gold/16788] Gold produces unbootable Linux kernel

2014-04-08 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=16788 Markus Trippelsdorf changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug gold/16992] New: libQtGui linked with gold crashes all Qt programs on startup

2014-05-28 Thread markus at trippelsdorf dot de
Priority: P2 Component: gold Assignee: ian at airs dot com Reporter: markus at trippelsdorf dot de CC: ccoutant at google dot com When I build libQtGui with gold, all Qt application crash during startup on my system, e.g.: % gdb smplayer ... This

[Bug gold/16992] libQtGui linked with gold crashes all Qt programs on startup

2014-05-28 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=16992 --- Comment #1 from Markus Trippelsdorf --- # cat /var/tmp/portage/dev-qt/qtgui-4.8.5-r2/work/qt-everywhere-opensource-src-4.8.5/src/gui/QtGui.dynlist { extern "C++" { "qt_x11ft_convert_pattern(_FcPattern*, QByteArray*, int*, bo

[Bug gold/16992] libQtGui linked with gold crashes all Qt programs on startup

2014-05-28 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=16992 --- Comment #2 from Markus Trippelsdorf --- When I delete "-Wl,--dynamic-list,/var/tmp/portage/dev-qt/qtgui-4.8.5-r2/work/qt-everywhere-opensource-src-4.8.5/src/gui/QtGui.dynlist" from the g++ invocation the problem goes away. -- You are rec

[Bug gold/17081] gold produces static arm binary that crashes at startup

2014-06-24 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=17081 Markus Trippelsdorf changed: What|Removed |Added CC||markus at trippelsdorf dot de

[Bug gold/16992] libQtGui linked with gold crashes all Qt programs on startup

2014-07-03 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=16992 Markus Trippelsdorf changed: What|Removed |Added CC||marxin.liska at gmail dot com -

[Bug gold/16992] libQtGui linked with gold crashes all Qt programs on startup

2014-07-08 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=16992 --- Comment #5 from Markus Trippelsdorf --- (In reply to Cary Coutant from comment #4) > Please provide the complete link line and a tar file with all input objects > and libraries. % wget trippelsdorf.de/testcase.tar.bz2 (90MB) % tar -xjf

[Bug gold/16992] libQtGui linked with gold crashes all Qt programs on startup

2014-07-09 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=16992 --- Comment #7 from Markus Trippelsdorf --- % wget trippelsdorf.de/libQtCore.so.4.8.5 -- You are receiving this mail because: You are on the CC list for the bug. ___ bug-binutils mailing list bug

[Bug gold/16992] libQtGui linked with gold crashes all Qt programs on startup

2014-07-09 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=16992 --- Comment #9 from Markus Trippelsdorf --- % ld -v GNU gold (Gentoo git 2.24.51.20140709) 1.11 I'm afraid that your "fix" actually introduced the issue at hand. -- You are receiving this mail because: You are on the CC list for the bug.

[Bug gold/16992] libQtGui linked with gold crashes all Qt programs on startup

2014-07-09 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=16992 --- Comment #10 from Markus Trippelsdorf --- And indeed, if I revert your commit fd834e57ffce2 the problem goes away. -- You are receiving this mail because: You are on the CC list for the bug. __

[Bug binutils/17422] New: binutils should support more than one plugin in lib/bfd-plugins and load the right one

2014-09-22 Thread markus at trippelsdorf dot de
Severity: normal Priority: P2 Component: binutils Assignee: unassigned at sourceware dot org Reporter: markus at trippelsdorf dot de Currently binutils automatically loads the plugin it finds in: /usr/x86_64-pc-linux-gnu/binutils-bin/lib/bfd-plugins

[Bug binutils/14698] ar, nm and ranlib don't use gcc's liblto_plugin.so in BINDIR/../lib/bfd-plugins automatically

2014-09-22 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=14698 --- Comment #8 from Markus Trippelsdorf --- (In reply to ging...@adacore.com from comment #7) > Hello, > > I think the patch is not correct. > > Unless --target is specified, it creates archives using the "plugin" target, > which may not be

[Bug binutils/14698] ar, nm and ranlib don't use gcc's liblto_plugin.so in BINDIR/../lib/bfd-plugins automatically

2014-09-22 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=14698 --- Comment #10 from Markus Trippelsdorf --- (In reply to ging...@adacore.com from comment #9) > Yes, but the behaviour has changed due to these lines (from the patch): > > +#if BFD_SUPPORTS_PLUGINS > +static const char *plugin_target = "plug

[Bug binutils/17422] binutils should support more than one plugin in lib/bfd-plugins and load the right one

2014-09-22 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=17422 Markus Trippelsdorf changed: What|Removed |Added CC||hubicka at gcc dot gnu.org ---

[Bug binutils/17422] binutils should support more than one plugin in lib/bfd-plugins and load the right one

2014-09-22 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=17422 --- Comment #2 from Markus Trippelsdorf --- Created attachment 7802 --> https://sourceware.org/bugzilla/attachment.cgi?id=7802&action=edit more than one plugin patch Here's the patch that I'm currently testing. -- You are receiving this m

[Bug binutils/17422] binutils should support more than one plugin in lib/bfd-plugins and load the right one

2014-09-22 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=17422 Markus Trippelsdorf changed: What|Removed |Added Attachment #7802|0 |1 is obsolete|

[Bug binutils/17422] binutils should support more than one plugin in lib/bfd-plugins and load the right one

2014-09-22 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=17422 --- Comment #5 from Markus Trippelsdorf --- (In reply to hubicka from comment #4) > Actually I think gold&ld could be updated to load multiple plugins at once > and let different plugins to claim different object files. That way we ought > to

[Bug binutils/17422] binutils should support more than one plugin in lib/bfd-plugins and load the right one

2014-09-22 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=17422 --- Comment #6 from Markus Trippelsdorf --- Created attachment 7804 --> https://sourceware.org/bugzilla/attachment.cgi?id=7804&action=edit handle more than one plugin patch > Mixed LLVM/gcc archives are of course not supported yet. Actuall

[Bug binutils/17422] binutils should support more than one plugin in lib/bfd-plugins and load the right one

2014-09-23 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=17422 --- Comment #7 from Markus Trippelsdorf --- Patch posted: https://sourceware.org/ml/binutils/2014-09/msg00191.html -- You are receiving this mail because: You are on the CC list for the bug. ___ b

[Bug binutils/17422] binutils should support more than one plugin in lib/bfd-plugins and load the right one

2014-09-24 Thread markus at trippelsdorf dot de
|--- |FIXED Assignee|unassigned at sourceware dot org |markus at trippelsdorf dot de --- Comment #9 from Markus Trippelsdorf --- Fixed. -- You are receiving this mail because: You are on the CC list for the bug

[Bug gold/17432] New: internal error in relocate_tls, at gold/x86_64.cc:3829

2014-09-24 Thread markus at trippelsdorf dot de
Component: gold Assignee: ccoutant at google dot com Reporter: markus at trippelsdorf dot de CC: ian at airs dot com Since r215417 of gcc trunk gold hits the following assert: markus@x4 ~ % echo "int main () {}" | g++ -flto -fprofile-generate -

[Bug gold/17432] internal error in relocate_tls, at gold/x86_64.cc:3829

2014-09-24 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=17432 --- Comment #2 from Markus Trippelsdorf --- Honza posted a disassembly: https://gcc.gnu.org/ml/gcc-patches/2014-09/msg02208.html -- You are receiving this mail because: You are on the CC list for the bug. __

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

2014-09-26 Thread markus at trippelsdorf dot de
||markus at trippelsdorf dot de Resolution|--- |FIXED --- Comment #7 from Markus Trippelsdorf --- Fixed in binutils-2.24. -- You are receiving this mail because: You are on the CC list for the bug

[Bug ld/17453] New: Two issues found by AddressSanitizer

2014-10-02 Thread markus at trippelsdorf dot de
Assignee: unassigned at sourceware dot org Reporter: markus at trippelsdorf dot de 1) markus@x4 ld % /var/tmp/binutils-gdb/ld/ld-new -o tmpdir/tlsie4 -L/var/tmp/binutils-gdb/ld/testsuite/ld-x86-64 -melf32_x86_64 tmpdir/tlsie4.o

[Bug ld/17453] Two issues found by AddressSanitizer

2014-10-03 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=17453 --- Comment #1 from Markus Trippelsdorf --- Fix for 2) diff --git a/binutils/readelf.c b/binutils/readelf.c index d9c12cc8da61..1a4c4b6bea0c 100644 --- a/binutils/readelf.c +++ b/binutils/readelf.c @@ -4400,7 +4400,7 @@ process_program_header

[Bug ld/17453] Two issues found by AddressSanitizer

2014-10-03 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=17453 --- Comment #2 from Markus Trippelsdorf --- Please disregard comment2. Here's a list of issues found with -fsanitize=undefined: libbfd.c:739:10: runtime error: signed integer overflow: 9223372036854775804 - -9223372036854775808 cannot be r

[Bug ld/17453] Two issues found by AddressSanitizer

2014-10-03 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=17453 --- Comment #3 from Markus Trippelsdorf --- Possible fix for 2) diff --git a/binutils/readelf.c b/binutils/readelf.c index d9c12cc8da61..924d45f8c180 100644 --- a/binutils/readelf.c +++ b/binutils/readelf.c @@ -179,7 +179,7 @@ static Elf_Inte

[Bug ld/17482] -melf32_x86_64 IE->LE transition error

2014-10-13 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=17482 Markus Trippelsdorf changed: What|Removed |Added CC||markus at trippelsdorf dot de

[Bug gold/17566] New: ld: internal error in set_is_section_symbol, at object.h:1771

2014-11-07 Thread markus at trippelsdorf dot de
Priority: P2 Component: gold Assignee: ccoutant at google dot com Reporter: markus at trippelsdorf dot de CC: ian at airs dot com Host: powerpc64-unknown-linux-gnu Target: powerpc64-unknown-linux-gnu Building the Linux

[Bug gold/17670] New: internal error in symval_for_branch, at powerpc.cc:6755 during qt5 build

2014-12-02 Thread markus at trippelsdorf dot de
: normal Priority: P2 Component: gold Assignee: ccoutant at google dot com Reporter: markus at trippelsdorf dot de CC: amodra at gmail dot com, ian at airs dot com Host: powerpc64-unknown-linux-gnu Target: powerpc64

[Bug gold/17670] internal error in symval_for_branch, at powerpc.cc:6755 during qt5 build

2014-12-02 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=17670 --- Comment #2 from Markus Trippelsdorf --- Reduced using gcc trunk: trippels@gcc2-power8 corelib % cat qmimeglobpattern.ii class G; class A { public: A (G); }; class B { public: int m_fn1 (); }; class QString; struct C { B ref; }; temp

[Bug gold/17566] ld: internal error in set_is_section_symbol, at object.h:1771 building Linux kernel on ppc64

2014-12-02 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=17566 Markus Trippelsdorf changed: What|Removed |Added CC||amodra at gmail dot com

[Bug gold/17670] internal error in symval_for_branch, at powerpc.cc:6755 during qt5 build

2014-12-02 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=17670 Markus Trippelsdorf changed: What|Removed |Added Status|ASSIGNED|RESOLVED URL|

[Bug gold/17566] ld: internal error in set_is_section_symbol, at object.h:1771 building Linux kernel on ppc64

2014-12-03 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=17566 --- Comment #2 from Markus Trippelsdorf --- To reproduce: trippels@gcc2-power8 linux-3.17.2 % make defconfig trippels@gcc2-power8 linux-3.17.2 % make -j160 ... ld: internal error in set_is_section_symbol, at object.h:1771 -- You are receiv

[Bug gold/17566] ld: internal error in set_is_section_symbol, at object.h:1771 building Linux kernel on ppc64

2014-12-03 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=17566 --- Comment #3 from Markus Trippelsdorf --- Possible fix as suggested in comment 1: diff --git a/gold/powerpc.cc b/gold/powerpc.cc index 554bf38..97b6e39 100644 --- a/gold/powerpc.cc +++ b/gold/powerpc.cc @@ -5581,7 +5581,7 @@ Target_powerpc:

[Bug gold/17566] ld: internal error in set_is_section_symbol, at object.h:1771 building Linux kernel on ppc64

2014-12-03 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=17566 Markus Trippelsdorf changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug ld/17689] New: PIE copy relocations handling broken with ld.bfd

2014-12-09 Thread markus at trippelsdorf dot de
Component: ld Assignee: hjl.tools at gmail dot com Reporter: markus at trippelsdorf dot de See: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64237 % cat nscd.i extern int program_invocation_name; extern void fn2(int, int); void fn1() { fn2(0, program_invocation_name); } % gcc

[Bug gold/17731] New: ld: internal error in set_section_addresses, at script-sections.cc:2491

2014-12-19 Thread markus at trippelsdorf dot de
: normal Priority: P2 Component: gold Assignee: ccoutant at google dot com Reporter: markus at trippelsdorf dot de CC: ian at airs dot com Host: x86_64-unknown-linux-gnu Target: x86_64-unknown-linux-gnu Build

[Bug gold/17731] ld: internal error in set_section_addresses, at script-sections.cc:2491

2014-12-19 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=17731 --- Comment #2 from Markus Trippelsdorf --- Created attachment 8021 --> https://sourceware.org/bugzilla/attachment.cgi?id=8021&action=edit testcase -- You are receiving this mail because: You are on the CC list for the bug. __

[Bug gold/17731] ld: internal error in set_section_addresses, at script-sections.cc:2491

2015-01-15 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=17731 --- Comment #3 from Markus Trippelsdorf --- Ping? -- You are receiving this mail because: You are on the CC list for the bug. ___ bug-binutils mailing list bug-binutils@gnu.org https://lists.gnu.o

[Bug gold/17731] ld: internal error in set_section_addresses, at script-sections.cc:2491

2015-01-17 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=17731 --- Comment #4 from Markus Trippelsdorf --- I used delta to reduce the linker-script: trippels@gcc20 linux-3.17.6 % cat vmlinux.lds SECTIONS { .debug_frame 0 : { *(.debug_frame) } } trippels@gcc20 linux-3.17.6 % ld -T vml

[Bug gold/17731] ld: internal error in set_section_addresses, at script-sections.cc:2491

2015-01-19 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=17731 --- Comment #5 from Markus Trippelsdorf --- Indeed with the following kernel patch "fixes" the issue for me: diff --git a/include/asm-generic/vmlinux.lds.h b/include/asm-generic/vmlinux.lds.h index bee5d683074d..68b80c7e9527 100644 --- a/incl

[Bug ld/17709] [2.26 Regression] elf/vismain test in glibc failed

2015-01-25 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=17709 Markus Trippelsdorf changed: What|Removed |Added CC||markus at trippelsdorf dot de

[Bug gold/17896] Plugin_manager::release_input_file leaks file descriptors

2015-01-28 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=17896 Markus Trippelsdorf changed: What|Removed |Added CC||markus at trippelsdorf dot de

[Bug gold/17895] gold linked Qt4 causes segfaults and hanging applications

2015-01-28 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=17895 Markus Trippelsdorf changed: What|Removed |Added CC||markus at trippelsdorf dot de

[Bug gold/15660] out of file descriptors and couldn't close any

2015-02-12 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=15660 Markus Trippelsdorf changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Bug gold/16992] libQtGui linked with gold crashes all Qt programs on startup

2015-02-13 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=16992 --- Comment #11 from Markus Trippelsdorf --- See: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65057 For a small testcase. -- You are receiving this mail because: You are on the CC list for the bug. _

[Bug gold/16992] libQtGui linked with gold crashes all Qt programs on startup

2015-02-16 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=16992 Markus Trippelsdorf changed: What|Removed |Added CC||heirecka at exherbo dot org ---

[Bug gold/17895] gold linked Qt4 causes segfaults and hanging applications

2015-02-16 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=17895 Markus Trippelsdorf changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug gold/18010] New: --gc-sections breaks LLVM's TableGen on ppc64

2015-02-23 Thread markus at trippelsdorf dot de
y: P2 Component: gold Assignee: ccoutant at google dot com Reporter: markus at trippelsdorf dot de CC: amodra at gmail dot com, ian at airs dot com Host: powerpc64-unknown-linux-gnu Target: powerpc64-unknown-linux-gnu Build: powe

[Bug gold/18010] gold -O2 breaks LLVM's TableGen on ppc64

2015-02-24 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=18010 --- Comment #3 from Markus Trippelsdorf --- Ah, you're right -Wl,-O1,--hash-style=gnu,--gc-sections is fine, -Wl,-O2,--hash-style=gnu,--gc-sections isn't. -- You are receiving this mail because: You are on the CC list for the bug. _

[Bug gold/18010] gold -O2 breaks LLVM's TableGen on ppc64

2015-02-25 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=18010 --- Comment #5 from Markus Trippelsdorf --- Given that the -Wl,-O2 optimization is rather unimportant ,see the comment in stringpool.cc, optimize_ could be simply left as false for ppc64 targets in that file. -- You are receiving this mail b

[Bug gold/18085] relocation overflow on SHF_MERGE if using -O2 on powerpc

2015-03-05 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=18085 Markus Trippelsdorf changed: What|Removed |Added CC||markus at trippelsdorf dot de

[Bug gold/17731] gold doesn't handle .debug_frame section: ld: internal error in set_section_addresses, at script-sections.cc:2491

2015-03-30 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=17731 Markus Trippelsdorf changed: What|Removed |Added Summary|ld: internal error in |gold doesn't handle

[Bug gold/17731] gold doesn't handle .debug_frame section: ld: internal error in set_section_addresses, at script-sections.cc:2491

2015-03-30 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=17731 Markus Trippelsdorf changed: What|Removed |Added Attachment #8021|0 |1 is obsolete|

[Bug gold/17731] gold doesn't handle .debug_frame section: ld: internal error in set_section_addresses, at script-sections.cc:2491

2015-03-30 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=17731 Markus Trippelsdorf changed: What|Removed |Added Attachment #8217|0 |1 is obsolete|

[Bug binutils/18204] New: c++filt cannot demangle _ZSt8__fill_aIPmiEN9__gnu_cxx11__enable_ifIXsr11__is_scalarIT0_EE7__valueEvE6__typeET_S6_RKS3_

2015-04-06 Thread markus at trippelsdorf dot de
Version: 2.26 (HEAD) Status: NEW Severity: normal Priority: P2 Component: binutils Assignee: unassigned at sourceware dot org Reporter: markus at trippelsdorf dot de markus@x4 ~ % c++filt

[Bug gold/17731] gold doesn't handle .debug_frame section: ld: internal error in set_section_addresses, at script-sections.cc:2491

2015-06-11 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=17731 --- Comment #11 from Markus Trippelsdorf --- Thanks. -- You are receiving this mail because: You are on the CC list for the bug. ___ bug-binutils mailing list bug-binutils@gnu.org https://lists.gn

[Bug gold/18689] New: Building perf fails with ld: fatal error: No space left on device

2015-07-16 Thread markus at trippelsdorf dot de
Priority: P2 Component: gold Assignee: ccoutant at gmail dot com Reporter: markus at trippelsdorf dot de CC: ian at airs dot com Target Milestone: --- Trying to build perf (ships with the linux kernel) fails: For example: markus@x4 perf

[Bug gold/18689] Building perf fails with ld: fatal error: No space left on device

2015-07-16 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=18689 --- Comment #1 from Markus Trippelsdorf --- Created attachment 8445 --> https://sourceware.org/bugzilla/attachment.cgi?id=8445&action=edit test binary -- You are receiving this mail because: You are on the CC list for the bug. ___

[Bug gold/18689] Building perf fails with ld: fatal error: No space left on device

2015-07-17 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=18689 --- Comment #4 from Markus Trippelsdorf --- Thanks for the quick fix. -- You are receiving this mail because: You are on the CC list for the bug. ___ bug-binutils mailing list bug-binutils@gnu.org

  1   2   >