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 receiving this mail be
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
Al
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&
https://sourceware.org/bugzilla/show_bug.cgi?id=22575
Markus Trippelsdorf changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://sourceware.org/bugzilla/show_bug.cgi?id=21066
Markus Trippelsdorf changed:
What|Removed |Added
CC||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-binutils@gnu.o
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&action=edit
--print-icf-sections output
--
You are receiving this mail because:
You are on the CC list for the
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_
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
>
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 10
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 Input_objects*
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
https://sourceware.org/bugzilla/show_bug.cgi?id=21880
Markus Trippelsdorf changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Last reconfirmed|
https://sourceware.org/bugzilla/show_bug.cgi?id=21880
Markus Trippelsdorf changed:
What|Removed |Added
CC||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 FUNCGLOBAL
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.
-
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
: 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_
utils
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
||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
https://sourceware.org/bugzilla/show_bug.cgi?id=20833
Markus Trippelsdorf changed:
What|Removed |Added
CC||bero at lindev dot ch
--- Comme
||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 for
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 @@ Xindex::read_symtab_xi
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_BI
https://sourceware.org/bugzilla/show_bug.cgi?id=20983
Markus Trippelsdorf changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://sourceware.org/bugzilla/show_bug.cgi?id=20983
Markus Trippelsdorf changed:
What|Removed |Added
URL||https://www.spinics.net/lis
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
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
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
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&action=edit
testcase
A
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 i
https://sourceware.org/bugzilla/show_bug.cgi?id=20805
Markus Trippelsdorf changed:
What|Removed |Added
CC||hjl.tools at gmail dot com
---
https://sourceware.org/bugzilla/show_bug.cgi?id=20805
Markus Trippelsdorf changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://sourceware.org/bugzilla/show_bug.cgi?id=20805
Markus Trippelsdorf changed:
What|Removed |Added
Attachment #9624|0 |1
is obsolete|
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 mailing
y: P2
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&action=edit
testcase
https://sourceware.org/bugzilla/show_bug.cgi?id=20767
Markus Trippelsdorf changed:
What|Removed |Added
CC||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
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}'
https://sourceware.org/bugzilla/show_bug.cgi?id=20685
Markus Trippelsdorf changed:
What|Removed |Added
CC||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
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 15:1
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
https://
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 r
https://sourceware.org/bugzilla/show_bug.cgi?id=20346
Markus Trippelsdorf changed:
What|Removed |Added
CC||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 mailing
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",
O_RDONLY|O_NONBLOCK|O_DIRE
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.
_
https://sourceware.org/bugzilla/show_bug.cgi?id=20343
Markus Trippelsdorf changed:
What|Removed |Added
CC||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
,
||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
https://sourceware.org/bugzilla/show_bug.cgi?id=19751
Markus Trippelsdorf changed:
What|Removed |Added
CC||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.
--
You are receiving this
https://sourceware.org/bugzilla/show_bug.cgi?id=19763
Markus Trippelsdorf changed:
What|Removed |Added
Summary|build failure with |gold build failure: error:
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
https://sourceware.org/bugzilla/show_bug.cgi?id=19739
Markus Trippelsdorf changed:
What|Removed |Added
CC||hjl.tools at gmail dot com
--
https://sourceware.org/bugzilla/show_bug.cgi?id=19739
Markus Trippelsdorf changed:
What|Removed |Added
CC|markus at trippelsdorf dot de |
--
You are receiving
https://sourceware.org/bugzilla/show_bug.cgi?id=19739
--- Comment #2 from Markus Trippelsdorf ---
(In reply to Markus Trippelsdorf from comment #1)
> There was a similar issue that got fixed recently: PR19542.
> Can you try the current 2_26-branch?
Ah, you're on mips. Please ignore my comment.
https://sourceware.org/bugzilla/show_bug.cgi?id=19739
Markus Trippelsdorf changed:
What|Removed |Added
CC||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
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 do
oduct: 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
--&g
https://sourceware.org/bugzilla/show_bug.cgi?id=19571
Markus Trippelsdorf changed:
What|Removed |Added
URL||https://gcc.gnu.org/bugzill
https://sourceware.org/bugzilla/show_bug.cgi?id=19571
Markus Trippelsdorf changed:
What|Removed |Added
CC||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 Markus
https://sourceware.org/bugzilla/show_bug.cgi?id=19542
Markus Trippelsdorf changed:
What|Removed |Added
Status|WAITING |NEW
--- Comment #8 from Markus
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 because:
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-b
https://sourceware.org/bugzilla/show_bug.cgi?id=19542
Markus Trippelsdorf changed:
What|Removed |Added
CC||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
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-binutils@gnu.o
Assignee: ccoutant at gmail dot com
Reporter: markus at trippelsdorf dot de
CC: ian at airs dot com
Target Milestone: ---
The Swift language uses a linker script when building binaries.
Unfortunately gold cannot parse it. ld.bfd is fine:
markus@x4 x86_64 % cat
https://sourceware.org/bugzilla/show_bug.cgi?id=19197
Markus Trippelsdorf changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://sourceware.org/bugzilla/show_bug.cgi?id=19244
Markus Trippelsdorf changed:
What|Removed |Added
CC||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
--- Comm
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
> > OUTPUT_FORMAT
https://sourceware.org/bugzilla/show_bug.cgi?id=19197
Markus Trippelsdorf changed:
What|Removed |Added
CC||hjl.tools at gmail dot com
---
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-binutils
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 setup.
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
*/
OUTPUT_FORMAT("elf32-i386
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
https://sourceware.org/bugzilla/show_bug.cgi?id=19060
Markus Trippelsdorf changed:
What|Removed |Added
Version|unspecified |2.26 (HEAD)
--
You are receivi
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&action=edit
reduced testcase (must be used in the correct directory)
--
You are receiving this mail because:
You
: 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&action=edit
object file
Building perf fai
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 "+")
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 sized_write_sym
https://sourceware.org/bugzilla/show_bug.cgi?id=18930
Markus Trippelsdorf changed:
What|Removed |Added
Target|powerpc64le-unknown-linux-g |
|nu
https://sourceware.org/bugzilla/show_bug.cgi?id=18930
Markus Trippelsdorf changed:
What|Removed |Added
Target||powerpc64le-unknown-linux-g
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
https://sourceware.org/bugzilla/show_bug.cgi?id=18895
Markus Trippelsdorf changed:
What|Removed |Added
CC||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
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.
___
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
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
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
https://sourceware.org/bugzilla/show_bug.cgi?id=17731
Markus Trippelsdorf changed:
What|Removed |Added
Attachment #8217|0 |1
is obsolete|
https://sourceware.org/bugzilla/show_bug.cgi?id=17731
Markus Trippelsdorf changed:
What|Removed |Added
Attachment #8021|0 |1
is obsolete|
https://sourceware.org/bugzilla/show_bug.cgi?id=17731
Markus Trippelsdorf changed:
What|Removed |Added
Summary|ld: internal error in |gold doesn't handle
https://sourceware.org/bugzilla/show_bug.cgi?id=18085
Markus Trippelsdorf changed:
What|Removed |Added
CC||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
1 - 100 of 190 matches
Mail list logo