Re: Symbols.map for libutil

2017-12-13 Thread Philip Guenther
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

Re: Symbols.map for libutil

2017-12-13 Thread Theo de Raadt
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

Symbols.map for libutil

2017-12-13 Thread Mark Kettenis
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