This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH] x86-64: Check PIC instead of SHARED in start.S
- From: Florian Weimer <fw at deneb dot enyo dot de>
- To: "H.J. Lu" <hongjiu dot lu at intel dot com>
- Cc: GNU C Library <libc-alpha at sourceware dot org>, "H.J. Lu" <hjl dot tools at gmail dot com>
- Date: Wed, 02 Aug 2017 19:19:28 +0200
- Subject: Re: [PATCH] x86-64: Check PIC instead of SHARED in start.S
- Authentication-results: sourceware.org; auth=none
- References: <20170802160005.GA3548@intel.com>
* H. J. Lu:
> Since start.o may be compiled as PIC, we should check PIC instead of
> SHARED.
>
> Any comments or objections?
Looks reasonable.