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
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
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
https://sourceware.org/bugzilla/show_bug.cgi?id=16804
Andy Lutomirski changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|WONTFIX
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,
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
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
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
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
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
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
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;
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
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
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
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...@
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
http://sourceware.org/bugzilla/show_bug.cgi?id=13019
Andy Lutomirski changed:
What|Removed |Added
CC||luto at mit dot edu
--- Comment #1
18 matches
Mail list logo