projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e100df1
)
Constify unwind_command
author
Tom Tromey
<tom@tromey.com>
Sun, 10 Sep 2017 03:52:56 +0000
(21:52 -0600)
committer
Tom Tromey
<tom@tromey.com>
Wed, 27 Sep 2017 14:44:42 +0000
(08:44 -0600)
gdb/ChangeLog
2017-09-27 Tom Tromey <tom@tromey.com>
* hppa-tdep.c (unwind_command): Constify.
gdb/ChangeLog
patch
|
blob
|
history
gdb/hppa-tdep.c
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index e67d380b6c9fbe682970817e7e2f60388843da9f..acdd73a502ba7b887cdf5d740b406671328439c1 100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-1,3
+1,7
@@
+2017-09-27 Tom Tromey <tom@tromey.com>
+
+ * hppa-tdep.c (unwind_command): Constify.
+
2017-09-27 Tom Tromey <tom@tromey.com>
* target-descriptions.c (unset_tdesc_filename_cmd)
diff --git
a/gdb/hppa-tdep.c
b/gdb/hppa-tdep.c
index 1a04588411d185b061b45f6efacc88864fcca33c..141399f6a391f2286d19840fba02496ab445fc76 100644
(file)
--- a/
gdb/hppa-tdep.c
+++ b/
gdb/hppa-tdep.c
@@
-2572,7
+2572,7
@@
hppa_lookup_stub_minimal_symbol (const char *name,
}
static void
-unwind_command (char *exp, int from_tty)
+unwind_command (c
onst c
har *exp, int from_tty)
{
CORE_ADDR address;
struct unwind_table_entry *u;