[PATCH v2 3/4] Refactor sigcontextinfo.h

Adhemerval Zanella adhemerval.zanella@linaro.org
Tue Aug 20 12:19:00 GMT 2019



On 20/08/2019 08:47, Florian Weimer wrote:
> * Adhemerval Zanella:
> 
>> 	* sysdeps/generic/profil-counter.h (__profil_counter): Cast to
>> 	uintptr_t.
>> 	(USE_SA_SIGINFO): New define.
>> 	* sysdeps/generic/sigcontextinfo.h (GET_PC): Replace with
>> 	sigcontext_get_pc.
>> 	* sysdeps/mach/hurd/i386/sigcontextinfo.h (GET_PC): Likewise.
>> 	* sysdeps/posix/profil.c (profil_count): Change PC argument to
>> 	uintptr_t.
>> 	(__profil): Use SA_SIGINFO for USE_SA_SIGINFO.
>> 	* sysdeps/posix/sprofil.c (profil_count): Change PCP argument to
>> 	uintptr_t.
>> 	(__sprofil): Use SA_SIGINFO for USE_SA_SIGINFO.
> 
> USE_SA_SIGINFO does not seem to be present in the patch.

Ack, fixed locally.



More information about the Libc-alpha mailing list