[Bug gold/16788] Gold produces unbootable Linux kernel

2014-04-06 Thread luto at mit dot edu
https://sourceware.org/bugzilla/show_bug.cgi?id=16788 --- Comment #19 from Andy Lutomirski --- OTOH, you do have some actual information on a problem related to what Linus is seeing. It might pay to email him a link to this bug. -- You are receiving this mail because: You are on the CC list fo

[Bug gold/16804] gold rejects kernel linker script

2014-04-03 Thread luto at mit dot edu
https://sourceware.org/bugzilla/show_bug.cgi?id=16804 --- Comment #7 from Andy Lutomirski --- (In reply to Cary Coutant from comment #6) > > 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

[Bug gold/16804] gold rejects kernel linker script

2014-04-03 Thread luto at mit dot edu
https://sourceware.org/bugzilla/show_bug.cgi?id=16804 --- Comment #5 from Andy Lutomirski --- This is probably a separate issue, but adding the comma causes: ld.gold: internal error in segment_precedes, at layout.cc:3037 -- You are receiving this mail because: You are on the CC list for the bu

[Bug gold/16804] gold rejects kernel linker script

2014-04-03 Thread luto at mit dot edu
https://sourceware.org/bugzilla/show_bug.cgi?id=16804 Andy Lutomirski changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|WONTFIX

[Bug gold/16788] Gold produces unbootable Linux kernel

2014-04-01 Thread luto at mit dot edu
https://sourceware.org/bugzilla/show_bug.cgi?id=16788 --- Comment #14 from Andy Lutomirski --- Markus, can you see if arch/x86/boot/compressed/piggy.S is the same on a good and a bad kernel? It may also be worth comparing arch/x86/boot/compressed/vmlinux between kernels. (This is, confusingly,

[Bug gold/16788] Gold produces unbootable Linux kernel

2014-04-01 Thread luto at mit dot edu
https://sourceware.org/bugzilla/show_bug.cgi?id=16788 --- Comment #13 from Andy Lutomirski --- (In reply to Cary Coutant from comment #9) > > > 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

[Bug gold/16788] Gold produces unbootable Linux kernel

2014-04-01 Thread luto at mit dot edu
https://sourceware.org/bugzilla/show_bug.cgi?id=16788 --- Comment #7 from Andy Lutomirski --- (In reply to Cary Coutant from comment #6) > (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. C

[Bug gold/16788] Gold produces unbootable Linux kernel

2014-04-01 Thread luto at mit dot edu
https://sourceware.org/bugzilla/show_bug.cgi?id=16788 --- Comment #4 from Andy Lutomirski --- 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" in arch/x86/kernel/vmlinux.lds.S? This is definit

[Bug binutils/15204] dwz causes addr2line to spew out errors

2014-03-12 Thread luto at mit dot edu
https://sourceware.org/bugzilla/show_bug.cgi?id=15204 --- Comment #2 from Andy Lutomirski --- It works for me. -- You are receiving this mail because: You are on the CC list for the bug. ___ bug-binutils mailing list bug-binutils@gnu.org https://list

[Bug ld/15228] New: copy relocations against protected symbols should be disallowed

2013-03-04 Thread luto at mit dot edu
http://sourceware.org/bugzilla/show_bug.cgi?id=15228 Bug #: 15228 Summary: copy relocations against protected symbols should be disallowed Product: binutils Version: unspecified Status: NEW Severity: normal

[Bug binutils/15204] New: dwz causes addr2line to spew out errors

2013-02-26 Thread luto at mit dot edu
http://sourceware.org/bugzilla/show_bug.cgi?id=15204 Bug #: 15204 Summary: dwz causes addr2line to spew out errors Product: binutils Version: 2.23 Status: NEW Severity: normal Priority: P2 Component: binutils

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

2011-07-23 Thread luto at mit dot edu
http://sourceware.org/bugzilla/show_bug.cgi?id=13023 --- Comment #3 from Andy Lutomirski 2011-07-23 19:04:28 UTC --- This is a little bit gross but appears to produce the expected result on ld.bfd and gold: SECTIONS { .test 0x1000 : { __workaround = .; *(.a) . = __workaround + 0x10;

[Bug gold/13019] "error: load segment overlap" when linking Linux kernel

2011-07-23 Thread luto at mit dot edu
http://sourceware.org/bugzilla/show_bug.cgi?id=13019 --- Comment #4 from Andy Lutomirski 2011-07-23 18:50:49 UTC --- (In reply to comment #3) > (In reply to comment #2) > > What is the change to the linker script that causes this to happen? > > http://git.kernel.org/?p=linux/kernel/git/torvalds

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

2011-07-23 Thread luto at mit dot edu
http://sourceware.org/bugzilla/show_bug.cgi?id=13023 --- Comment #2 from Andy Lutomirski 2011-07-23 18:49:53 UTC --- To reproduce, save 'part 1' as foo.c and 'part 2' as foo.lds. Then do: $ gcc -c foo.c $ ld.gold -o foo2.o -T foo.lds foo.o ld.gold: error: dot may not move backward or $ ld.bf

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

2011-07-23 Thread luto at mit dot edu
http://sourceware.org/bugzilla/show_bug.cgi?id=13023 --- Comment #1 from Andy Lutomirski 2011-07-23 18:48:13 UTC --- Created attachment 5859 --> http://sourceware.org/bugzilla/attachment.cgi?id=5859 Test case, part 2 -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=emai

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

2011-07-23 Thread luto at mit dot edu
http://sourceware.org/bugzilla/show_bug.cgi?id=13023 Summary: gold misinterprets dot assignments in sections Product: binutils Version: 2.21 Status: NEW Severity: normal Priority: P2 Component: gold AssignedTo: i...@

[Bug gold/13019] "error: load segment overlap" when linking Linux kernel

2011-07-23 Thread luto at mit dot edu
http://sourceware.org/bugzilla/show_bug.cgi?id=13019 --- Comment #3 from Andy Lutomirski 2011-07-23 17:42:24 UTC --- (In reply to comment #2) > What is the change to the linker script that causes this to happen? http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=9fd67b4

[Bug gold/13019] "error: load segment overlap" when linking Linux kernel

2011-07-23 Thread luto at mit dot edu
http://sourceware.org/bugzilla/show_bug.cgi?id=13019 Andy Lutomirski changed: What|Removed |Added CC||luto at mit dot edu --- Comment #1