[Bug binutils/31327] libbacktrace test failures

2024-03-07 Thread ian at airs dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=31327 --- Comment #3 from Ian Lance Taylor --- It's fine with me. I don't know if there is any binutils policy about this. -- You are receiving this mail because: You are on the CC list for the bug.

[Bug ld/29072] ld silently make the program stack area executable if nested function is used

2022-04-19 Thread ian at airs dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=29072 Ian Lance Taylor changed: What|Removed |Added CC||ian at airs dot com --- Comment

[Bug gold/23765] Malformed ELF header causes Out of Bounds read

2022-04-18 Thread ian at airs dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=23765 --- Comment #7 from Ian Lance Taylor --- The patch in comment #1 is fine. Nick, go ahead and commit. Thanks. -- You are receiving this mail because: You are on the CC list for the bug.

[Bug ld/28141] support a small discontiguous stack for goroutines

2021-08-10 Thread ian at airs dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=28141 Ian Lance Taylor changed: What|Removed |Added Resolution|FIXED |--- Status|RESOLVED

[Bug ld/28141] support a small discontiguous stack for goroutines

2021-08-10 Thread ian at airs dot com
|--- |FIXED CC||ian at airs dot com --- Comment #3 from Ian Lance Taylor --- The specification, such as it is, is at https://gcc.gnu.org/wiki/SplitStacks. -- You are receiving this mail because: You are on the CC list for the bug.

[Bug binutils/27078] c++filt: demangling for float128 type is confusing on PowerPC

2020-12-16 Thread ian at airs dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=27078 Ian Lance Taylor changed: What|Removed |Added CC||ian at airs dot com --- Comment

[Bug ld/25236] common symbol: don't consider definitions in shared objects

2019-12-06 Thread ian at airs dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25236 Ian Lance Taylor changed: What|Removed |Added CC||ian at airs dot com --- Comment

[Bug ld/22831] ld causes massive thrashing if object files are not fully memory-resident: new algorithm needed

2019-01-09 Thread ian at airs dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=22831 Ian Lance Taylor changed: What|Removed |Added CC||ian at airs dot com --- Comment

[Bug gold/23495] New: gold should not compress the .debug_gdb_scripts section

2018-08-08 Thread ian at airs dot com
Priority: P2 Component: gold Assignee: ccoutant at gmail dot com Reporter: ian at airs dot com CC: ian at airs dot com Target Milestone: --- gdb looks for the special section .debug_gdb_scripts. As far as I can tell, it does not look

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

2017-09-14 Thread ian at airs dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=22011 --- Comment #3 from Ian Lance Taylor --- I can't recreate this. I get "matherr is working" from both gold and GNU ld. I tested with tip gold and "Ubuntu EGLIBC 2.19-0ubuntu6.13". That said, I can see the difference. With GNU ld, readelf

[Bug binutils/20966] cp-demangle cannot demangle symbols

2016-12-14 Thread ian at airs dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=20966 Ian Lance Taylor changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug binutils/20966] cp-demangle cannot demangle symbols

2016-12-14 Thread ian at airs dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=20966 Ian Lance Taylor changed: What|Removed |Added CC||ian at airs dot com --- Comment

[Bug ld/19030] ld generates .so/x86 with bad phdr so the Android linker won't dlopen

2015-10-01 Thread ian at airs dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19030 Ian Lance Taylor changed: What|Removed |Added CC||ian at airs dot com --- Comment

[Bug binutils/18995] c++filt segfault on line not containing a symbol

2015-09-23 Thread ian at airs dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=18995 Ian Lance Taylor changed: What|Removed |Added CC||ian at airs dot com --- Comment

[Bug admin/18946] testing bugzilla

2015-09-10 Thread ian at airs dot com
||ian at airs dot com Resolution|--- |INVALID --- Comment #1 from Ian Lance Taylor --- Yes, it works. -- You are receiving this mail because: You are on the CC list for the bug. ___ bug-binutils

