[PATCH]: Enable catch syscall test on sparc

Daniel Jacobowitz dan@codesourcery.com
Thu Feb 25 17:33:00 GMT 2010


On Thu, Feb 25, 2010 at 08:03:47AM -0800, David Miller wrote:
> 
> Now that these sparc targets support this feature we can enable the
> test in the testsuite.
> 
> While doing this I also noticed that the logic for setting the
> all_syscalls_numbers array was wrong, the test always evaluates to
> true because it goes:
> 
> 	if (!ARCH1 || !ARCH2 || ...
> 
> instead of the correct:
> 
> 	if (ARCH1 || ARCH2 || ...
> 
> so that gets fixed here too.
> 
> Ok to commit?

OK, thanks.

-- 
Daniel Jacobowitz
CodeSourcery



More information about the Gdb-patches mailing list