Fix for PR gdb/209, PR gdb/156:
[deliverable/binutils-gdb.git] / gdb / h8300-tdep.c
index 8815b2cad96b2097b8f44ea2cf253fe229f3365e..e335fdb4d5db15494d3b540df1b75fe7d9a94872 100644 (file)
@@ -71,8 +71,6 @@ char **h8300_register_names = original_register_names;
 static CORE_ADDR examine_prologue ();
 static void set_machine_hook (char *filename);
 
-void h8300_frame_find_saved_regs ();
-
 CORE_ADDR
 h8300_skip_prologue (CORE_ADDR start_pc)
 {
@@ -434,7 +432,7 @@ h8300_frame_saved_pc (struct frame_info *frame)
 }
 
 CORE_ADDR
-frame_locals_address (struct frame_info *fi)
+h8300_frame_locals_address (struct frame_info *fi)
 {
   if (PC_IN_CALL_DUMMY (fi->pc, fi->frame, fi->frame))
     return (CORE_ADDR) 0;      /* Not sure what else to do... */
@@ -452,7 +450,7 @@ frame_locals_address (struct frame_info *fi)
    described by FI.  Returns 0 if the address is unknown.  */
 
 CORE_ADDR
-frame_args_address (struct frame_info *fi)
+h8300_frame_args_address (struct frame_info *fi)
 {
   if (PC_IN_CALL_DUMMY (fi->pc, fi->frame, fi->frame))
     return (CORE_ADDR) 0;      /* Not sure what else to do... */
@@ -611,7 +609,7 @@ h8300_push_return_address (CORE_ADDR pc, CORE_ADDR sp)
   return sp;
 }
 
-/* Function: pop_frame
+/* Function: h8300_pop_frame
    Restore the machine to the state it had before the current frame 
    was created.  Usually used either by the "RETURN" command, or by
    call_function_by_hand after the dummy_frame is finished. */
@@ -828,7 +826,7 @@ _initialize_h8300m (void)
 
 
 void
-print_register_hook (int regno)
+h8300_print_register_hook (int regno)
 {
   if (regno == 8)
     {
This page took 0.02645 seconds and 4 git commands to generate.