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:
0a5429f
)
* gdbtypes.c (check_typedef): Tweak comment.
author
Doug Evans
<dje@google.com>
Wed, 8 Dec 2010 21:33:20 +0000
(21:33 +0000)
committer
Doug Evans
<dje@google.com>
Wed, 8 Dec 2010 21:33:20 +0000
(21:33 +0000)
gdb/ChangeLog
patch
|
blob
|
history
gdb/gdbtypes.c
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index f54caeec2f349b655536118f694e3875845ab6da..75c7e323d9b79055b59ba6986f154f15cec96f82 100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-1,5
+1,7
@@
2010-12-08 Doug Evans <dje@google.com>
+ * gdbtypes.c (check_typedef): Tweak comment.
+
PR symtab/12302
* dwarf2read.c (struct psymtab_cu_index_map): New struct.
(hash_psymtab_cu_index, eq_psymtab_cu_index): New functions.
diff --git
a/gdb/gdbtypes.c
b/gdb/gdbtypes.c
index d96d0f86ec1799f70520b0e5bbb1572a8d016d5a..b651098dda846b6db7289307d84f23d3b64788a5 100644
(file)
--- a/
gdb/gdbtypes.c
+++ b/
gdb/gdbtypes.c
@@
-1582,7
+1582,7
@@
check_typedef (struct type *type)
if (TYPE_STUB (target_type) || TYPE_TARGET_STUB (target_type))
{
- /*
Empty
. */
+ /*
Nothing we can do
. */
}
else if (TYPE_CODE (type) == TYPE_CODE_ARRAY
&& TYPE_NFIELDS (type) == 1