- * solib-svr4.c (svr4_read_so_list): Ignore linux-vdso64.so.1, for ppc.
+ * solib-svr4.c (svr4_read_so_list): Ignore linux-vdso64.so.1, for ppc,
+ and update for -Wc++-compat changes.
+--- README.google 2015-09-05 18:49:14.000000000 -0700
++++ README.google 2015-09-05 18:55:44.000000000 -0700
++
++2015-09-05 Doug Evans <dje@google.com>
++
++ testsuite/
++ * gdb.base/dprintf-detach.exp: Cope with local patch. Ref# 2180247
sleep 1
}
- gdb_test "attach $inferior_pid" "Attaching to program: $escapedbinfile, process $inferior_pid.*Reading symbols from.*" "$test"
+ # GOOGLE LOCAL: Ref# 2180247
+ # We don't see "Reading symbols from ..." here.
+ gdb_test "attach $inferior_pid" "Attaching to program: $escapedbinfile, process $inferior_pid.*" "$test"
+ global hex
+ gdb_test "p/x \$pc" "= $hex"
}
}