[Bug binutils/6006] thin archive support breaks existing archives

2008-03-31 Thread ccoutant at google dot com
--- Additional Comments From ccoutant at google dot com 2008-03-31 21:18 --- When Nick reviewed my patch, he did some additional code cleanup and changed several instances of '\012' to ARFMAG[0]. That should have been ARFMAG[1]. -- What

[Bug binutils/6006] thin archive support breaks existing archives

2008-03-31 Thread ccoutant at google dot com
-- What|Removed |Added AssignedTo|unassigned at sources dot |ccoutant at google dot com |redhat dot com | http://sourceware.org/bugzilla

[Bug gold/13288] gold silently accepts truncated ELF input

2011-10-17 Thread ccoutant at google dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13288 Cary Coutant changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

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

2011-10-28 Thread ccoutant at google dot com
||ccoutant at google dot com AssignedTo|ian at airs dot com |ccoutant at google dot com --- Comment #4 from Cary Coutant 2011-10-28 21:31:47 UTC --- Proposed patch: http://sourceware.org/ml/binutils/2011-10/msg00293.html -- Configure bugmail: http

[Bug gold/13359] gold internal error in relocate_tls, at gold/x86_64.cc:3187

2011-10-28 Thread ccoutant at google dot com
airs dot com |ccoutant at google dot com --- Comment #1 from Cary Coutant 2011-10-28 22:48:37 UTC --- Proposed patch: http://sourceware.org/ml/binutils/2011-10/msg00294.html -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail

[Bug gold/13359] gold internal error in relocate_tls, at gold/x86_64.cc:3187

2011-10-31 Thread ccoutant at google dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13359 Cary Coutant changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

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

2011-10-31 Thread ccoutant at google dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13023 Cary Coutant changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug gold/13597] Broken sysv-style hash table when --hash-style=both

2012-01-17 Thread ccoutant at google dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13597 --- Comment #4 from Cary Coutant 2012-01-17 21:26:14 UTC --- I don't know of any reason why the section order would matter. Generating the .gnu.hash first sounds like the best fix to me. I'd suggest adding a comment that explains why the order

[Bug gold/13442] gold screws up exception handling with --incremental flag

2012-02-10 Thread ccoutant at google dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13442 --- Comment #2 from Cary Coutant 2012-02-11 00:24:30 UTC --- Have you tried this with a recent linker? This should have been fixed with: http://sourceware.org/ml/binutils/2011-09/msg00113.html -- Configure bugmail: http://sourceware.org/bug

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

2012-04-23 Thread ccoutant at google dot com
airs dot com |ccoutant at google dot com -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are on the CC list for the bug. ___ bug-binutils mailing list bug

[Bug gold/14149] The _end symbol is not properly aligned

2012-05-23 Thread ccoutant at google dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=14149 --- Comment #1 from Cary Coutant 2012-05-23 21:59:08 UTC --- > Note that _end has a mis-aligned address.  This causes jemalloc (the malloc in > FreeBSD's libc) to corrupt it's internal RB trees as it assumes the start of > the heap is aligned

[Bug gold/14330] failure to link global hidden symbol

2012-07-09 Thread ccoutant at google dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=14330 --- Comment #5 from Cary Coutant 2012-07-09 16:27:34 UTC --- >> It looks like the symbol was discarded for some reason, and the error is >> occurring because it is hidden.  My guess is that the error should be >> suppressed--you should only be

[Bug gold/14330] failure to link global hidden symbol

2012-07-09 Thread ccoutant at google dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=14330 --- Comment #6 from Cary Coutant 2012-07-09 16:40:12 UTC --- > This is a wild guess, but I think your asm code is getting placed in a > random section depending on the other options. Try adding a ".text" > statement in the function definition

[Bug gold/14344] FAIL: gdb_index_test_[12].sh

2012-07-10 Thread ccoutant at google dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=14344 --- Comment #3 from Cary Coutant 2012-07-10 08:15:28 UTC --- > I think tests should accept both "const int" and "int const". The point of the test is to make sure that it's in the canonical form expected by GDB. For GCC 4.6, perhaps we should

[Bug gold/14344] FAIL: gdb_index_test_[12].sh

