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 1/3] Generalize gdb.reverse/aarch64.exp


On 02/24/2016 02:40 PM, Yao Qi wrote:
> I said we can generialize gdb.reverse/aarch64.exp for other
> architectures https://sourceware.org/ml/gdb-patches/2015-05/msg00482.html
> and here is the patch to change aarch64.exp so that it can be used to
> test for other architectures as well.
> 
> gdb/testsuite:
> 
> 2016-02-24  Yao Qi  <yao.qi@linaro.org>
> 
> 	* gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
> 	(testcase_ftype): New.
> 	(testcases): New array.
> 	(n_testcases): New.
> 	(main): Call each element in testcases.
> 	* gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
> 	(read_testcase): New.
> 	Do the tests in a loop.

Thanks for splitting.  LGTM.

Thanks,
Pedro Alves


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