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: Why is _dl_relocate_static_pie linked into crt1.o?


On 07/05/2018 03:55 PM, Carlos O'Donell wrote:
Florian's question was "Why is?" and we've answered that.

Do we need to do anything else?

I need to fix this because _dl_relocate_static_pie is not built with stack protector and thus violates our compiler flag policy.

It does not matter that the function is empty. Each function we need to whitelist in some way is additional overhead.

Thanks,
Florian


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