On Thu, 14 Dec 2017, Mark Kettenis wrote:
> Diff below makes sure libutil doesn't export any unwanted symbols. The
> immediate motivation here is to prevent exportong certain libgcc symbols
> on armv7 that cause issues when switching from gcc to clang.
>
> With this diff, only symbols present in
Lovely.
> Diff below makes sure libutil doesn't export any unwanted symbols.
> The immediate motivation here is to prevent exportong certain libgcc
> symbols on armv7 that cause issues when switching from gcc to clang.
>
> With this diff, only symbols present in man pages and public header
> file
Diff below makes sure libutil doesn't export any unwanted symbols.
The immediate motivation here is to prevent exportong certain libgcc
symbols on armv7 that cause issues when switching from gcc to clang.
With this diff, only symbols present in man pages and public header
files are exported. A fe