[Bug gold/22602] internal error in relocate, at powerpc.cc:8393

2017-12-14 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=22602 --- Comment #3 from Markus Trippelsdorf --- Started with: commit 34e0882b83aedc6fb9c7532c89afaf8e0043b7ce Author: Alan Modra Date: Tue Aug 29 15:55:33 2017 +0930 [GOLD] PowerPC tls_get_addr_optimize -- You are

[Bug gold/22602] internal error in relocate, at powerpc.cc:8393

2017-12-14 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=22602 --- Comment #2 from Markus Trippelsdorf --- I'm using gcc112: trippels@gcc2-power8 ~ % nm /lib64/ld-2.17.so | grep tls_get_add 0001a610 t _dl_tls_get_addr_soft 0001a5b0 T __tls_get_addr 14f4 t tls_get_addr_tail

[Bug gold/22602] New: internal error in relocate, at powerpc.cc:8393

2017-12-14 Thread markus at trippelsdorf dot de
Component: gold Assignee: ccoutant at gmail dot com Reporter: markus at trippelsdorf dot de CC: ian at airs dot com Target Milestone: --- On ppc64le: % cat asan_interceptors.ii __thread int a; void __interceptor_scandir64() { a = 0; } extern "C&

[Bug gold/22575] mpd mislinked with --icf=safe

2017-12-09 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=22575 Markus Trippelsdorf changed: What|Removed |Added Status|NEW |RESOLVED

[Bug gold/21066] icf folds template functions with different exception handling semantics

2017-12-09 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=21066 Markus Trippelsdorf changed: What|Removed |Added CC||markus at trippelsdorf dot de

[Bug gold/22575] mpd mislinked with --icf=safe

2017-12-09 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=22575 --- Comment #2 from Markus Trippelsdorf --- Looks like a dup of PR21066. -- You are receiving this mail because: You are on the CC list for the bug. ___ bug-binutils mailing list

[Bug gold/22575] mpd mislinked with --icf=safe

2017-12-08 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=22575 --- Comment #1 from Markus Trippelsdorf --- Created attachment 10675 --> https://sourceware.org/bugzilla/attachment.cgi?id=10675=edit --print-icf-sections output -- You are receiving this mail because: You are on the CC list for the bug.

[Bug gold/22575] New: mpd mislinked with --icf=safe

2017-12-08 Thread markus at trippelsdorf dot de
Assignee: ccoutant at gmail dot com Reporter: markus at trippelsdorf dot de CC: ian at airs dot com Target Milestone: --- mpd gets "mislinked" with --icf=safe: % x86_64-pc-linux-gnu-g++ -pthread -DBOOST_ERROR_CODE_HEADER_ONLY -DBOOST_SYSTEM_NO_

[Bug gold/22221] add --no-dynamic-linker option

2017-09-28 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=1 --- Comment #4 from Markus Trippelsdorf --- (In reply to Cary Coutant from comment #3) > I'm not sure I understand exactly what this option is for. If "-static -pie" > will produce a static-pie executable, wouldn't such an executable already

[Bug gold/22221] add --no-dynamic-linker option

2017-09-27 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=1 --- Comment #2 from Markus Trippelsdorf --- The following produces an static-pie executable that crashes on startup when it calls __pthread_initialize_minimal(): diff --git a/gold/gold.cc b/gold/gold.cc index a76d155f940a..a2dd31816acc

[Bug gold/22221] add --no-dynamic-linker option

2017-09-27 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=1 --- Comment #1 from Markus Trippelsdorf --- So perhaps: diff --git a/gold/layout.cc b/gold/layout.cc index 5f25faea5532..4fe4d6825223 100644 --- a/gold/layout.cc +++ b/gold/layout.cc @@ -2749,7 +2749,8 @@ Layout::finalize(const

[Bug gold/22221] New: add --no-dynamic-linker option

2017-09-27 Thread markus at trippelsdorf dot de
Assignee: ccoutant at gmail dot com Reporter: markus at trippelsdorf dot de CC: hjl.tools at gmail dot com, ian at airs dot com Target Milestone: --- Now that static-pie is all the rage, it would be nice if the --no-dynamic-linker option could be added to gold

[Bug binutils/21880] Memory leak in demangle

2017-09-26 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=21880 Markus Trippelsdorf changed: What|Removed |Added Status|RESOLVED|REOPENED Last reconfirmed|

[Bug binutils/21880] Memory leak in demangle

