* hashtab.c: Change void * to PTR where necessary.
[deliverable/binutils-gdb.git] / gdb / arch-utils.h
index 1a147da49cb376d521535f05c8b5333e525ea567..2645a95e60a9df6e61de58918ef7fec2946456aa 100644 (file)
@@ -76,16 +76,25 @@ extern int frame_num_args_unknown (struct frame_info *fi);
    targets. */
 
 /* DEPRECATED pre- multi-arch interface.  Explicitly set the dynamic
-   target-system-dependant parameters based on bfd_architecture and
+   target-system-dependent parameters based on bfd_architecture and
    machine.  This function is deprecated, use
    set_gdbarch_from_arch_machine(). */
 
 extern void set_architecture_from_arch_mach (enum bfd_architecture, unsigned long);
 
-/* DEPRECATED pre- multi-arch interface.  Notify the target dependant
+/* DEPRECATED pre- multi-arch interface.  Notify the target dependent
    backend of a change to the selected architecture. A zero return
    status indicates that the target did not like the change. */
 
 extern int (*target_architecture_hook) (const struct bfd_arch_info *);
 
+
+/* Default raw->sim register re-numbering - does nothing. */
+
+extern int default_register_sim_regno (int reg_nr);
+
+/* Default conversion of function pointer address - returns address.  */
+
+extern CORE_ADDR default_convert_from_func_ptr_addr (CORE_ADDR addr);
+
 #endif
This page took 0.037764 seconds and 4 git commands to generate.