bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug ld/24426] Binutils 2.28.1 segfault when presented (any) linker scri


From: kallisti5 at unixzen dot com
Subject: [Bug ld/24426] Binutils 2.28.1 segfault when presented (any) linker script on riscv64
Date: Tue, 09 Apr 2019 17:40:57 +0000

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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]