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:
4929784
)
* gdbtypes.c (get_discrete_bounds): Fix a comment typo.
author
Wu Zhou
<woodzltc@cn.ibm.com>
Mon, 27 Jun 2005 08:38:13 +0000
(08:38 +0000)
committer
Wu Zhou
<woodzltc@cn.ibm.com>
Mon, 27 Jun 2005 08:38:13 +0000
(08:38 +0000)
gdb/ChangeLog
patch
|
blob
|
history
gdb/gdbtypes.c
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index 7a365e3e51a74ce109135b990e9628781b01d977..7fc768be78a7f6736e2e584583f3562d0c1bea11 100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-1,3
+1,7
@@
+2005-06-27 Wu Zhou <woodzltc@cn.ibm.com>
+
+ * gdbtypes.c (get_discrete_bounds): Fix a comment typo.
+
2005-06-25 Mark Kettenis <kettenis@gnu.org>
* sol-thread.c (sol_thread_xfer_memory): Change type of second
diff --git
a/gdb/gdbtypes.c
b/gdb/gdbtypes.c
index 86f1bebfeadc36fdd6c418ff0c51d58c95132f30..c1af73164c57253a72b62bd47e7f5760f173c6f4 100644
(file)
--- a/
gdb/gdbtypes.c
+++ b/
gdb/gdbtypes.c
@@
-684,7
+684,7
@@
create_range_type (struct type *result_type, struct type *index_type,
}
/* Set *LOWP and *HIGHP to the lower and upper bounds of discrete type TYPE.
- Return 1
o
f type is a range type, 0 if it is discrete (and bounds
+ Return 1
i
f type is a range type, 0 if it is discrete (and bounds
will fit in LONGEST), or -1 otherwise. */
int