Re: [PATCH 3/7] Update libsanitizer obstack interceptors

2015-11-08 Thread Jeff Law
On 11/07/2015 01:08 AM, Alan Modra wrote: New obstack uses sensible types, size_t instead of int for length params. Since libsanitizer does not use prototypes from obstack.h to call the real functions, it's necessary to update the libsanitizer function declarations emitted by the INTERCEPTOR

[PATCH 3/7] Update libsanitizer obstack interceptors

2015-11-07 Thread Alan Modra
New obstack uses sensible types, size_t instead of int for length params. Since libsanitizer does not use prototypes from obstack.h to call the real functions, it's necessary to update the libsanitizer function declarations emitted by the INTERCEPTOR macro. As per the comment added to