[Bug gold/14187] gold incorrectly requires hexadecimals to start with 0x with -Ttext/-Tdata/-Tbss

2015-08-26 Thread ian at airs dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=14187 --- Comment #6 from Ian Lance Taylor ian at airs dot com --- The difference in -Ttext behaviour between gold and GNU ld is intentional. The -Ttext option in GNU ld is nearly meaningless when using ELF. Gold's -Ttext option corresponds to GNU

[Bug gold/14187] gold incorrectly requires hexadecimals to start with 0x with -Ttext/-Tdata/-Tbss

2015-08-26 Thread ian at airs dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=14187 --- Comment #9 from Ian Lance Taylor ian at airs dot com --- Not that it matters much, but gold was first released in 2008, so when I say nobody noticed I meant for those first four or so years. -- You are receiving this mail because: You

[Bug gold/18327] New: Exception frame merging is broken in gold

2015-04-24 Thread ian at airs dot com
: gold Assignee: ccoutant at gmail dot com Reporter: ian at airs dot com CC: ian at airs dot com Exception frame merging is broken on mainline. When two CIEs are merged, reloc processing is not being applied to subsequent CIEs. This causes the personality

[Bug gold/18327] Exception frame merging is broken in gold

2015-04-24 Thread ian at airs dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=18327 Ian Lance Taylor ian at airs dot com changed: What|Removed |Added CC

[Bug gold/18147] gold should not issue relocation overflow error with --unresolved-symbols=ignore-all

2015-03-23 Thread ian at airs dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=18147 --- Comment #6 from Ian Lance Taylor ian at airs dot com --- Actually, I am fine with only ignoring relocation errors against strong undefined symbol in precisely those cases where we already ignore the relocation errors against weak undefined

[Bug gold/18147] gold should not issue relocation overflow error with --unresolved-symbols=ignore-all

2015-03-20 Thread ian at airs dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=18147 --- Comment #4 from Ian Lance Taylor ian at airs dot com --- We already explicitly do not report relocation errors for weak undefined symbols. That's because in those cases the relocation overflow is not important. And Cary is right: for any

[Bug gold/18147] gold should not issue relocation overflow error with --unresolved-symbols=ignore-all

2015-03-19 Thread ian at airs dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=18147 --- Comment #2 from Ian Lance Taylor ian at airs dot com --- That last error shouldn't be issued. We shouldn't report a relocation overflow for a reference to an undefined symbol if we aren't going to report an error about the undefined

[Bug gold/18147] New: gold should not issue relocation overflow error with --unresolved-symbols=ignore-all

2015-03-19 Thread ian at airs dot com
Severity: normal Priority: P2 Component: gold Assignee: ccoutant at google dot com Reporter: ian at airs dot com CC: ian at airs dot com When linking a program with --unresolved-symbols=ignore-all, gold should not issue a relocation overflow

[Bug gold/18147] gold should not issue relocation overflow error with --unresolved-symbols=ignore-all

2015-03-19 Thread ian at airs dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=18147 Ian Lance Taylor ian at airs dot com changed: What|Removed |Added CC||amodra at gmail

[Bug admin/18022] change in libiberty.h prevents compilation by IBM C compiler

2015-02-25 Thread ian at airs dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=18022 Ian Lance Taylor ian at airs dot com changed: What|Removed |Added CC||ian at airs dot

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

2014-09-24 Thread ian at airs dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=17432 --- Comment #1 from Ian Lance Taylor ian at airs dot com --- Can you show how gold is invoked? Can you show the input files? -- You are receiving this mail because: You are on the CC list for the bug

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

2014-01-21 Thread ian at airs dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=14746 Ian Lance Taylor ian at airs dot com changed: What|Removed |Added Status|RESOLVED|REOPENED

[Bug binutils/15920] bfd.h not suitable as a general-purpose header

2013-09-03 Thread ian at airs dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=15920 Ian Lance Taylor ian at airs dot com changed: What|Removed |Added CC||ian at airs dot

