Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcvs2svn <>2003-05-09 15:36:12 +0400
committercvs2svn <>2003-05-09 15:36:12 +0400
commitbc1127d210fdf02135bd24fd74c0d0a5f282099f (patch)
treefb268e20d6af69f3726865bcd990c32fdd8edd57 /include/gdb/sim-d10v.h
parent78a97d37bbe1abae26cc68ad87c93e80a69b08df (diff)
This commit was manufactured by cvs2svn to create tagkettenis_i386newframe-20030504-mergepoint
'kettenis_i386newframe-20030504-mergepoint'. Sprout from jimb-ppc64-linux-20030509-branch 2003-05-09 11:36:10 UTC cvs2svn 'This commit was manufactured by cvs2svn to create branch 'jimb-' Cherrypick from master 2003-05-03 01:31:50 UTC Chris Demetriou <cgd@broadcom.com> '2003-05-02 Chris Demetriou <cgd@broadcom.com>': ChangeLog config-ml.in include/ChangeLog include/gdb/ChangeLog include/gdb/sim-d10v.h include/hashtab.h include/xtensa-isa-internal.h
Diffstat (limited to 'include/gdb/sim-d10v.h')
-rw-r--r--include/gdb/sim-d10v.h11
1 files changed, 4 insertions, 7 deletions
diff --git a/include/gdb/sim-d10v.h b/include/gdb/sim-d10v.h
index 8294b1485..f153a4194 100644
--- a/include/gdb/sim-d10v.h
+++ b/include/gdb/sim-d10v.h
@@ -58,23 +58,20 @@ extern unsigned long sim_d10v_translate_dmap_addr
(unsigned long offset,
int nr_bytes,
unsigned long *phys,
- void *regcache,
- unsigned long (*dmap_register) (void *regcache, int reg_nr));
+ unsigned long (*dmap_register) (int reg_nr));
extern unsigned long sim_d10v_translate_imap_addr
(unsigned long offset,
int nr_bytes,
unsigned long *phys,
- void *regcache,
- unsigned long (*imap_register) (void *regcache, int reg_nr));
+ unsigned long (*imap_register) (int reg_nr));
extern unsigned long sim_d10v_translate_addr
(unsigned long vaddr,
int nr_bytes,
unsigned long *phys,
- void *regcache,
- unsigned long (*dmap_register) (void *regcache, int reg_nr),
- unsigned long (*imap_register) (void *regcache, int reg_nr));
+ unsigned long (*dmap_register) (int reg_nr),
+ unsigned long (*imap_register) (int reg_nr));
/* The simulator makes use of the following register information. */