This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gold vs libc


On Thu, Sep 11, 2014 at 9:00 AM, Cary Coutant <ccoutant@google.com> wrote:
>
> I could also special case by filename -- check
> is_in_system_directory(), and if true, check the filename to see if it
> contains "begin" or "end".

Note that we already special case crtbegin and crtend in
Output_section::Input_section_sort_compare::operator().  This is to
emulate the GNU linker's special casing of crtbegin and crtend in
ld/scripttempl/elf.sc.

Ian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]