2012-07-18 Thread ccoutant at google dot com
||FIXED AssignedTo|ian at airs dot com |ccoutant at google dot com --- Comment #7 from Cary Coutant 2012-07-19 00:30:59 UTC --- Added configure check to disable the gdb_index tests when not using a compiler known to produce reliable pubnames information

[Bug gold/14533] large (88M) ICC compiled .obj files inside .a archive confuse / error the gold linker

2012-08-31 Thread ccoutant at google dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=14533 --- Comment #3 from Cary Coutant 2012-08-31 17:22:08 UTC --- Sounds to me like a large section table bug in ICC. I believe we've seen that before. -cary On Fri, Aug 31, 2012 at 10:14 AM, bsergean at gmail dot com wrote: > http://sourceware

[Bug gold/14533] large (88M) ICC compiled .obj files inside .a archive confuse / error the gold linker

2012-08-31 Thread ccoutant at google dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=14533 --- Comment #4 from Benjamin Sergeant 2012-08-31 17:42:16 UTC --- Found that when I googled for "large section ICC bug" http://sourceware.org/bugzilla/show_bug.cgi?id=5900 --- Comment #5 from Cary Coutant 2012-08-31 17:42:52 UTC --- > Soun

[Bug gold/14533] large (88M) ICC compiled .obj files inside .a archive confuse / error the gold linker

2012-08-31 Thread ccoutant at google dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=14533 --- Comment #6 from Cary Coutant 2012-08-31 18:08:49 UTC --- > /tmp/gold-dev/bin/ld: libsomething.a(AnObjectFile.o): invalid string offset > 25281974 >= 48 for section `.shstrtab' > /tmp/gold-dev/bin/ld: libsomething.a(AnObjectFile.o): invalid

[Bug gold/14533] large (88M) ICC compiled .obj files inside .a archive confuse / error the gold linker

2012-08-31 Thread ccoutant at google dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=14533 --- Comment #7 from Cary Coutant 2012-08-31 18:18:30 UTC --- > If you can run readelf -SW on your file, and extract lines that match > "66722" and "STRTAB", I think we might be able to prove that this file > exhibits the large section table bu

[Bug gold/14536] Unnecessary GOT usages

2012-08-31 Thread ccoutant at google dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=14536 --- Comment #1 from Cary Coutant 2012-08-31 21:19:20 UTC --- I think this is related to the discussion here: http://sourceware.org/ml/binutils/2011-03/msg00220.html. -cary On Fri, Aug 31, 2012 at 2:11 PM, hjl.tools at gmail dot com wro

[Bug gold/14608] --detect-odr-violations doesn't work with GCC 4.7

2012-12-21 Thread ccoutant at google dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=14608 Cary Coutant changed: What|Removed |Added AssignedTo|ian at airs dot com |ccoutant at google dot com

[Bug gold/15021] Gold generated index difference from gdb: symbols from TUs reference the containing CU

2013-01-16 Thread ccoutant at google dot com
||WONTFIX AssignedTo|ian at airs dot com |ccoutant at google dot com --- Comment #1 from Cary Coutant 2013-01-16 23:55:47 UTC --- This is expected because the GCC-generated pubnames table has no way for some entries to refer to a CU, and others to refer to

[Bug gold/15098] DT_RPATH isn't set with -rpath on Linux

2013-03-08 Thread ccoutant at google dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=15098 Cary Coutant changed: What|Removed |Added AssignedTo|ian at airs dot com |ccoutant at google dot com

[Bug gold/15334] dwp utility has no documentation

2013-04-03 Thread ccoutant at google dot com
airs dot com |ccoutant at google dot com --- Comment #1 from Cary Coutant 2013-04-03 19:01:27 UTC --- I'll work on documentation for this. -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are on t

[Bug gold/15341] debug_msg.sh make check fails

2013-04-12 Thread ccoutant at google dot com
airs dot com |ccoutant at google dot com --- Comment #1 from Cary Coutant 2013-04-12 18:42:38 UTC --- What target are you building for? What compiler and version? Can you attach these .o files from gold/testsuite: debug_msg.o odr_violation1.o odr_violation2.o -- Configure bugmail: http