[Bug binutils/14768] Checklist: Binutils Migration To Git

2013-08-20 Thread ian at airs dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=14768 --- Comment #13 from Ian Lance Taylor ian at airs dot com --- My CVS stitching process is not so mysterious, it's in the CVS repository :ext:sourceware.org:/cvs/sourceware/coolo-cvs on the gccmerge branch. The main command is in src/gccmerge.c

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

2013-06-20 Thread ian at airs dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=15660 --- Comment #1 from Ian Lance Taylor ian at airs dot com --- What does ulimit -n display? -- You are receiving this mail because: You are on the CC list for the bug. ___ bug-binutils mailing list

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

2013-05-20 Thread ian at airs dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=15478 --- Comment #13 from Ian Lance Taylor ian at airs dot com 2013-05-21 04:18:43 UTC --- As far as I can see plain GCC only uses --as-needed in the form --as-needed -lgcc_s --no-as-needed If your GCC is always passing --as-needed to ld I

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

2013-05-18 Thread ian at airs dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=15478 --- Comment #7 from Ian Lance Taylor ian at airs dot com 2013-05-18 18:10:26 UTC --- Rather than make this rather complex behaviour even more complex in order to satisfy your rather unusual use case, I suggest that you use the --allow-shlib

[Bug gold/15355] ppc64 linker script failure

2013-04-10 Thread ian at airs dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=15355 Ian Lance Taylor ian at airs dot com changed: What|Removed |Added CC||amodra at gmail

[Bug gold/15200] Runtime undefined reference to __exidx_start/_end

2013-03-24 Thread ian at airs dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=15200 --- Comment #21 from Ian Lance Taylor ian at airs dot com 2013-03-24 22:26:50 UTC --- I don't see why either of your suggested changes would be correct. Would you mind trying my patch, the second one in comment #13, to see if it fixes your

[Bug gold/15200] Runtime undefined reference to __exidx_start/_end

2013-03-20 Thread ian at airs dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=15200 --- Comment #19 from Ian Lance Taylor ian at airs dot com 2013-03-20 12:27:58 UTC --- The in_reg() and in_dyn() functions are not mutually exclusive. Both will return true if a symbol appears in both a regular object and a dynamic object

[Bug gold/15200] Runtime undefined reference to __exidx_start/_end

2013-03-19 Thread ian at airs dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=15200 --- Comment #12 from Ian Lance Taylor ian at airs dot com 2013-03-20 03:29:49 UTC --- oldsym-in_dyn() will return true if the symbol was seen in a dynamic object. I don't see why we should create the symbol if it is seen in a dynamic object

[Bug gold/15200] Runtime undefined reference to __exidx_start/_end

2013-03-19 Thread ian at airs dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=15200 --- Comment #15 from Ian Lance Taylor ian at airs dot com 2013-03-20 04:44:36 UTC --- I think that is what my patch does. Did I get it wrong? I think it probably makes sense in general to create an only_if_ref linker-defined symbol

[Bug gold/15200] Runtime undefined reference to __exidx_start/_end

2013-02-26 Thread ian at airs dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=15200 Ian Lance Taylor ian at airs dot com changed: What|Removed |Added CC||dougkwan

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

2013-01-31 Thread ian at airs dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=15070 --- Comment #3 from Ian Lance Taylor ian at airs dot com 2013-01-31 05:35:12 UTC --- Yes, in this case naturally aligned means aligned to the size from the ELF class. That's the alignment that matters to gold. I'm fine with changing

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

2013-01-27 Thread ian at airs dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=15070 Ian Lance Taylor ian at airs dot com changed: What|Removed |Added CC||dougkwan

[Bug gold/10238] Gold linker does not resolve symbols using indirect dependencies

2012-12-10 Thread ian at airs dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=10238 --- Comment #20 from Ian Lance Taylor ian at airs dot com 2012-12-10 17:22:17 UTC --- When using gold you need to list the shared libraries that define symbols that you refer to directly. You do not need to list libraries that define symbols

