2074N/A--- gdb-7.6/gdb/regcache.h 2012-12-31 22:32:49.000000000 -0800
2074N/A+++ gdb-7.6/gdb/regcache.h 2013-10-06 14:00:15.961135100 -0700
2074N/A@@ -191,4 +191,8 @@
2074N/A extern void registers_changed (void);
2074N/A extern void registers_changed_ptid (ptid_t);
2074N/A
2074N/A+extern int set_regcache_from_corefile (struct regcache *regcache);
2074N/A+extern int regcache_from_corefile (const struct regcache *regcache);
2074N/A+
2074N/A #endif /* REGCACHE_H */
2074N/A+