+
+ * gdb.asm/asm-source.exp: Adjust.
+ * gdb.base/help.exp: Adjust.
+
+
+ * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir)
+ (do_syscall_tests_without_xml): Set data-directory to
+ /the/path/to/nowhere.
+
+
+ * gdb.threads/local-watch-wrong-thread.c,
+ gdb.threads/local-watch-wrong-thread.exp: New files.
+
+
+ * gdb.cp/cplusfuncs.exp (info_func_regexp, print_addr): Don't
+ assume new `regsub' syntax available.
+
+
+ * gdb.base/watchpoint-hw-hit-once.exp,
+ gdb.base/watchpoint-hw-hit-once.c: New.
+
+
+ * gdb.threads/watchthreads-reorder.exp,
+ gdb.threads/watchthreads-reorder.c: New.
+
+
+ * gdb.xml/tdesc-regs.exp: Use for m68k.
+
+
+ * gdb.base/watch-vfork.c, gdb.base/watch-vfork.exp: New files.
+
+
+ * lib/gdb.exp (current_target_name): New procedure.
+ (gdb_wrapper_target): New variable.
+ (gdb_wrapper_init): Set gdb_wrapper_target.
+ (default_gdb_init): Check gdb_wrapper_target before rebuilding the
+ wrapper.
+
+
+ * gdb.base/remote.exp: Delete the slowest load test.
+ Do not load with fixed packet sizes.
+
+
+ * gdb.cp/virtfunc.exp (do_tests): If runto_main fails, give up.
+
+
+ * gdb.base/freebpcmd.exp: Delete unused variable. Specify
+ srcfile when setting a breakpoint.
+
+
+ * gdb.base/find.c (int8_t, int16_t, int32_t, int64_t): Undefine
+ macros.
+
+
+ * gdb.cp/formatted-ref.exp (test_p_x_ref_addr): Allow the reference
+ to be in memory.
+ * gdb.base/display.c (force_mem): New.
+ (do_loops): Use it. Add breakpoint comments.
+ (do_vars): Add a breakpoint comment.
+ * gdb.base/display.exp: Use gdb_get_line_number. Remove hardcoded
+ line numbers.
+
+
+ * gdb.base/pending.exp: Use gdb_run_cmd to start the program
+ instead of a bare "run".
+
* gdb.python/py-prettyprint.exp: Adjust.