[Bug gold/15341] debug_msg.sh make check fails

2013-04-15 Thread ccoutant at google dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=15341 Cary Coutant changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug gold/15341] debug_msg.sh make check fails

2013-04-15 Thread ccoutant at google dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=15341 --- Comment #12 from Cary Coutant 2013-04-15 22:48:39 UTC --- (In reply to comment #10) > Did not find expected error in debug_msg.err: >: symbol 'SometimesInlineFunction(int)' defined in multiple places > (possible > ODR violation): Thi

[Bug gold/15447] dwp crashes with fseek(NULL) when executable without any .dwo files is specified

2013-05-09 Thread ccoutant at google dot com
airs dot com |ccoutant at google dot com -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are on the CC list for the bug. ___ bug-binutils mailing list bug

[Bug gas/15457] GAS should generate DW_FORM_strp when emitting debug info

2013-05-10 Thread ccoutant at google dot com
at sourceware|ccoutant at google dot com |dot org | -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are on the CC list for the bug

[Bug gold/15478] -no-as-needed required to avoid runtime symbol lookup error

2013-05-16 Thread ccoutant at google dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=15478 --- Comment #1 from Cary Coutant 2013-05-16 23:51:51 UTC --- > situation (see attached tar.bz2 to reproduce): > libmylib.so has unresolved symbols that are found in libmyplugin.so > myapp.c++ calls into libmylib.so > myapp.c++ is being compile

[Bug gold/15478] -no-as-needed required to avoid runtime symbol lookup error

2013-05-16 Thread ccoutant at google dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=15478 --- Comment #3 from Cary Coutant 2013-05-17 04:50:56 UTC --- > Yes that mode of operation does work but is unfortunately not an option for us > as we would like to combine libmylib.so with a different API-compatible > libmyplugin.so in each of

[Bug gold/15478] -no-as-needed required to avoid runtime symbol lookup error

2013-05-17 Thread ccoutant at google dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=15478 --- Comment #5 from Cary Coutant 2013-05-17 18:48:34 UTC --- >> I think this is a behavior of the Gnu linker that gold is better off >> not copying. The linker ends up having to replicate the path searching >> done at runtime by the dynamic lo

[Bug gold/15478] -no-as-needed required to avoid runtime symbol lookup error

2013-05-20 Thread ccoutant at google dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=15478 --- Comment #9 from Cary Coutant 2013-05-20 16:46:00 UTC --- > Here is the documentation from older binutils which talks about --as-needed > interpreting undefined symbols both .o and .so files: > >--as-needed >--no-as-needed >

[Bug gold/15478] -no-as-needed required to avoid runtime symbol lookup error

2013-05-20 Thread ccoutant at google dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=15478 --- Comment #10 from Cary Coutant 2013-05-20 17:41:58 UTC --- > That is rather explicit, isn't it? For gold to match this behavior, I > think all we need to do is remove the test for sym->in_reg() in the > following code in Symbol_table::set_d

[Bug gold/15478] -no-as-needed required to avoid runtime symbol lookup error

2013-05-20 Thread ccoutant at google dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=15478 --- Comment #11 from Cary Coutant 2013-05-20 21:43:58 UTC --- > diff --git a/gold/symtab.cc b/gold/symtab.cc > index 2e17529..595df56 100644 > --- a/gold/symtab.cc > +++ b/gold/symtab.cc > @@ -2381,7 +2381,17 @@ Symbol_table::set_dynsym_indexe

[Bug gold/15574] Gold is overly pedantic for dynamic references to symbols with hidden visibility

2013-06-05 Thread ccoutant at google dot com
airs dot com|ccoutant at google dot com -- 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.org/mailman/listinfo/bug-binutils

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

2013-06-20 Thread ccoutant at google dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=15660 --- Comment #2 from Cary Coutant --- Is there any way that you can shrink the extent of the --start-group/--end-group options? My first guess is that it's related to having all those files inside the library group. In particular, .o files do no

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

2013-06-20 Thread ccoutant at google dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=15660 --- Comment #4 from Cary Coutant --- > Next step was to create one large archive, so: > > ar r [list of all *.a] /tmp/lib.a > > g++ -Wl,-z,now -Wl,-z,relro -pthread -Wl,-z,noexecstack -fPIC -pie -L. -flto=9 > -fno-fat-lto-objects -O2 --param lt

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

