On Fri, 14 Nov 2014, Ilya Enkovich wrote: > Hi, > > This patch introduces a simple library with several wrappers to be used > with MPX and Pointer Bounds Checker. Wrappers allow to obtain, copy and > just keep alive bounds whrough widely use library calls. It > significantly increases checking quality.
Please use symbol versioning in the new library (so the exported functions are versioned at some symbol version, and any functions added in future for GCC 6 that aren't in the version shipped with GCC 5 get a new symbol version, and so on). -- Joseph S. Myers jos...@codesourcery.com