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:
1b29edd
)
2002-09-26Martin M. Hunt <hunt@redhat.com>
author
Martin Hunt
<hunt@redhat.com>
Fri, 27 Sep 2002 00:49:01 +0000
(
00:49
+0000)
committer
Martin Hunt
<hunt@redhat.com>
Fri, 27 Sep 2002 00:49:01 +0000
(
00:49
+0000)
* mips-tdep.c (find_proc_desc): Initialize startaddr.
gdb/ChangeLog
patch
|
blob
|
history
gdb/mips-tdep.c
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index 9d17e40a557f41e82f55fb07f0b8f7a87be24311..939e0a829cbaac274fdd378a4d98a6f5f58f3323 100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-1,3
+1,8
@@
+2002-09-26Martin M. Hunt <hunt@redhat.com>
+
+ * mips-tdep.c (find_proc_desc): Initialize startaddr.
+
+
2002-09-26 Andrew Cagney <ac131313@redhat.com>
* rs6000-tdep.c (rs6000_frame_chain): Don't chain past the dummy
diff --git
a/gdb/mips-tdep.c
b/gdb/mips-tdep.c
index f54f19c2ad702be0bbd7679550925b9476ff1698..95b288ce6da7c1dbd51e80a5d9343829bac47b33 100644
(file)
--- a/
gdb/mips-tdep.c
+++ b/
gdb/mips-tdep.c
@@
-2336,7
+2336,7
@@
static mips_extra_func_info_t
find_proc_desc (CORE_ADDR pc, struct frame_info *next_frame, int cur_frame)
{
mips_extra_func_info_t proc_desc;
- CORE_ADDR startaddr;
+ CORE_ADDR startaddr
= 0
;
proc_desc = non_heuristic_proc_desc (pc, &startaddr);