25 Jun 2012 22:11
FYI: convert gdb.asm
Tom Tromey <tromey <at> redhat.com>
2012-06-25 20:11:21 GMT
2012-06-25 20:11:21 GMT
I'm checking this in.
This converts gdb.asm to use the new test suite procs.
It also fixes a bug where gdb.asm built the object files directly in
".". This is wrong because it can cause hidden parallelization bugs,
should any other test case happen to use the same file names. (Unlikely
in this instance, but still.)
Regtested on x86-64 Fedora 16.
Tom
2012-06-25 Tom Tromey <tromey <at> redhat.com>
* gdb.asm/asm-source.exp: Use standard_output_file,
standard_testfile. Construct .o files in proper subdir.
Index: gdb.asm/asm-source.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.asm/asm-source.exp,v
retrieving revision 1.86
diff -u -r1.86 asm-source.exp
--- gdb.asm/asm-source.exp 16 Jan 2012 16:21:44 -0000 1.86
+++ gdb.asm/asm-source.exp 25 Jun 2012 20:09:39 -0000
<at> <at> -27,12 +27,14 <at> <at>
set link-flags "-e _start"
set debug-flags ""
+set obj_include -I[standard_output_file {}]
(Continue reading)
RSS Feed