2013-06-20 Thread ccoutant at google dot com
t; Severity: normal > Priority: P2 > Component: gold > Assignee: ian at airs dot com > Reporter: marxin.liska at gmail dot com > CC: ccoutant at google dot com > > I've encountered similar bug to: > http://so

[Bug gold/15662] gold (powerpc) internal error in do_relax() at gold/output.h:436

2013-06-21 Thread ccoutant at google dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=15662 --- Comment #1 from Cary Coutant --- > Index: powerpc.cc > === > RCS file: /cvs/src/src/gold/powerpc.cc,v > retrieving revision 1.91 > diff -r1.91 powerpc.cc > 2631a2632 >> t

[Bug gold/15662] gold (powerpc) internal error in do_relax() at gold/output.h:436

2013-06-27 Thread ccoutant at google dot com
|--- |FIXED Assignee|ian at airs dot com|ccoutant at google dot com --- Comment #3 from Cary Coutant --- Fixed on trunk. -- You are receiving this mail because: You are on the CC list for the bug. ___ bug

[Bug gold/15070] gold crashes on ARMv5 due to unaligned memory access

2013-07-15 Thread ccoutant at google dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=15070 Cary Coutant changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug gold/15758] Gold segfault when using -q option

2013-07-19 Thread ccoutant at google dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=15758 Cary Coutant changed: What|Removed |Added Assignee|ian at airs dot com|ccoutant at google dot com

[Bug gold/15769] Internal error in emit_relocs_scan

2013-07-22 Thread ccoutant at google dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=15769 Cary Coutant changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug gold/15758] Gold segfault when using -q option

2013-07-22 Thread ccoutant at google dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=15758 Cary Coutant changed: What|Removed |Added CC||nickc at redhat dot com --- Comment #2

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

2013-08-12 Thread ccoutant at google dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=14342 --- Comment #2 from Cary Coutant --- > This problem now reprduce with mainline GCC indirect call profiling test > gcc.dg/tree-prof/crossmodule-indircall-1.c: > > evans:/abuild/jh/trunk-3/build-inst11-check/gcc/:[2]# ./xgcc -B ./ -O3 -flto > -fp

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

2013-08-19 Thread ccoutant at google dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=14342 --- Comment #4 from Cary Coutant --- >> Are you using a recent version of gold? I think the TLS problem should >> have been fixed with this patch: >> >> http://sourceware.org/ml/binutils/2013-06/msg00139.html > > This indeed looks like exac

[Bug gold/15984] Segfault when using static __thread function variables with intel compiler

2013-09-27 Thread ccoutant at google dot com
airs dot com|ccoutant at google dot com --- Comment #1 from Cary Coutant --- Can you attach a .o file, please? -- 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/16010] Incorrect dependency in gold/testsuite

2013-10-07 Thread ccoutant at google dot com
|--- |FIXED Assignee|ian at airs dot com|ccoutant at google dot com --- Comment #2 from Cary Coutant --- Patch committed: https://sourceware.org/ml/binutils-cvs/2013-10/msg00022.html -- You are receiving this mail because: You are on the CC list for the

[Bug gold/16085] gold assumes STT_NOTYPE symbols are not thumb

2013-10-25 Thread ccoutant at google dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=16085 Cary Coutant changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|ian at air

[Bug gold/16094] ld searches LIBRARY_PATH and LD_LIBRARY_PATH but gold only searches LIBRARY_PATH

2013-10-28 Thread ccoutant at google dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=16094 Cary Coutant changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug gold/14860] gold_assert(oview_size == 8) fails in Eh_frame_hdr::do_sized_write()

2013-10-30 Thread ccoutant at google dot com
airs dot com|ccoutant at google dot com -- 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.org/mailman/listinfo/bug-binutils

[Bug gold/16108] gold .gdb_index version 7 support is missing

2013-11-01 Thread ccoutant at google dot com
airs dot com|ccoutant at google dot com -- 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.org/mailman/listinfo/bug-binutils

