From: Jan Kratochvil Date: Wed, 6 Aug 2008 21:39:51 +0000 (+0000) Subject: . X-Git-Tag: v4.5.18~14 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3aba527d45efd1a425e0db5e2b912764588a2342;p=strace . --- diff --git a/ChangeLog b/ChangeLog index 4ed0dd69..b5453434 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2008-08-06 Jan Kratochvil + + Fix compiler warnings. + * signal.c (sys_signal): Cast to SIG_* to the matching type LONG. + * strace.c (trace): Variables PSR and PC are now signed. + * syscall.c (syscall_enter): Variable RBS_END is now signed long. + Remove/add the RBS_END casts appropriately. + * util.c [IA64] (arg_setup): Variable BSP is now signed long. + Remove/add the BSP casts appropriately. + : Initialize *STATE. + 2008-07-31 Roland McGrath * Makefile.am (EXTRA_DIST): Add new linux/arm/ files.