This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH]: Enable catch syscall test on sparc


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]