[Bug binutils/14768] Checklist: Binutils Migration To Git

2012-10-26 Thread ian at airs dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=14768 Ian Lance Taylor ian at airs dot com changed: What|Removed |Added CC||ian at airs dot

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

2012-08-30 Thread ian at airs dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=14533 --- Comment #1 from Ian Lance Taylor ian at airs dot com 2012-08-31 04:39:48 UTC --- What do you mean by larger than the spec? We will need to know the actual error. Without that, it's pretty hard to know what else we might need. In general

[Bug gold/14265] -gc-sections ignores KEEP annotations

2012-08-10 Thread ian at airs dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=14265 Ian Lance Taylor ian at airs dot com changed: What|Removed |Added Status|WAITING |ASSIGNED

[Bug gold/14265] -gc-sections ignores KEEP annotations

2012-08-09 Thread ian at airs dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=14265 --- Comment #2 from Ian Lance Taylor ian at airs dot com 2012-08-09 15:00:36 UTC --- The key point connecting the Output_section_element_input and the Layout code is the call to Output_section_element_input::match_name. From the Layout side

[Bug ld/14399] TestSummary

2012-07-25 Thread ian at airs dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=14399 Ian Lance Taylor ian at airs dot com changed: What|Removed |Added Status|NEW |RESOLVED

[Bug ld/14400] TestSummary

2012-07-25 Thread ian at airs dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=14400 Ian Lance Taylor ian at airs dot com changed: What|Removed |Added Status|NEW |RESOLVED

[Bug ld/14401] TestSummary

2012-07-25 Thread ian at airs dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=14401 Ian Lance Taylor ian at airs dot com changed: What|Removed |Added Status|NEW |RESOLVED

[Bug ld/14402] TestSummary

2012-07-25 Thread ian at airs dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=14402 Ian Lance Taylor ian at airs dot com changed: What|Removed |Added Status|NEW |RESOLVED

[Bug ld/14403] TestSummary

2012-07-25 Thread ian at airs dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=14403 Ian Lance Taylor ian at airs dot com changed: What|Removed |Added Status|NEW |RESOLVED

[Bug gold/14309] gold doesn't build with gcc 4.1.3

2012-07-11 Thread ian at airs dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=14309 --- Comment #10 from Ian Lance Taylor ian at airs dot com 2012-07-11 11:49:52 UTC --- The gold README says that GCC 4.1.2 is known to fail and GCC 4.1.3 is known to work. I think it's useful to ensure that gold compile with 4.1.x, but given

[Bug gold/14309] gold doesn't build with gcc 4.1.3

2012-07-10 Thread ian at airs dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=14309 Ian Lance Taylor ian at airs dot com changed: What|Removed |Added Status|NEW |RESOLVED

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

2012-07-09 Thread ian at airs dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=14330 --- Comment #3 from Ian Lance Taylor ian at airs dot com 2012-07-09 14:12:32 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

[Bug gold/14265] -gc-sections ignores KEEP annotations

2012-06-19 Thread ian at airs dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=14265 Ian Lance Taylor ian at airs dot com changed: What|Removed |Added CC||ian at airs dot

[Bug gold/14262] icf corrupts unwind info and makes exception throwing to abort

2012-06-18 Thread ian at airs dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=14262 Ian Lance Taylor ian at airs dot com changed: What|Removed |Added CC||ian at airs dot

[Bug gold/14196] gold mistreats -Wl,-Ttext

2012-06-04 Thread ian at airs dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=14196 Ian Lance Taylor ian at airs dot com changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug gold/12488] plugins don't support linkonce

2012-05-10 Thread ian at airs dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12488 --- Comment #7 from Ian Lance Taylor ian at airs dot com 2012-05-11 03:59:50 UTC --- This bug report is specifically about plugins and linkonce. Please don't add separate bug reports to this one. Instead, open a new bug report. Thanks