2017-09-26 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=21880 Markus Trippelsdorf changed: What|Removed |Added CC||markus at trippelsdorf dot de

[Bug gold/22011] glibc math/test-matherr.c fails with gold

2017-09-14 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=22011 --- Comment #4 from Markus Trippelsdorf --- % gcc test.i -fuse-ld=bfd -lm % readelf -s --wide ./a.out | grep matherr 7: 0040066a39 FUNCGLOBAL DEFAULT 14 matherr@GLIBC_2.2.5 60: 0040066a39 FUNC

[Bug gold/21674] gold: "make check" failures in glibc

2017-08-25 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=21674 --- Comment #4 from Markus Trippelsdorf --- With "ln -f /usr/x86_64-pc-linux-gnu/binutils-bin/git/ld.gold /usr/x86_64-pc-linux-gnu/binutils-bin/git/ld" only math/test-matherr and math/test-matherr-2 fail for me. Everything else works fine.

[Bug gold/22011] glibc math/test-matherr.c fails with gold

2017-08-25 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=22011 --- Comment #2 from Markus Trippelsdorf --- Not sure it is a dup. The math/test-matherr and math/test-matherr-2 are the only failures that I see. Everything else works just fine when building glibc with gold. -- You are receiving this mail

[Bug gold/22011] New: glibc math/test-matherr.c fails with gold

