[Bug gold/16389] gold throws "internal error in segment_precedes" when building VirtualBox 4.3.6

2014-03-28 Thread ccoutant at google dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=16389

Cary Coutant  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #4 from Cary Coutant  ---
This is probably a duplicate of PR 15355, which has been fixed in
binutils-2.24. If this is still a problem, please reopen with object files for
repro.

*** This bug has been marked as a duplicate of bug 15355 ***

-- 
You are receiving this mail because:
You are on the CC list for the bug.

___
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug gold/15355] ppc64 linker script failure

2014-03-28 Thread ccoutant at google dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=15355

Cary Coutant  changed:

   What|Removed |Added

 CC||alex_y_xu at yahoo dot ca

--- Comment #5 from Cary Coutant  ---
*** Bug 16389 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are on the CC list for the bug.

___
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug gold/16773] New: Cannot process a R_X86_64_TPOFF32 against .tdata

2014-03-28 Thread rafael.espindola at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=16773

Bug ID: 16773
   Summary: Cannot process a R_X86_64_TPOFF32 against .tdata
   Product: binutils
   Version: unspecified
Status: NEW
  Severity: normal
  Priority: P2
 Component: gold
  Assignee: ian at airs dot com
  Reporter: rafael.espindola at gmail dot com
CC: ccoutant at google dot com

Created attachment 7501
  --> https://sourceware.org/bugzilla/attachment.cgi?id=7501&action=edit
testcase

I was curious if R_X86_64_TPOFF32 would work if given .tdata and an offset
instead of a regular symbol.

I don't see a reason why it shouldn't, given that it is just an offset. It
works with bfd ld, but not gold:

$ gcc test.o -fuse-ld=bfd -o test && ./test; echo $?
42
$ gcc test.o -fuse-ld=gold -o test && ./test; echo $?
Segmentation fault
139

-- 
You are receiving this mail because:
You are on the CC list for the bug.

___
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils