Re: [PATCH 1/17] Install asan_interface.h

2014-10-16 Thread Jakub Jelinek
On Thu, Oct 16, 2014 at 12:35:51PM +0400, Yury Gribov wrote: > 2014-10-15 Yury Gribov > > Backport from mainline > 2014-05-14 Yury Gribov > > PR sanitizer/61100 > > * Makefile.am (nodist_saninclude_HEADERS): Install > public headers. > * Makefile.in: Reg

[PATCH 1/17] Install asan_interface.h

2014-10-16 Thread Yury Gribov
This patch adds support for asan_interface.h installation (it's required by tests in other patches). One change compared to mainline: asan_interface.h in 4.9 isn't C friendly (it uses bool type) so I had to replace bool with unsigned char in tests. The actual value isn't used by the test so I