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:
380bca9
)
* dwarf2read.c (lookup_signatured_type): Return NULL instead of 0.
author
Doug Evans
<dje@google.com>
Wed, 18 Apr 2012 06:24:48 +0000
(06:24 +0000)
committer
Doug Evans
<dje@google.com>
Wed, 18 Apr 2012 06:24:48 +0000
(06:24 +0000)
gdb/ChangeLog
patch
|
blob
|
history
gdb/dwarf2read.c
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index 93aca70a2d62f21346674b7d8bde8172547ce720..2bd50320c663fb6652406bbd089786119b30c09c 100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-1,5
+1,7
@@
2012-04-17 Doug Evans <dje@google.com>
+ * dwarf2read.c (lookup_signatured_type): Return NULL instead of 0.
+
* dwarf2read.c: Whitespace fixes.
(lookup_signatured_type): Tweak comment.
(get_die_type_at_offset): Fix comment.
diff --git
a/gdb/dwarf2read.c
b/gdb/dwarf2read.c
index 47c36c3334f59f22b1d0c2f26b6196e1a8be2079..52ed45894725a1d67097979fc273365dbe5cd2ec 100644
(file)
--- a/
gdb/dwarf2read.c
+++ b/
gdb/dwarf2read.c
@@
-3362,7
+3362,7
@@
lookup_signatured_type (ULONGEST sig)
{
complaint (&symfile_complaints,
_("missing `.debug_types' section for DW_FORM_ref_sig8 die"));
- return
0
;
+ return
NULL
;
}
find_entry.signature = sig;