gdb/ChangeLog:
* regcache.c (regcache_read_ftype, regcache_write_ftype):
Remove.
+2018-05-16 Simon Marchi <simon.marchi@ericsson.com>
+
+ * regcache.c (regcache_read_ftype, regcache_write_ftype):
+ Remove.
+
2018-05-15 Tamar Christina <tamar.christina@arm.com>
PR binutils/21446
/* Perform a partial register transfer using a read, modify, write
operation. */
-typedef void (regcache_read_ftype) (struct regcache *regcache, int regnum,
- void *buf);
-typedef void (regcache_write_ftype) (struct regcache *regcache, int regnum,
- const void *buf);
-
enum register_status
readable_regcache::read_part (int regnum, int offset, int len, void *in,
bool is_raw)