[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 for

[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/20025] Warn by default about executable stacks

2016-05-01 Thread ian at airs dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=20025 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 #9 from Ian Lance Taylor --- 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 are on the CC list f

[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 --- 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 ld's -Ttext-segment

[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 changed: What|Removed |Added CC||rafael.espindola at gmail dot com

[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/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 --- 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 symbols. Those are

[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 --- 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 sort of undefined s

[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 --- >> 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 symbol. > W

[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 changed: What|Removed |Added CC||amodra at gmail dot com -- You ar

[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 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 changed: What|Removed |Added CC||ian at airs dot com --- Comment

[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 --- 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-binuti

[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
|WONTFIX |--- Assignee|ian at airs dot com|ccoutant at google dot com --- Comment #3 from Ian Lance Taylor --- I don't understand why you are closing this. An internal error is a bug that should be fixed. Does this work any better now? -- Yo

[Bug binutils/15920] 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 changed: What|Removed |Added CC||ian at airs dot com --- Comment

[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 --- 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. A few constants i

[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 --- 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-binutils@gnu.or

[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 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 think that must be Debi

[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 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-undefined option. --

[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 changed: What|Removed |Added CC||amodra at gmail dot com -- Configu

[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 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 problem? Thanks. --

[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 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. -- Configure bugmail:

[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 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 if there is a ref in the regu

[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 #13 from Ian Lance Taylor 2013-03-20 03:32:47 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. It seems that the

[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 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. It seems that the

[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 changed: What|Removed |Added CC||dougkwan at google dot com -- Conf

[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 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 the comment. There are tw

[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 changed: What|Removed |Added CC||dougkwan at google dot com,

[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 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 that your shared lib

[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 changed: What|Removed |Added CC||ian at airs dot com -- Configure

[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 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 the best way to e

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

2012-08-10 Thread ian at airs dot com
airs dot com |nickc at redhat dot com --- Comment #5 from Ian Lance Taylor 2012-08-11 03:51:52 UTC --- Patch looks good, thanks. -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are on the CC list for

[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 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, it's the call to ss-

[Bug ld/14403] TestSummary

2012-07-25 Thread ian at airs dot com
||ian at airs dot com Resolution||INVALID --- Comment #1 from Ian Lance Taylor 2012-07-25 19:16:42 UTC --- No bug report. -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail

[Bug ld/14402] TestSummary

2012-07-25 Thread ian at airs dot com
||ian at airs dot com Resolution||INVALID --- Comment #1 from Ian Lance Taylor 2012-07-25 19:16:20 UTC --- No bug report. -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail

[Bug ld/14401] TestSummary

2012-07-25 Thread ian at airs dot com
||ian at airs dot com Resolution||INVALID --- Comment #1 from Ian Lance Taylor 2012-07-25 19:16:06 UTC --- No bug report. -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail

[Bug ld/14400] TestSummary

2012-07-25 Thread ian at airs dot com
||ian at airs dot com Resolution||INVALID --- Comment #1 from Ian Lance Taylor 2012-07-25 19:15:51 UTC --- No bug report. -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail

[Bug ld/14399] TestSummary

2012-07-25 Thread ian at airs dot com
||ian at airs dot com Resolution||INVALID --- Comment #1 from Ian Lance Taylor 2012-07-25 19:15:12 UTC --- No bug report. -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail

[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 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 that 4.1.3 works I do

[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 changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[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 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 should only be gett

[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 changed: What|Removed |Added CC||ian at airs dot com

[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 changed: What|Removed |Added CC||ian at airs dot com

[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 changed: What|Removed |Added Status|NEW |ASSIGNED --- Comment #1 from Ian La

[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 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. Without a test case it'

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

2012-04-24 Thread ian at airs dot com
||ian at airs dot com Resolution||INVALID --- Comment #1 from Ian Lance Taylor 2012-04-25 03:04:31 UTC --- This is not a bug, as you can see by looking at the function symbol_set_value_expression. -- Configure bugmail: http

[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 changed: What|Removed |Added CC||ian at airs dot com --- Comment #7

[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 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 sections contain the cons

[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 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?tab=email --- Yo

[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 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 not something I plan to work

[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 changed: What|Removed |Added CC||ian at airs dot com --- Comment #1

[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 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 tells me that I will alm

[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 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 will show precisely how th

[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 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/userprefs.cgi?tab=email -

[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 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 be a fair amount of work

[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 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 list for the bug. _

[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 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 with different mnemonics

[Bug gas/13937] Incorrect opcode generated for FDIVRP

2012-04-02 Thread ian at airs dot com
||ian at airs dot com Resolution||INVALID --- Comment #1 from Ian Lance Taylor 2012-04-02 23:17:23 UTC --- See http://sourceware.org/binutils/docs-2.22/as/i386_002dMnemonics.html . -- Configure bugmail: http://sourceware.org/bugzilla

[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
||ian at airs dot com Resolution||INVALID --- Comment #4 from Ian Lance Taylor 2012-03-26 21:25:58 UTC --- This is not a bug. You are calling printf without passing the parameters correctly. In 64-bit mode the first six function

[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 changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[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 changed: What|Removed |Added CC||ian at airs dot com

[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 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, and a MIPS port is in t

[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 changed: What|Removed |Added CC||stormtroopa at gmx dot net --- Comme

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

2012-02-06 Thread ian at airs dot com
||ian at airs dot com Resolution||DUPLICATE --- Comment #3 from Ian Lance Taylor 2012-02-07 06:38:53 UTC --- The gold PowerPC support is incomplete. Sorry. *** This bug has been marked as a duplicate of bug 6767 *** -- Configure

[Bug ld/13621] dangling global hidden symbol in symtab

2012-01-27 Thread ian at airs dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13621 Ian Lance Taylor changed: What|Removed |Added CC||ian at airs dot com --- Comment #5

[Bug gold/13617] gold's nop padding should contain only valid nop instructions, not zeros

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

[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 changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[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 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 the start of the .text se

[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 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 this earlier. --

[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 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 if the trailing symbol can n

[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 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 outside the executable/sh

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

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

[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 changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[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 changed: What|Removed |Added CC||ian at airs dot com --- Comment #1

[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 changed: What|Removed |Added CC||tmsriram at google dot com -- Conf

[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 changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[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 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 are receiving this mail

[Bug gold/13321] Gold creates mixed Thumb/ARM files that objdump -d doesn't understand

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

[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 changed: What|Removed |Added CC||ian at airs dot com

[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 changed: What|Removed |Added CC||ian at airs dot com

[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 changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[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 changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[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 changed: What|Removed |Added CC||ian at airs dot com -- Configure

[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 changed: What|Removed |Added CC||ian at airs dot com -- Configure

[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 changed: What|Removed |Added AssignedTo|ian at airs dot com |tmsriram at google dot com

[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 changed: What|Removed |Added CC||tmsriram at google dot com -- Conf

  1   2   3   4   5   >