[Bug gold/15758] Gold segfault when using -q option

2013-11-06 Thread ccoutant at google dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=15758 Cary Coutant changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug gold/16203] gold -ldl link fails on Gentoo/FreeBSD

2013-11-22 Thread ccoutant at google dot com
|--- |FIXED Assignee|ian at airs dot com|ccoutant at google dot com --- Comment #3 from Cary Coutant --- I applied a variant of the proposed patch. Fixed on binutils trunk. -- You are receiving this mail because: You are on the CC list for the bug

[Bug gold/13577] Gold linker does not respect --dynamic-list option

2013-12-13 Thread ccoutant at google dot com
airs dot com|ccoutant at google dot com --- Comment #3 from Cary Coutant --- > Bump. Anyone working on that? Sorry, no one that I know of. Gold's implementation of --dynamic-list seems to do nothing more than force the linker to create a dynamic symbol table entry for

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

2013-12-18 Thread ccoutant at google dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=16341 --- Comment #1 from Cary Coutant --- Relative paths in the script file are interpreted relative to the directory where the script file lives. Failing that, the normal library search path is used. The first part makes sense to me, and it seems

[Bug binutils/16444] readelf should print contents of NT_GNU_GOLD_VERSION note

2014-01-13 Thread ccoutant at google dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=16444 Cary Coutant changed: What|Removed |Added CC||ccoutant at google dot com

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

2014-01-15 Thread ccoutant at google dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=16417 --- Comment #1 from Cary Coutant --- I tried compiling with a 4.9.0 compiler, but my copy doesn't have the -floop-* options implemented. Compiling without those options does not reproduce the problem. Can you attach your .o file? -- You are

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

2014-01-21 Thread ccoutant at google dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=14746 --- Comment #5 from Cary Coutant --- Sorry, I had this on my list, but it dropped down to the bottom. I'll take a look at it this week. It's always good to ping! -- You are receiving this mail because: You are on the CC list for the bug. _

[Bug gold/16446] internal error in find_runnable_or_wait, at workqueue.cc:263

2014-01-23 Thread ccoutant at google dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=16446 Cary Coutant changed: What|Removed |Added Assignee|ian at airs dot com|ccoutant at google dot com

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

2014-01-23 Thread ccoutant at google dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=16417 Cary Coutant changed: What|Removed |Added Assignee|ian at airs dot com|ccoutant at google dot com

[Bug gold/16389] gold throws "internal error in segment_precedes" when building VirtualBox

2014-01-23 Thread ccoutant at google dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=16389 Cary Coutant changed: What|Removed |Added Assignee|ian at airs dot com|ccoutant at google dot com

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

2014-01-27 Thread ccoutant at google dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=14746 Cary Coutant changed: What|Removed |Added Status|REOPENED|ASSIGNED --- Comment #6 from Cary Cout

[Bug gold/16530] --dynamic-list does not protect symbols from being garbage collected

2014-02-05 Thread ccoutant at google dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=16530 Cary Coutant changed: What|Removed |Added Assignee|ian at airs dot com|ccoutant at google dot com

[Bug gold/16446] internal error in find_runnable_or_wait, at workqueue.cc:263

2014-02-05 Thread ccoutant at google dot com
P2 > Component: gold > Assignee: ian at airs dot com > Reporter: thestig at google dot com > CC: ccoutant at google dot com > > Build Chromium r244583 on 64-bit Linux with > GYP_DEFINES="component=shared_library". When linki

[Bug gold/16108] gold .gdb_index version 7 support is missing

2014-02-05 Thread ccoutant at google dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=16108 Cary Coutant changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug gold/13577] Gold linker does not respect --dynamic-list option

2014-02-05 Thread ccoutant at google dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=13577 --- Comment #4 from Cary Coutant --- It was a bit more complicated. The --dynamic-list option is actually mutually exclusive with -Bsymbolic and -Bsymbolic-functions. If a dynamic list is given, the Gnu linker makes only those symbols preempti

[Bug gold/13577] Gold linker does not respect --dynamic-list option

2014-02-05 Thread ccoutant at google dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=13577 Cary Coutant changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug gold/16530] --dynamic-list does not protect symbols from being garbage collected