[Bug gas/14019] Potential bug with on stack allocated variable

2012-04-24 Thread ian at airs dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=14019 Ian Lance Taylor ian at airs dot com changed: What|Removed |Added Status|NEW |RESOLVED

[Bug ld/13991] powerpc-rtems ld failure [regression]

2012-04-23 Thread ian at airs dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13991 Ian Lance Taylor ian at airs dot com changed: What|Removed |Added CC||ian at airs dot

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

2012-04-22 Thread ian at airs dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=14007 --- Comment #3 from Ian Lance Taylor ian at airs dot com 2012-04-22 17:04:54 UTC --- Thanks. Since I don't have clang++, I need to see the invocation of the linker, not the invocation of clang++. Probably clang++ has a -v option which

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

2012-04-22 Thread ian at airs dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=14007 --- Comment #7 from Ian Lance Taylor ian at airs dot com 2012-04-22 21:20:32 UTC --- Ideally I need whatever is required to recreate the problem with just gold and absolutely nothing else. If I have to get into building clang, experience

[Bug binutils/14009] gcc 4.7 conversion to init_array breaks users needing control of C++ static initialization order

2012-04-22 Thread ian at airs dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=14009 Ian Lance Taylor ian at airs dot com changed: What|Removed |Added CC||ian at airs dot

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

2012-04-22 Thread ian at airs dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=14007 --- Comment #9 from Ian Lance Taylor ian at airs dot com 2012-04-22 22:28:29 UTC --- My apologies. I misinterpreted the bug report. I don't object to having the linker try to validate the data that the plugin passes to it, but it's

[Bug binutils/14009] gcc 4.7 conversion to init_array breaks users needing control of C++ static initialization order

2012-04-22 Thread ian at airs dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=14009 --- Comment #5 from Ian Lance Taylor ian at airs dot com 2012-04-22 22:30:15 UTC --- You said that you use a linker script to order the .ctors sections. How do you do that? -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi

[Bug binutils/14009] gcc 4.7 conversion to init_array breaks users needing control of C++ static initialization order

2012-04-22 Thread ian at airs dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=14009 --- Comment #7 from Ian Lance Taylor ian at airs dot com 2012-04-23 03:27:43 UTC --- As far as I can see you can use the exact same strategy for .init_array, only you sort the sections the other way around. You may think that the .ctors

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

2012-04-21 Thread ian at airs dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=14007 --- Comment #1 from Ian Lance Taylor ian at airs dot com 2012-04-22 05:18:05 UTC --- Can you upload the input files and the exact link command required to replicate this problem? -- Configure bugmail: http://sourceware.org/bugzilla

[Bug gas/13937] Incorrect opcode generated for FDIVRP

2012-04-04 Thread ian at airs dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13937 --- Comment #7 from Ian Lance Taylor ian at airs dot com 2012-04-04 12:36:45 UTC --- Well, the gas manual is not intended to serve as a documentation for the machine instructions. It could be written that way, but it is not, and it would

[Bug gas/13937] Incorrect opcode generated for FDIVRP

2012-04-03 Thread ian at airs dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13937 --- Comment #5 from Ian Lance Taylor ian at airs dot com 2012-04-03 12:36:53 UTC --- Or use the .intel_mnemonic pseudo-op or the -mmnemonic=intel option. As far as I can see the documentation is correct. The instructions are implemented

[Bug gold/12945] gold linker breaks elfutils testuite (section '.rela.plt' has wrong flags: expected none and possibly ALLOC, is ALLOC|INFO_LINK).

2012-04-03 Thread ian at airs dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12945 --- Comment #6 from Ian Lance Taylor ian at airs dot com 2012-04-03 12:40:01 UTC --- Thanks. -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are on the CC

[Bug gas/13937] Incorrect opcode generated for FDIVRP

2012-04-02 Thread ian at airs dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13937 Ian Lance Taylor ian at airs dot com changed: What|Removed |Added Status|NEW |RESOLVED

