aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorMichael Chastain <mec@google.com>2004-01-09 01:36:26 +0000
committerMichael Chastain <mec@google.com>2004-01-09 01:36:26 +0000
commiteccfb6404e7b8e6bc2e6691c8978d9b4efabc7f2 (patch)
tree2781ccc16a173882122ccf00d8b05c969497f6f4 /gdb
parent848c5feb740918e5e0a7e8a1d4e5b90bb36c8ff2 (diff)
downloadfsf-binutils-gdb-eccfb6404e7b8e6bc2e6691c8978d9b4efabc7f2.zip
fsf-binutils-gdb-eccfb6404e7b8e6bc2e6691c8978d9b4efabc7f2.tar.gz
fsf-binutils-gdb-eccfb6404e7b8e6bc2e6691c8978d9b4efabc7f2.tar.bz2
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.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog7
-rw-r--r--gdb/config/pa/tm-hppah.h8
2 files changed, 11 insertions, 4 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 12fafc0..4d6dd0c 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,12 @@
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 Andrew Cagney <cagney@redhat.com>
diff --git a/gdb/config/pa/tm-hppah.h b/gdb/config/pa/tm-hppah.h
index 8a94764..0d0dde3 100644
--- a/gdb/config/pa/tm-hppah.h
+++ b/gdb/config/pa/tm-hppah.h
@@ -1,5 +1,5 @@
/* 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
@@ -36,17 +36,17 @@ struct frame_info;
#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)
-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)
-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)