summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/hppa-hpux-nat.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 58a809543f1..0613183986e 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,9 @@
2013-03-13 Pedro Alves <palves@redhat.com>
+ * hppa-hpux-nat.c (hppa_hpux_save_state_offset): Make static.
+
+2013-03-13 Pedro Alves <palves@redhat.com>
+
* dbxread.c (read_ofile_symtab, process_one_symbol): Remove
commented out code.
* demangle.c (current_demangling_style_string): Make it const.
diff --git a/gdb/hppa-hpux-nat.c b/gdb/hppa-hpux-nat.c
index ba2569d3202..4fb4e462041 100644
--- a/gdb/hppa-hpux-nat.c
+++ b/gdb/hppa-hpux-nat.c
@@ -41,7 +41,7 @@
the register size (32-bit or 64-bit). These are taken from
REGCACHE. */
-LONGEST
+static LONGEST
hppa_hpux_save_state_offset (struct regcache *regcache, int regnum)
{
LONGEST offset;