bug-binutils
[Top][All Lists]
Advanced

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

[Bug ld/26268] --gc-sections -u __start_cident inconsistent for -r and n


From: hjl.tools at gmail dot com
Subject: [Bug ld/26268] --gc-sections -u __start_cident inconsistent for -r and non-relocatable links
Date: Sun, 26 Jul 2020 12:34:15 +0000

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

--- Comment #3 from H.J. Lu <hjl.tools at gmail dot com> ---
__start_cident isn't meaningful for -r since the output cident section isn't
the final one.  Try "-T keep.t" with

--keep.t--
SECTIONS
{
  cident : { KEEP(*(cident)) }
}
--

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