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:
a60a89d
)
* printcmd.c (build_address_symbolic): Fix comment.
author
Doug Evans
<dje@google.com>
Wed, 25 Feb 2009 18:26:53 +0000
(18:26 +0000)
committer
Doug Evans
<dje@google.com>
Wed, 25 Feb 2009 18:26:53 +0000
(18:26 +0000)
gdb/ChangeLog
patch
|
blob
|
history
gdb/printcmd.c
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index a021e3df0a34e218d999c3fd4d21dee9b33a4e08..3fc07ba84111284d523eb0c97e310f1a777cf031 100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-1,3
+1,7
@@
+2009-02-25 Doug Evans <dje@google.com>
+
+ * printcmd.c (build_address_symbolic): Fix comment.
+
2009-02-25 Hui Zhu <teawater@gmail.com>
* cli/cli-script.c (define_command): Add _() to query.
diff --git
a/gdb/printcmd.c
b/gdb/printcmd.c
index 04d7fe547a3c1a179b6eeeef3f5d0265ce926d6e..375f82ed7537a3645db1b7b1b06731794e8877a8 100644
(file)
--- a/
gdb/printcmd.c
+++ b/
gdb/printcmd.c
@@
-604,7
+604,7
@@
build_address_symbolic (CORE_ADDR addr, /* IN */
struct obj_section *section = NULL;
char *name_temp = "";
- /* Let's say it is
unmapped
. */
+ /* Let's say it is
mapped (not unmapped)
. */
*unmapped = 0;
/* Determine if the address is in an overlay, and whether it is