bug-binutils
[Top][All Lists]
Advanced

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

[Bug ld/26404] ld: INSERT [AFTER|BEFORE] variant for extension purposes


From: i at maskray dot me
Subject: [Bug ld/26404] ld: INSERT [AFTER|BEFORE] variant for extension purposes
Date: Mon, 07 Jun 2021 19:29:54 +0000

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

--- Comment #11 from Fangrui Song <i at maskray dot me> ---
My latest revision of https://reviews.llvm.org/D103303 switched to a new
keyword "OVERWRITE_SECTIONS". I dropped the command line option.One can place
more than descriptions, though there is no ordering requirement, e.g.

OVERWRITE_SECTIONS {
  .foo.data : { FOO_DATA_START = .; *(.foo.data) FOO_DATA_END = .;  }
  .foo.text : { FOO_TEXT_START = .; *(.foo.text) FOO_TEXT_END = .;  }
}

.foo.data can be after .foo.text .

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