[Bug gas/13903] fails an external calling in C programm by inline assembler (Core i5 x86_64)

2012-03-26 Thread ian at airs dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13903 Ian Lance Taylor ian at airs dot com changed: What|Removed |Added Status|NEW |RESOLVED

[Bug gold/13850] init_array/fini_array sections are not in PT_GNU_RELRO as -z relro is given

2012-03-15 Thread ian at airs dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13850 Ian Lance Taylor ian at airs dot com changed: What|Removed |Added Status|NEW |RESOLVED

[Bug gold/13809] --print-icf-sections prints about folding empty sections

2012-03-05 Thread ian at airs dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13809 Ian Lance Taylor ian at airs dot com changed: What|Removed |Added CC||ian at airs dot

[Bug gold/6767] program linked with gold seg faults

2012-02-07 Thread ian at airs dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=6767 --- Comment #5 from Ian Lance Taylor ian at airs dot com 2012-02-07 16:26:28 UTC --- I have no plans to work on PowerPC support myself. In fact I only wrote the i386 port. The x86_64, ARM, and SPARC ports were all written by other people

[Bug ld/13666] gold-linked binary for ppc results in program-termination with illegal instruction

2012-02-06 Thread ian at airs dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13666 Ian Lance Taylor ian at airs dot com changed: What|Removed |Added Status|NEW |RESOLVED

[Bug gold/6767] program linked with gold seg faults

2012-02-06 Thread ian at airs dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=6767 Ian Lance Taylor ian at airs dot com changed: What|Removed |Added CC||stormtroopa

[Bug gold/13602] gold -Ttext and --section-start=.text mismatch

2012-01-19 Thread ian at airs dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13602 Ian Lance Taylor ian at airs dot com changed: What|Removed |Added Status|NEW |RESOLVED

[Bug gold/13602] gold -Ttext and --section-start=.text mismatch

2012-01-18 Thread ian at airs dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13602 --- Comment #1 from Ian Lance Taylor ian at airs dot com 2012-01-19 05:50:28 UTC --- In gold, -Ttext is not an alias for --section-start=.text. The -Ttext option sets the start of the text segment. The --section-start=.text option sets

[Bug gold/13521] ld.gold prefers unversioned symbol over default version

2012-01-08 Thread ian at airs dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13521 --- Comment #4 from Ian Lance Taylor ian at airs dot com 2012-01-09 01:54:39 UTC --- See PR 12261 for a related issue. I think the problem is more complex than you are describing. I would be happy to hear otherwise. Sorry for not mentioning

[Bug gold/13365] Fold functions that only jump to some other one

2011-12-19 Thread ian at airs dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13365 --- Comment #1 from Ian Lance Taylor ian at airs dot com 2011-12-19 23:30:39 UTC --- Of course one can only do this if there are no comparisons of function pointers. And that means that it can only be done if the symbols are not visible

[Bug gold/13366] Allow to pack some functions together

2011-12-19 Thread ian at airs dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13366 --- Comment #1 from Ian Lance Taylor ian at airs dot com 2011-12-19 23:31:56 UTC --- I think it will be relatively difficult for the linker to safely and reliably detect cases where this packing is valid. The packing may only be done

[Bug gold/13505] apply_relocation always use 64bit little endian relocation

2011-12-15 Thread ian at airs dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13505 Ian Lance Taylor ian at airs dot com changed: What|Removed |Added Status|NEW |RESOLVED

[Bug ld/13488] ctor linking for static pie binaries is broken

2011-12-09 Thread ian at airs dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13488 Ian Lance Taylor ian at airs dot com changed: What|Removed |Added CC||ian at airs dot

[Bug gold/13364] ICF may not be as thorough as one would expect

2011-10-31 Thread ian at airs dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13364 Ian Lance Taylor ian at airs dot com changed: What|Removed |Added CC||tmsriram

