2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
authorMichael Chastain <mec@google.com>
Fri, 9 Jan 2004 01:36:26 +0000 (01:36 +0000)
committerMichael Chastain <mec@google.com>
Fri, 9 Jan 2004 01:36:26 +0000 (01:36 +0000)
* config/pa/tm-hppa.h: Update extern declarations for
hppa32_hpux_frame_saved_pc_in_sigtramp,
hppa32_hpux_frame_base_before_sigtramp, and
hppa32_hpux_frame_find_saved_regs_in_sigtramp.

gdb/ChangeLog
gdb/config/pa/tm-hppah.h

index 12fafc09df3e71416305a9b62a02421827bfbbd5..4d6dd0c18a5d6f436df223aa7cb914312ee8cf65 100644 (file)
@@ -1,3 +1,10 @@
+2004-01-08  Michael Chastain  <mec.gnu@mindspring.com>
+
+       * config/pa/tm-hppa.h: Update extern declarations for
+       hppa32_hpux_frame_saved_pc_in_sigtramp,
+       hppa32_hpux_frame_base_before_sigtramp, and
+       hppa32_hpux_frame_find_saved_regs_in_sigtramp.
+
 2004-01-08  Michael Chastain  <mec.gnu@mindspring.com>
 
        * config/pa/tm-hppah.h: Update copyright years.
 2004-01-08  Michael Chastain  <mec.gnu@mindspring.com>
 
        * config/pa/tm-hppah.h: Update copyright years.
index 8a94764e0c1fad156ec34657aa2a6539890ee60c..0d0dde3b703d8a6208d0e50dfc41dc555b92b377 100644 (file)
@@ -1,5 +1,5 @@
 /* Parameters for execution on an HP PA-RISC machine, running HPUX, for GDB.
 /* Parameters for execution on an HP PA-RISC machine, running HPUX, for GDB.
-   Copyright 1991, 1992, 1995, 1998, 2002, 2003
+   Copyright 1991, 1992, 1995, 1998, 2002, 2003, 2004
    Free Software Foundation, Inc.
 
    Contributed by the Center for Software Science at the
    Free Software Foundation, Inc.
 
    Contributed by the Center for Software Science at the
@@ -36,17 +36,17 @@ struct frame_info;
 #include "somsolib.h"
 #endif
 
 #include "somsolib.h"
 #endif
 
-extern void hppa_hpux_frame_saved_pc_in_sigtramp (struct frame_info *fi,
+extern void hppa32_hpux_frame_saved_pc_in_sigtramp (struct frame_info *fi,
                                                   CORE_ADDR *tmp);
 #define FRAME_SAVED_PC_IN_SIGTRAMP(FRAME, TMP) \
   hppa32_hpux_frame_saved_pc_in_sigtramp (FRAME, TMP)
 
                                                   CORE_ADDR *tmp);
 #define FRAME_SAVED_PC_IN_SIGTRAMP(FRAME, TMP) \
   hppa32_hpux_frame_saved_pc_in_sigtramp (FRAME, TMP)
 
-extern void hppa_hpux_frame_base_before_sigtramp (struct frame_info *fi,
+extern void hppa32_hpux_frame_base_before_sigtramp (struct frame_info *fi,
                                                   CORE_ADDR *tmp);
 #define FRAME_BASE_BEFORE_SIGTRAMP(FRAME, TMP) \
   hppa32_hpux_frame_base_before_sigtramp (FRAME, TMP)
 
                                                   CORE_ADDR *tmp);
 #define FRAME_BASE_BEFORE_SIGTRAMP(FRAME, TMP) \
   hppa32_hpux_frame_base_before_sigtramp (FRAME, TMP)
 
-extern void hppa_hpux_frame_find_saved_regs_in_sigtramp
+extern void hppa32_hpux_frame_find_saved_regs_in_sigtramp
               (struct frame_info *fi, CORE_ADDR *fsr);
 #define FRAME_FIND_SAVED_REGS_IN_SIGTRAMP(FRAME, FSR) \
   hppa32_hpux_frame_find_saved_regs_in_sigtramp (FRAME, FSR)
               (struct frame_info *fi, CORE_ADDR *fsr);
 #define FRAME_FIND_SAVED_REGS_IN_SIGTRAMP(FRAME, FSR) \
   hppa32_hpux_frame_find_saved_regs_in_sigtramp (FRAME, FSR)
This page took 0.028034 seconds and 4 git commands to generate.