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:
bcbfd75
)
* blockframe.c (_initialize_blockframe): Remove declaration.
author
Tom Tromey
<tromey@redhat.com>
Fri, 23 Oct 2009 19:40:31 +0000
(19:40 +0000)
committer
Tom Tromey
<tromey@redhat.com>
Fri, 23 Oct 2009 19:40:31 +0000
(19:40 +0000)
gdb/ChangeLog
patch
|
blob
|
history
gdb/blockframe.c
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index 99868750c40ead7fa04099666587ce0e7329f2c7..76935ca048a5958ddcd237fa7562209b4228f66b 100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-1,3
+1,7
@@
+2009-10-23 Tom Tromey <tromey@redhat.com>
+
+ * blockframe.c (_initialize_blockframe): Remove declaration.
+
2009-10-23 Doug Evans <dje@google.com>
* record.c (record_core_xfer_partial): Pass correct offset to
diff --git
a/gdb/blockframe.c
b/gdb/blockframe.c
index f3d631108a47b9d404307c3ac02c15c624273500..db2d12bfe0455be16f61f2b7b1017155911f9db3 100644
(file)
--- a/
gdb/blockframe.c
+++ b/
gdb/blockframe.c
@@
-38,10
+38,6
@@
#include "block.h"
#include "inline-frame.h"
-/* Prototypes for exported functions. */
-
-void _initialize_blockframe (void);
-
/* Return the innermost lexical block in execution
in a specified stack frame. The frame address is assumed valid.