[Bug gold/11490] gold: unbootable Linux kernel, wrong alignment for .rodata/.text ". = ALIGN((1 << 21)); "

2010-04-22 Thread hjl dot tools at gmail dot com
--- Additional Comments From hjl dot tools at gmail dot com 2010-04-22 21:22 --- A patch is posted at http://sourceware.org/ml/binutils/2010-04/msg00338.html -- http://sourceware.org/bugzilla/show_bug.cgi?id=11490 --- You are receiving this mail because: --- You are on the

[Bug gold/11490] gold: unbootable Linux kernel, wrong alignment for .rodata/.text ". = ALIGN((1 << 21)); "

2010-04-12 Thread edwintorok at gmail dot com
--- Additional Comments From edwintorok at gmail dot com 2010-04-12 18:35 --- head of eu-readelf -a diff of CVS gold vs BFD ld (- gold, + bfd): --- egold 2010-04-12 21:33:46.0 +0300 +++ ebfd2010-04-12 21:33:50.0 +0300 @@ -10,63 +10,63 @@ Version:

[Bug gold/11490] gold: unbootable Linux kernel, wrong alignment for .rodata/.text ". = ALIGN((1 << 21)); "

2010-04-12 Thread edwintorok at gmail dot com
--- Additional Comments From edwintorok at gmail dot com 2010-04-12 18:07 --- Created an attachment (id=4718) --> (http://sourceware.org/bugzilla/attachment.cgi?id=4718&action=view) not working .config When built with this .config and gold, kernel fails to boot. With the usual LD it wo

[Bug gold/11490] gold: unbootable Linux kernel, wrong alignment for .rodata/.text ". = ALIGN((1 << 21)); "

2010-04-12 Thread edwintorok at gmail dot com
--- Additional Comments From edwintorok at gmail dot com 2010-04-12 18:06 --- Created an attachment (id=4717) --> (http://sourceware.org/bugzilla/attachment.cgi?id=4717&action=view) working kernel .config This .config results in a working kernel. It doesn't need the 2MB alignment. --