This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
[PATCH 0/2] Testsuite: Add simple compile routines
- From: Alan Hayward <alan dot hayward at arm dot com>
- To: gdb-patches at sourceware dot org
- Cc: nd at arm dot com, Alan Hayward <alan dot hayward at arm dot com>
- Date: Thu, 6 Sep 2018 11:55:47 +0100
- Subject: [PATCH 0/2] Testsuite: Add simple compile routines
These two patches add two functions to reduce repeated code in the
testsuite library. Most benefit is in the first patch, but it made
sense to add the second patch for completeness.
I wrote these as part of another series, but it might no longer be
relevant for that series, so I split it out.
I've manually tested as many of these routines by using runtest on
the appropiate tests. There are a couple, such as the power extension
checks that I couldn't run, however those changes are the same as other
blocks which have been tested.
Alan Hayward (2):
Testsuite: Add gdb_can_simple_compile
Testsuite: Add gdb_simple_compile
gdb/testsuite/lib/gdb.exp | 431 ++++++++++++++--------------------------------
1 file changed, 133 insertions(+), 298 deletions(-)
--
2.15.2 (Apple Git-101.1)