aboutsummaryrefslogtreecommitdiff
path: root/include/gdb/sim-d10v.h
diff options
context:
space:
mode:
authorcvs2svn <>2003-05-09 11:36:10 +0000
committercvs2svn <>2003-05-09 11:36:10 +0000
commit78a97d37bbe1abae26cc68ad87c93e80a69b08df (patch)
treea513d2c34ad82b285d4f12e65c34082324daec7c /include/gdb/sim-d10v.h
parent7133c258c527e353cd426ac59f258130ffbe80bd (diff)
downloadnewlib-78a97d37bbe1abae26cc68ad87c93e80a69b08df.zip
newlib-78a97d37bbe1abae26cc68ad87c93e80a69b08df.tar.gz
newlib-78a97d37bbe1abae26cc68ad87c93e80a69b08df.tar.bz2
ppc64-linux-20030509-branch'. Sprout from binutils-2_14-branch 2003-04-24 12:36:09 UTC cvs2svn 'This commit was manufactured by cvs2svn to create branch 'binutils-' Cherrypick from master 2003-05-09 11:36:09 UTC Alan Modra <modra@gmail.com> ' * xtensa-isa-internal.h (xtensa_isa_module_struct): Remove const on': ChangeLog MAINTAINERS Makefile.in Makefile.tpl config-ml.in djunpack.bat include/ChangeLog include/bfdlink.h include/gdb/ChangeLog include/gdb/sim-d10v.h include/hashtab.h include/xtensa-isa-internal.h src-release
Diffstat (limited to 'include/gdb/sim-d10v.h')
-rw-r--r--include/gdb/sim-d10v.h11
1 files changed, 7 insertions, 4 deletions
diff --git a/include/gdb/sim-d10v.h b/include/gdb/sim-d10v.h
index f153a41..8294b14 100644
--- a/include/gdb/sim-d10v.h
+++ b/include/gdb/sim-d10v.h
@@ -58,20 +58,23 @@ extern unsigned long sim_d10v_translate_dmap_addr
(unsigned long offset,
int nr_bytes,
unsigned long *phys,
- unsigned long (*dmap_register) (int reg_nr));
+ void *regcache,
+ unsigned long (*dmap_register) (void *regcache, int reg_nr));
extern unsigned long sim_d10v_translate_imap_addr
(unsigned long offset,
int nr_bytes,
unsigned long *phys,
- unsigned long (*imap_register) (int reg_nr));
+ void *regcache,
+ unsigned long (*imap_register) (void *regcache, int reg_nr));
extern unsigned long sim_d10v_translate_addr
(unsigned long vaddr,
int nr_bytes,
unsigned long *phys,
- unsigned long (*dmap_register) (int reg_nr),
- unsigned long (*imap_register) (int reg_nr));
+ void *regcache,
+ unsigned long (*dmap_register) (void *regcache, int reg_nr),
+ unsigned long (*imap_register) (void *regcache, int reg_nr));
/* The simulator makes use of the following register information. */