[PATCH v3 3/9] [gdb/testsuite] share jit-protocol.h by all jit tests

Simon Marchi simark@simark.ca
Sat Apr 18 02:38:14 GMT 2020


On 2020-03-31 1:13 p.m., Mihails Strasuns via Gdb-patches wrote:
> There was an existing jit-protocol.h defining common symbols needed for
> JIT-supporting application, however, it was only used by few tests.
> Others redeclared the same symbols.
> 
> This unifies all tests to use jit-protocol.h
> 
> gdb/testsuite/ChangeLog:
> 
> 2020-02-18  Mihails Strasuns  <mihails.strasuns@intel.com>
> 
> 	* gdb.base/jit-attach-pie.c: use jit-protocol.h
> 	* gdb.base/jit-elf-main.c: use jit-protocol.h
> 	* gdb.base/jit-reader-host.c: use jit-protocol.h
> 	* gdb.base/jit-reader-simple-jit.c: use jit-protocol.h
> 	* gdb.base/jit-protocol.h: update definitions to match all usage
> 	  contexts

Same comment about capital letter and period, that applies to all patches,
I'll stop mentioning it.

Ok with that fixed.

Simon


More information about the Gdb-patches mailing list