[Bug gold/12771] internal error in value_from_output_section, at ../../gold/reloc.cc:1508 on armel

2011-10-30 Thread ian at airs dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12771 --- Comment #19 from Ian Lance Taylor ian at airs dot com 2011-10-31 04:39:31 UTC --- *** Bug 13362 has been marked as a duplicate of this bug. *** -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email --- You

[Bug gold/13362] internal error in value_from_output_section, at ../../gold/reloc.cc:1549 on armel

2011-10-30 Thread ian at airs dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13362 Ian Lance Taylor ian at airs dot com changed: What|Removed |Added Status|NEW |RESOLVED

[Bug gold/13314] ICF clashes with section ordering

2011-10-19 Thread ian at airs dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13314 Ian Lance Taylor ian at airs dot com changed: What|Removed |Added AssignedTo|ian at airs dot com |tmsriram

[Bug gold/13314] ICF clashes with section ordering

2011-10-19 Thread ian at airs dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13314 Ian Lance Taylor ian at airs dot com changed: What|Removed |Added CC||ian at airs dot

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

2011-10-19 Thread ian at airs dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13023 Ian Lance Taylor ian at airs dot com changed: What|Removed |Added CC||ian at airs dot

[Bug gold/13204] Internal error when --section-start is specified twice with the same address

2011-10-19 Thread ian at airs dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13204 Ian Lance Taylor ian at airs dot com changed: What|Removed |Added Status|NEW |RESOLVED

[Bug gold/13163] internal error in set_segment_offsets, at ../../../binutils/gold/layout.cc:3050

2011-10-19 Thread ian at airs dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13163 Ian Lance Taylor ian at airs dot com changed: What|Removed |Added Status|NEW |RESOLVED

[Bug gold/13320] Please support thumb entry points in PLT instead of using (more or less randomly located) stubs

2011-10-19 Thread ian at airs dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13320 Ian Lance Taylor ian at airs dot com changed: What|Removed |Added CC||ian at airs dot

[Bug gold/13322] ARM/Thumb interwork stubs should appear in some way in the symbol table

2011-10-19 Thread ian at airs dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13322 Ian Lance Taylor ian at airs dot com changed: What|Removed |Added CC||ian at airs dot

[Bug gold/13314] ICF clashes with section ordering

2011-10-18 Thread ian at airs dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13314 Ian Lance Taylor ian at airs dot com changed: What|Removed |Added CC||tmsriram

[Bug ld/13254] -z text warning breaks gcc testsuite on Solaris

2011-10-04 Thread ian at airs dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13254 --- Comment #1 from Ian Lance Taylor ian at airs dot com 2011-10-05 00:47:11 UTC --- gold supports -z text. We should just add support to GNU ld. Basically, if we add a DT_TEXTREL entry, we should give an error if -z text was used

[Bug gold/13245] PREVAILING_DEF reported too often.

2011-10-02 Thread ian at airs dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13245 Ian Lance Taylor ian at airs dot com changed: What|Removed |Added CC||ccoutant

[Bug gold/13230] IRONLY_EXP incorrectly reported as IRONLY by gold when fat LTO files are used

2011-09-27 Thread ian at airs dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13230 Ian Lance Taylor ian at airs dot com changed: What|Removed |Added CC||ccoutant

[Bug gold/12919] icf fails to fold one of the component of std::sort

2011-09-21 Thread ian at airs dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12919 Ian Lance Taylor ian at airs dot com changed: What|Removed |Added CC||ian at airs dot

[Bug gold/13213] Gold does not support the BE-8 big-endian variant of the ARM architecture

2011-09-21 Thread ian at airs dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13213 Ian Lance Taylor ian at airs dot com changed: What|Removed |Added CC||ian at airs dot

[Bug gold/13214] Gold does emit mapping symbols for stubs

2011-09-21 Thread ian at airs dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13214 Ian Lance Taylor ian at airs dot com changed: What|Removed |Added CC||ian at airs dot

  1   2   3   4   >