https://sourceware.org/bugzilla/show_bug.cgi?id=24426

--- Comment #6 from Alexander von Gluck IV <kallisti5 at unixzen dot com> ---
Ok.  I slowly moved through the linker script. If I comment out this section ld
segfaults:

  /*
  .sdata          :
  {
    __global_pointer$ = . + 0x800;
    *(.srodata.cst16) *(.srodata.cst8) *(.srodata.cst4) *(.srodata.cst2)
*(.srodata .srodata.*)
    *(.sdata .sdata.* .gnu.linkonce.s.*)
  }
  */


That's inline with your __global_pointer comment (and the backtrace now that I
look at it)

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

Reply via email to