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.