projects
/
external
/
binutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d4f3e9
)
Fix bollixed check-in
author
Michael Snyder
<msnyder@vmware.com>
Thu, 26 Jul 2007 21:58:44 +0000
(21:58 +0000)
committer
Michael Snyder
<msnyder@vmware.com>
Thu, 26 Jul 2007 21:58:44 +0000
(21:58 +0000)
bfd/linker.c
patch
|
blob
|
history
diff --git
a/bfd/linker.c
b/bfd/linker.c
index
d31752b
..
a679a32
100644
(file)
--- a/
bfd/linker.c
+++ b/
bfd/linker.c
@@
-2946,11
+2946,11
@@
already_linked_newfunc (struct bfd_hash_entry *entry ATTRIBUTE_UNUSED,
struct bfd_section_already_linked_hash_entry *ret =
bfd_hash_allocate (table, sizeof *ret);
- ret->entry = NULL;
-
if (ret == NULL)
return ret;
+ ret->entry = NULL;
+
return &ret->root;
}