2014-02-05 Thread ccoutant at google dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=16530 Cary Coutant changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug binutils/15435] Gold rejects undefined weak hidden symbol

2014-02-05 Thread ccoutant at google dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=15435 Cary Coutant changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug gold/16533] Gold does not set HASENTRY attribute on ARM

2014-02-06 Thread ccoutant at google dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=16533 Cary Coutant changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|ian at air

[Bug binutils/16444] readelf should print contents of NT_GNU_GOLD_VERSION note

2014-02-06 Thread ccoutant at google dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=16444 Cary Coutant changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug gold/16544] Gold crashes with plugin

2014-02-11 Thread ccoutant at google dot com
airs dot com|ccoutant at google dot com --- Comment #2 from Cary Coutant --- The problem is that gold hasn't yet seen any real (i.e., non-plugin) .o files to establish what the target architecture is. Before plugins, this really was a "can't happen" path; henc

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

2014-02-20 Thread ccoutant at google dot com
airs dot com|ccoutant at google dot com --- Comment #10 from Cary Coutant --- Waiting for a tarball for repro. -- 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/16650] PREVAILING_DEF / PREVAILING_DEF_IRONLY_EXP mix-up

2014-03-03 Thread ccoutant at google dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=16650 Cary Coutant changed: What|Removed |Added Assignee|ian at airs dot com|ccoutant at google dot com

[Bug gold/16691] Unexpected UNDEFs in resolution files

2014-03-11 Thread ccoutant at google dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=16691 Cary Coutant changed: What|Removed |Added Assignee|ian at airs dot com|ccoutant at google dot com

[Bug gold/16693] "exclude-libs" drops symbols that are exported through "dynamic-list" or "export-dynamic-symbol"

2014-03-11 Thread ccoutant at google dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=16693 Cary Coutant changed: What|Removed |Added Assignee|ian at airs dot com|ccoutant at google dot com

[Bug gold/16693] "exclude-libs" drops symbols that are exported through "dynamic-list" or "export-dynamic-symbol"

2014-03-12 Thread ccoutant at google dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=16693 --- Comment #8 from Cary Coutant --- > Test modified to --version-script and --exclude-libs=ALL > > With --exclude-libs=ALL function dynamic_list_exported_from_static_lib() is > not > exported. If you're using a version script, you shouldn't

[Bug gold/16693] "exclude-libs" drops symbols that are exported through "dynamic-list" or "export-dynamic-symbol"

2014-03-12 Thread ccoutant at google dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=16693 --- Comment #9 from Cary Coutant --- > --dynamic-list isn't used to control which symbols are exported or > not. From ld manual: > > '--dynamic-list=DYNAMIC-LIST-FILE' > Specify the name of a dynamic list file to the linker. This is >

[Bug gold/16693] "exclude-libs" drops symbols that are exported through "dynamic-list" or "export-dynamic-symbol"

2014-03-12 Thread ccoutant at google dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=16693 --- Comment #11 from Cary Coutant --- > IMHO, --version-script option needs better doc. I could never guess from > current "--version-script" description in man (which has just "Read version > script"), that it can manage any shared library ex

[Bug gold/16693] "exclude-libs" drops symbols that are exported through "dynamic-list" or "export-dynamic-symbol"

2014-03-12 Thread ccoutant at google dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=16693 --- Comment #13 from Cary Coutant --- > When building shared library, --dynamic-list doesn't change the > dynamic symbol table, i.e., > > ld -shared --dynamic-list ... > > and > > ld -shared ... > > generate the same dynamic symbol table. From

[Bug gold/16728] gold fails to hide hidden tls symbols

2014-03-20 Thread ccoutant at google dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=16728 Cary Coutant changed: What|Removed |Added Assignee|ian at airs dot com|ccoutant at google dot com

[Bug gold/16389] gold throws "internal error in segment_precedes" when building VirtualBox 4.3.6

2014-03-28 Thread ccoutant at google dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=16389 Cary Coutant changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug gold/15355] ppc64 linker script failure

2014-03-28 Thread ccoutant at google dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=15355 Cary Coutant changed: What|Removed |Added CC||alex_y_xu at yahoo dot ca --- Comment

