From bc1127d210fdf02135bd24fd74c0d0a5f282099f Mon Sep 17 00:00:00 2001 From: cvs2svn <> Date: Fri, 9 May 2003 11:36:12 +0000 Subject: This commit was manufactured by cvs2svn to create tag '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 '2003-05-02 Chris Demetriou ': ChangeLog config-ml.in include/ChangeLog include/gdb/ChangeLog include/gdb/sim-d10v.h include/hashtab.h include/xtensa-isa-internal.h --- include/ChangeLog | 10 ---------- include/gdb/ChangeLog | 6 ------ include/gdb/sim-d10v.h | 11 ++++------- include/hashtab.h | 5 ----- include/xtensa-isa-internal.h | 2 +- 5 files changed, 5 insertions(+), 29 deletions(-) (limited to 'include') diff --git a/include/ChangeLog b/include/ChangeLog index b88ca7880..6d18714ee 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,13 +1,3 @@ -2003-05-09 Alan Modra - - * xtensa-isa-internal.h (xtensa_isa_module_struct): Remove const on - gen_num_opcodes_fn return type. - -2003-05-07 Jason Merrill - - * hashtab.h (iterative_hash): Prototype. - (iterative_hash_object): New macro. - 2003-04-28 H.J. Lu * bfdlink.h (bfd_link_info): Add relax_finalizing. diff --git a/include/gdb/ChangeLog b/include/gdb/ChangeLog index 77a8551a4..9a216a0f3 100644 --- a/include/gdb/ChangeLog +++ b/include/gdb/ChangeLog @@ -1,9 +1,3 @@ -2003-05-07 Andrew Cagney - - * sim-d10v.h (sim_d10v_translate_addr): Add regcache parameter. - (sim_d10v_translate_imap_addr): Add regcache parameter. - (sim_d10v_translate_dmap_addr): Ditto. - 2003-03-27 Nick Clifton * sim-arm.h (sim_arm_regs): Add iWMMXt registers. 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. */ diff --git a/include/hashtab.h b/include/hashtab.h index f7bd4ae69..7acb5eb28 100644 --- a/include/hashtab.h +++ b/include/hashtab.h @@ -183,11 +183,6 @@ extern htab_eq htab_eq_pointer; /* A hash function for null-terminated strings. */ extern hashval_t htab_hash_string PARAMS ((const PTR)); -/* An iterative hash function for arbitrary data. */ -extern hashval_t iterative_hash PARAMS ((const PTR, size_t, hashval_t)); -/* Shorthand for hashing something with an intrinsic size. */ -#define iterative_hash_object(OB,INIT) iterative_hash (&OB, sizeof (OB), INIT) - #ifdef __cplusplus } #endif /* __cplusplus */ diff --git a/include/xtensa-isa-internal.h b/include/xtensa-isa-internal.h index 7f221eae4..d2244c510 100644 --- a/include/xtensa-isa-internal.h +++ b/include/xtensa-isa-internal.h @@ -104,7 +104,7 @@ typedef struct xtensa_isa_internal_struct typedef struct xtensa_isa_module_struct { - int (*get_num_opcodes_fn) (void); + const int (*get_num_opcodes_fn) (void); xtensa_opcode_internal **(*get_opcodes_fn) (void); int (*decode_insn_fn) (const xtensa_insnbuf); struct config_struct *(*get_config_table_fn) (void); -- cgit v1.2.3