On Nov 27, 2017, at 11:40 PM, Nimesh Prajapati
wrote:
> From: Yogesh Prasad
>
> Description
> This patch will correct the sequence of -pie and -shared options.
> When used together, -pie should be provided to the linker before
> -shared. If -pie is provided after -shared, the linker throws
> b
From: Yogesh Prasad
Description
This patch will correct the sequence of -pie and -shared options.
When used together, -pie should be provided to the linker before
-shared. If -pie is provided after -shared, the linker throws
below error.
---