[Bug gold/16788] Gold produces unbootable Linux kernel

2014-04-01 Thread ccoutant at google dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=16788 --- Comment #9 from Cary Coutant --- > > Yes, in gold, the fill value is always 4 bytes in length. There's a FIXME in > > the code to support arbitrary lengths, but that seems unlikely to be the > > problem here. > > Fixing it for one and two

[Bug gold/16788] Gold produces unbootable Linux kernel

2014-04-01 Thread ccoutant at google dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=16788 --- Comment #6 from Cary Coutant --- (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 = > 0x90909090" i

[Bug gold/16788] Gold produces unbootable Linux kernel

2014-04-01 Thread ccoutant at google dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=16788 --- Comment #8 from Cary Coutant --- > -8100021e: 48 c7 c7 10 e7 75 81mov > $0x8175e710,%rdi > +8100021e: 48 c7 c7 c8 cf 78 81mov > $0x8178cfc8,%rdi > -810002cc: 48 c7 c7 3a

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

2014-04-03 Thread ccoutant at google dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=16417 Cary Coutant changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug gold/16804] gold rejects kernel linker script

2014-04-03 Thread ccoutant at google dot com
|--- |WONTFIX Assignee|ian at airs dot com|ccoutant at google dot com --- Comment #1 from Cary Coutant --- You need a semicolon after the fill constant: .text : { *(.text*) } :text =0x90909090; /DISCARD/ : { Otherwise, gold attempts to parse the fill

[Bug gold/16804] gold rejects kernel linker script

2014-04-03 Thread ccoutant at google dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=16804 Cary Coutant changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Bug gold/16804] gold rejects kernel linker script

2014-04-03 Thread ccoutant at google dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=16804 --- Comment #6 from Cary Coutant --- > This is probably a separate issue, but adding the comma causes: > > ld.gold: internal error in segment_precedes, at layout.cc:3037 Yes, that was PR 15355. It's fixed in binutils-2.24. It was probably ca

[Bug gold/16804] gold rejects kernel linker script

2014-04-03 Thread ccoutant at google dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=16804 --- Comment #8 from Cary Coutant --- > Huh? I agree that your suggestion appears to work, but isn't gold supposed to > speak linker script language as spoken by GNU ld? We try to get as close as possible, but the two linkers are enough diffe

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

2014-04-04 Thread ccoutant at google dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=16808 --- Comment #4 from Cary Coutant --- > Is the same true for ld.gold? In which case -O, -Os, -Og, -Ofast are not > implemented and -O1 = -O2 = -O3 = -O4 and so on? At -O1 and above, gold will use a higher compression level with --compress-debu

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

2014-04-04 Thread ccoutant at google dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=16417 --- Comment #9 from Cary Coutant --- "Normally the linker will add a DT_NEEDED tag for each dynamic library mentioned on the command line, regardless of whether the library is actually needed or not. --as-needed causes a DT_NEEDED tag to only

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

2014-04-16 Thread ccoutant at google dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=16341 Cary Coutant changed: What|Removed |Added Assignee|ian at airs dot com|ccoutant at google dot com

[Bug gold/16794] gold doesn't include the "implicit addend" when processing REL relocations to mergable sections

2014-04-16 Thread ccoutant at google dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=16794 Cary Coutant changed: What|Removed |Added Assignee|ian at airs dot com|ccoutant at google dot com

[Bug gold/16870] Gold internal error with -fpie and -mcmodel=large

2014-04-23 Thread ccoutant at google dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=16870 Cary Coutant changed: What|Removed |Added Assignee|ian at airs dot com|ccoutant at google dot com

[Bug gold/16870] Gold internal error with -fpie and -mcmodel=large

2014-04-23 Thread ccoutant at google dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=16870 Cary Coutant changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug gold/16870] Gold internal error with -fpie and -mcmodel=large

2014-04-23 Thread ccoutant at google dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=16870 --- Comment #3 from Cary Coutant --- Also fixed on binutils-2.24 branch. -- You are receiving this mail because: You are on the CC list for the bug. ___ bug-binutils mailing list bug-binutils@gnu.

  1   2   3   >