> Periods at the end of entries. You should just say "Regenerated." for > things like the configure script. Fixed > It's not a big deal, but please don't add this to new files. I don't > think that address has worked in a decade or more. We should get > rid of it. Fixed > Please avoid using send_gdb or gdb_expect, unless you have special > needs for them. If you have only one pass pattern, use gdb_test; > if you have more than one, use gdb_test_multiple. It works like > gdb_expect but includes the send_gdb and handles all sorts of > unexpected output for you. Done Took a different path as you suggested. The synching is being done via matching with the $gdb_prompt at the end of every test. This way it works flawlessly on both x86 and ppc. Passes 3 tests on ppc and passes 2 and fails 1 on x86. I've also moved the patch one level up in the tree to the testsuite directory. How does it look now? Regards, -- Luis Machado IBM Linux Technology Center e-mail: luisgpm@linux.vnet.ibm.com