2017-08-25 Thread markus at trippelsdorf dot de
: gold Assignee: ccoutant at gmail dot com Reporter: markus at trippelsdorf dot de CC: ian at airs dot com Target Milestone: --- markus@x4 math % cat test.i extern double acos(double __x) __attribute__((__nothrow__)); typedef enum { _IEEE_ = -1, _SVID_

[Bug binutils/21479] New: strip doesn't handle lto archives

2017-05-10 Thread markus at trippelsdorf dot de
Assignee: unassigned at sourceware dot org Reporter: markus at trippelsdorf dot de Target Milestone: --- markus@x4 /tmp % cat a.c extern void foo1(void); void foo2(void) { foo1(); } void foo3(void) {} markus@x4 /tmp % cat b.c extern void foo2(void); extern void foo3(void

[Bug binutils/21246] c++filt segfault demangling huge symbol

2017-03-13 Thread markus at trippelsdorf dot de
||markus at trippelsdorf dot de Resolution|--- |FIXED --- Comment #1 from Markus Trippelsdorf --- Already fixed by r245978. (But the fix is not in the binutils-gdb repro yet.) -- You are receiving this mail because: You are on the CC

[Bug gold/20833] x32 kernel build error

2017-03-07 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=20833 Markus Trippelsdorf changed: What|Removed |Added CC||bero at lindev dot ch ---

[Bug gold/21230] gold >= 2.27 can't link x32 vdso support in the kernel

2017-03-07 Thread markus at trippelsdorf dot de
||markus at trippelsdorf dot de Resolution|--- |DUPLICATE --- Comment #1 from Markus Trippelsdorf --- dup. *** This bug has been marked as a duplicate of bug 20833 *** -- You are receiving this mail because: You are on the CC list

[Bug gold/20996] build error with -O3

2016-12-28 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=20996 --- Comment #1 from Markus Trippelsdorf --- This patch seems to work: diff --git a/gold/object.cc b/gold/object.cc index 72afc4557d4a..768d42c2692c 100644 --- a/gold/object.cc +++ b/gold/object.cc @@ -3457,4 +3457,44 @@

[Bug gold/20996] New: build error with -O3

2016-12-28 Thread markus at trippelsdorf dot de
Assignee: ccoutant at gmail dot com Reporter: markus at trippelsdorf dot de CC: ian at airs dot com Target Milestone: --- gold doesn't build with gcc-trunk and -O3: ... x86_64-pc-linux-gnu-g++ -W -Wall-Wstack-usage=262144 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64

[Bug gold/20983] commit bfbf34de2f2 (place linker-generated sections by the output section name) breaks perf

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

[Bug gold/20983] commit bfbf34de2f2 (place linker-generated sections by the output section name) breaks perf

2016-12-19 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=20983 Markus Trippelsdorf changed: What|Removed |Added URL||https://www.spinics.net/lis

[Bug gold/20983] New: commit bfbf34de2f2 (place linker-generated sections by the output section name) breaks perf

2016-12-19 Thread markus at trippelsdorf dot de
Severity: normal Priority: P2 Component: gold Assignee: ccoutant at gmail dot com Reporter: markus at trippelsdorf dot de CC: ian at airs dot com Target Milestone: --- Since: commit bfbf34de2f27672282d4fa4c0916cc41890dcc6c Author

[Bug gold/20693] kernel build error on ppc64le

2016-11-21 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=20693 --- Comment #4 from Markus Trippelsdorf --- Here is an example: trippels@gcc2-power8 linux % objdump -h lib/lib.a | sed -ne '/___ksymtab/{s/.*+/EXTERN(/;s/ .*/)/;p}' >|lib/.lib-ksyms.o.lds trippels@gcc2-power8 linux % cat lib/.lib-ksyms.o.lds

[Bug gold/20833] x32 kernel build error

2016-11-17 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=20833 --- Comment #2 from Markus Trippelsdorf --- (In reply to H.J. Lu from comment #1) > Created attachment 9644 [details] > A patch > > Try this. Works fine. Thank you. -- You are receiving this mail because: You are on the CC list for the

[Bug gold/20833] New: x32 kernel build error

2016-11-17 Thread markus at trippelsdorf dot de
Assignee: ccoutant at gmail dot com Reporter: markus at trippelsdorf dot de CC: hjl.tools at gmail dot com, ian at airs dot com Target Milestone: --- Created attachment 9642 --> https://sourceware.org/bugzilla/attachment.cgi?id=9642=edit testcase A Gentoo u

[Bug gold/20805] gcc's ThreadSanitizer broken by gold

2016-11-15 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=20805 --- Comment #8 from Markus Trippelsdorf --- But Jakub wrote in the gcc bug: »As for the ld.bfd optimization that makes linking with ld.bfd work, that is an optimization if there are any IE relocations then other GD/LD relocations are turned

[Bug gold/20805] gcc's ThreadSanitizer broken by gold

2016-11-15 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=20805 Markus Trippelsdorf changed: What|Removed |Added CC||hjl.tools at gmail dot com ---

[Bug gold/20805] gcc's ThreadSanitizer broken by gold

2016-11-15 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=20805 Markus Trippelsdorf changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug gold/20805] gcc's ThreadSanitizer broken by gold

2016-11-12 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=20805 Markus Trippelsdorf changed: What|Removed |Added Attachment #9624|0 |1 is obsolete|

[Bug gold/20805] gcc's ThreadSanitizer broken by gold

2016-11-11 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=20805 --- Comment #2 from Markus Trippelsdorf --- % ld -v GNU gold (Gentoo git 2.27.51.2016) 1.12 -- You are receiving this mail because: You are on the CC list for the bug. ___ bug-binutils

[Bug gold/20805] New: gcc's ThreadSanitizer broken by gold

2016-11-11 Thread markus at trippelsdorf dot de
Component: gold Assignee: ccoutant at gmail dot com Reporter: markus at trippelsdorf dot de CC: ian at airs dot com Target Milestone: --- Created attachment 9624 --> https://sourceware.org/bugzilla/attachment.cgi?id=9624=edit testcase When gcc's ThreadSaniti

[Bug gold/20767] empty archive input causes "internal error in target, at ../../gold/parameters.h:105"

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

[Bug gold/20693] kernel build error on ppc64le

2016-10-17 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=20693 --- Comment #1 from Markus Trippelsdorf --- It happens on all archs with an empty archive. -- You are receiving this mail because: You are on the CC list for the bug. ___ bug-binutils mailing list

[Bug gold/20693] New: kernel build error on ppc64le

2016-10-17 Thread markus at trippelsdorf dot de
Assignee: ccoutant at gmail dot com Reporter: markus at trippelsdorf dot de CC: ian at airs dot com Target Milestone: --- On ppc64le I get during Linux kernel build: objdump -h lib/lib.a | sed -ne '/___ksymtab/{s/.*+/EXTERN(/;s/ .*/)/;p}' >lib/.

[Bug binutils/20685] Infinite recursion and crash in c++ demangler

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

[Bug gas/20641] powerpc: Should not allow three-operand cmp[l][i]

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

[Bug binutils/20343] Document how to use LTO

2016-07-27 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=20343 --- Comment #10 from Markus Trippelsdorf --- (In reply to dilyan.palau...@aegee.org from comment #9) > When the bfd-plugins directory looks like: > > me@home:/usr/local/lib/bfd-plugins# ls -l > total 4 > lrwxrwxrwx 1 root staff 14 Jul 21

[Bug gold/20346] Modify "gold --help" to show if "-z relro" is enabled by default

2016-07-23 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=20346 --- Comment #4 from Markus Trippelsdorf --- s/changes/chances -- You are receiving this mail because: You are on the CC list for the bug. ___ bug-binutils mailing list bug-binutils@gnu.org

[Bug gold/20346] Modify "gold --help" to show if "-z relro" is enabled by default

2016-07-23 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=20346 --- Comment #3 from Markus Trippelsdorf --- Your patch is trivial, so you won't need to bother with copyright assignment. And many more people read the binutils@ list and changes are good that someone will just apply your patch. -- You are

[Bug binutils/20343] Document how to use LTO

2016-07-10 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=20343 --- Comment #5 from Markus Trippelsdorf --- And plaese configure binutils with: --enable-plugins -- You are receiving this mail because: You are on the CC list for the bug. ___ bug-binutils

[Bug binutils/20343] Document how to use LTO

2016-07-10 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=20343 --- Comment #4 from Markus Trippelsdorf --- There is no need to use an explicit --plugin option. On my system: % strace ar cr a.a a.o ... open("/usr/x86_64-pc-linux-gnu/binutils-bin/git/../git/../lib/bfd-plugins",

[Bug binutils/20343] Document how to use LTO

2016-07-09 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=20343 --- Comment #2 from Markus Trippelsdorf --- Forgot to mention that binutils automatically uses the first plugin that claims the object in question. -- You are receiving this mail because: You are on the CC list for the bug.

[Bug binutils/20343] Document how to use LTO

2016-07-09 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=20343 Markus Trippelsdorf changed: What|Removed |Added CC||markus at trippelsdorf dot de

[Bug binutils/19877] crash when using objdump -t -C

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

[Bug gold/19842] LTO build fails to write call address for weak symbol reference

2016-03-21 Thread markus at trippelsdorf dot de
, ||markus at trippelsdorf dot de --- Comment #7 from Markus Trippelsdorf --- CCing Honza -- You are receiving this mail because: You are on the CC list for the bug. ___ bug-binutils mailing list bug-binutils

[Bug gold/19751] Gold failed to build with GCC 6

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

[Bug gold/19763] gold build failure: error: undefined reference to '_ZN4gold12Sized_symbolILi64EE14init_undefinedEPKcS3_mN6elfcpp3STTENS4_3STBENS4_3STVEh'

2016-03-04 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=19763 --- Comment #1 from Markus Trippelsdorf --- Started with: commit dc1c8a16a38dec431c77f49cf50a9b62d6366138 Author: Cary Coutant Date: Thu Feb 4 16:55:39 2016 -0800 Add support for STT_SPARC_REGISTER symbols. --

[Bug gold/19763] gold build failure: error: undefined reference to '_ZN4gold12Sized_symbolILi64EE14init_undefinedEPKcS3_mN6elfcpp3STTENS4_3STBENS4_3STVEh'

2016-03-04 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=19763 Markus Trippelsdorf changed: What|Removed |Added Summary|build failure with |gold build failure: error:

[Bug gold/19763] New: build failure with -std=c++11

2016-03-04 Thread markus at trippelsdorf dot de
Assignee: ccoutant at gmail dot com Reporter: markus at trippelsdorf dot de CC: ian at airs dot com Target Milestone: --- ... sparc.o:sparc.cc:function

[Bug ld/19739] ld.bfd performance regression

2016-02-28 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=19739 Markus Trippelsdorf changed: What|Removed |Added CC||hjl.tools at gmail dot com --

[Bug ld/19739] ld.bfd performance regression

2016-02-27 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=19739 Markus Trippelsdorf changed: What|Removed |Added CC|markus at trippelsdorf dot de | -- You are receiving

[Bug ld/19648] New: kernel: mmap: ld-linux-x86-64 (17016): VmData 67436544 exceed data ulimit 67108864. Will be forbidden soon.

2016-02-16 Thread markus at trippelsdorf dot de
) Status: NEW Severity: normal Priority: P2 Component: ld Assignee: unassigned at sourceware dot org Reporter: markus at trippelsdorf dot de Target Milestone: --- Running the glibc testsuite shows in dmesg: kernel: mmap: ld-linux-x86-64 (17016

[Bug ld/19612] New: relocation R_X86_64_PC32 against protected symbol `_Tvs19_emptyStringStorageVs6UInt32' can not be used when making a shared object

2016-02-11 Thread markus at trippelsdorf dot de
: binutils Version: 2.27 (HEAD) Status: NEW Severity: normal Priority: P2 Component: ld Assignee: unassigned at sourceware dot org Reporter: markus at trippelsdorf dot de Target Milestone: --- Created attachment 8976 --> ht

[Bug ld/19612] relocation R_X86_64_PC32 against protected symbol `_Tvs19_emptyStringStorageVs6UInt32' can not be used when making a shared object

2016-02-11 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=19612 --- Comment #2 from Markus Trippelsdorf --- (In reply to H.J. Lu from comment #1) > Is this a dup for PR 17709 and > > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65248 Well, Swift is build by clang, so gcc's PR65248 isn't relevant. Why

[Bug binutils/19571] Buffer Overflow in libbfd

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

[Bug binutils/19571] Buffer Overflow in libbfd

2016-02-05 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=19571 Markus Trippelsdorf changed: What|Removed |Added URL||https://gcc.gnu.org/bugzill

[Bug ld/19542] Performance penalty when linking chromium executable

2016-02-02 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=19542 Markus Trippelsdorf changed: What|Removed |Added Status|WAITING |NEW --- Comment #15 from

[Bug ld/19542] Preformance penalty when linking chromium executable

2016-02-01 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=19542 Markus Trippelsdorf changed: What|Removed |Added Status|WAITING |NEW --- Comment #8 from Markus

[Bug ld/19542] Preformance penalty when linking chromium executable

2016-01-31 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=19542 --- Comment #7 from Markus Trippelsdorf --- > 3. Show us where time is spent in linker. Can you please "perf record" the linker invocation for some minutes and then post the "perf report" output here. -- You are receiving this mail

[Bug ld/19542] Preformance penalty when linking chromium executable

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

[Bug ld/19542] Preformance penalty when linking chromium executable

2016-01-31 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=19542 --- Comment #2 from Markus Trippelsdorf --- Also make sure you have enough RAM and your system is not swapping. -- You are receiving this mail because: You are on the CC list for the bug. ___

[Bug binutils/19421] [2.26 Regression] Missing weak symbols in kernel modules on powerpc64le-linux-gnu

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

[Bug gold/19326] Swift linker script unparsable

2015-12-04 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=19326 --- Comment #1 from Markus Trippelsdorf --- Looks like a dup of PR15373. -- You are receiving this mail because: You are on the CC list for the bug. ___ bug-binutils mailing list

[Bug gold/19197] gold trunk cannot build LInux kernel

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

[Bug gold/19244] Gold makes stdout local with version script

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

[Bug gold/19197] gold trunk cannot build LInux kernel

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

[Bug gold/19197] gold trunk cannot build LInux kernel

2015-11-02 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=19197 --- Comment #6 from Markus Trippelsdorf --- (In reply to H.J. Lu from comment #5) > (In reply to Markus Trippelsdorf from comment #2) > > markus@x4 linux % cat foo.c > > void foo () {}; > > > > markus@x4 linux % cat setup.ld > >

[Bug gold/19197] gold trunk cannot build LInux kernel

2015-11-01 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=19197 --- Comment #1 from Markus Trippelsdorf --- Sorry I forgot the linker script (,otherwise ld.bfd also fails): markus@x4 linux % cat arch/x86/boot/setup.ld /* * setup.ld * * Linker script for the i386 setup code */

[Bug gold/19197] New: gold trunk cannot build LInux kernel

2015-11-01 Thread markus at trippelsdorf dot de
Assignee: ccoutant at gmail dot com Reporter: markus at trippelsdorf dot de CC: ian at airs dot com Target Milestone: --- markus@x4 linux % cat arch/x86/boot/bioscall.S /* --- * * Copyright

[Bug gold/19197] gold trunk cannot build LInux kernel

2015-11-01 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=19197 --- Comment #3 from Markus Trippelsdorf --- And of course: markus@x4 linux % gcc -m16 -c -o foo.o foo.c -- You are receiving this mail because: You are on the CC list for the bug. ___

[Bug gold/19197] gold trunk cannot build LInux kernel

2015-11-01 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=19197 Markus Trippelsdorf changed: What|Removed |Added CC||hjl.tools at gmail dot com ---

[Bug gold/19197] gold trunk cannot build LInux kernel

2015-11-01 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=19197 --- Comment #2 from Markus Trippelsdorf --- markus@x4 linux % cat foo.c void foo () {}; markus@x4 linux % cat setup.ld OUTPUT_FORMAT("elf32-i386", "elf32-i386", "elf32-i386") OUTPUT_ARCH(i386) markus@x4 linux % ld.bfd -m elf_x86_64 -T

[Bug gold/19060] New: could not decompress section .debug_str

2015-10-03 Thread markus at trippelsdorf dot de
: gold Assignee: ccoutant at gmail dot com Reporter: markus at trippelsdorf dot de CC: ian at airs dot com Target Milestone: --- Created attachment 8677 --> https://sourceware.org/bugzilla/attachment.cgi?id=8677=edit object file Building perf fails with g

[Bug gold/19060] could not decompress section .debug_str

2015-10-03 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=19060 --- Comment #1 from Markus Trippelsdorf --- Created attachment 8678 --> https://sourceware.org/bugzilla/attachment.cgi?id=8678=edit reduced testcase (must be used in the correct directory) -- You are receiving this mail because: You are

[Bug gold/19060] could not decompress section .debug_str

2015-10-03 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=19060 Markus Trippelsdorf changed: What|Removed |Added Version|unspecified |2.26 (HEAD) -- You are

[Bug gold/18930] New: internal error in sized_write_symbol, at symtab.cc:3133

2015-09-07 Thread markus at trippelsdorf dot de
Priority: P2 Component: gold Assignee: ccoutant at gmail dot com Reporter: markus at trippelsdorf dot de CC: hjl.tools at gmail dot com, ian at airs dot com Target Milestone: --- trippels@gcc2-power8 app % cat nsBrowserApp.ii extern "C" int

[Bug gold/18930] internal error in sized_write_symbol, at symtab.cc:3133

2015-09-07 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=18930 Markus Trippelsdorf changed: What|Removed |Added Target|powerpc64le-unknown-linux-g | |nu

[Bug gold/18930] internal error in sized_write_symbol, at symtab.cc:3133

2015-09-07 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=18930 --- Comment #3 from Markus Trippelsdorf --- Breakpoint 1, gold::Symbol_table::sized_write_symbol<64, false> (this=0x7fff5f40, sym=0x94c5c0, value=4194928, shndx=9, binding=elfcpp::STB_GLOBAL, pool=0x7fff6248, p=0x77fe04f0

[Bug gold/18930] internal error in sized_write_symbol, at symtab.cc:3133

2015-09-07 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=18930 Markus Trippelsdorf changed: What|Removed |Added Target||powerpc64le-unknown-linux-g

[Bug gold/18930] internal error in sized_write_symbol, at symtab.cc:3133

2015-09-07 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=18930 --- Comment #2 from Markus Trippelsdorf --- markus@x4 gold % cat pex-unix.i pex_unix_exec_child() { vfork(); } markus@x4 gold % gcc -w -c pex-unix.i markus@x4 gold % ./ld-new pex-unix.o -lpthread -lc ./ld-new: internal error in

[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 markus at trippelsdorf dot de --- Thanks for the quick fix. -- You are receiving this mail because: You are on the CC list for the bug. ___ bug-binutils

[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 markus at trippelsdorf dot de --- Created attachment 8445 -- https://sourceware.org/bugzilla/attachment.cgi?id=8445action=edit test binary -- You are receiving this mail because: You are on the CC

[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/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 markus at trippelsdorf dot de --- Thanks. -- You are receiving this mail because: You are on the CC list for the bug. ___ bug-binutils mailing list bug

[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-03-30 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=17731 Markus Trippelsdorf markus at trippelsdorf dot de changed: What|Removed |Added Attachment #8021|0 |1

[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 markus at trippelsdorf dot de changed: What|Removed |Added Attachment #8217|0 |1

[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 markus at trippelsdorf dot de changed: What|Removed |Added Summary|ld: internal error

[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 markus at trippelsdorf dot de changed: What|Removed |Added CC

[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 markus at trippelsdorf dot de --- 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

[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 markus at trippelsdorf dot de --- 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

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

2015-02-23 Thread markus at trippelsdorf dot de
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: powerpc64

[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 markus at trippelsdorf dot de changed: What|Removed |Added CC

[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 markus at trippelsdorf dot de changed: What|Removed |Added Status|NEW

[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 markus at trippelsdorf dot de --- 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

  1   2   >