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:
7e71daa
)
* coffcode.h (coff_rtype_to_howto): Initialise genrel.howto.
author
Nick Clifton
<nickc@redhat.com>
Thu, 19 Apr 2007 13:36:41 +0000
(13:36 +0000)
committer
Nick Clifton
<nickc@redhat.com>
Thu, 19 Apr 2007 13:36:41 +0000
(13:36 +0000)
bfd/ChangeLog
patch
|
blob
|
history
bfd/coffcode.h
patch
|
blob
|
history
diff --git
a/bfd/ChangeLog
b/bfd/ChangeLog
index 29ce21bb670c688b63eef94742f1c589c9ff4bc3..8d8645ec3ab643e617b215152b7473427e48cb5c 100644
(file)
--- a/
bfd/ChangeLog
+++ b/
bfd/ChangeLog
@@
-1,3
+1,7
@@
+2007-04-19 Nick Clifton <nickc@redhat.com>
+
+ * coffcode.h (coff_rtype_to_howto): Initialise genrel.howto.
+
2007-04-19 Alan Modra <amodra@bigpond.net.au>
* bfd.c (bfd_demangle): New function.
diff --git
a/bfd/coffcode.h
b/bfd/coffcode.h
index d86247e246a78c3354335fced97f90613060a998..98d1c0886bf4aa02e2ff09ecd56e5de1c15e71be 100644
(file)
--- a/
bfd/coffcode.h
+++ b/
bfd/coffcode.h
@@
-4950,6
+4950,7
@@
coff_rtype_to_howto (bfd *abfd ATTRIBUTE_UNUSED,
{
arelent genrel;
+ genrel.howto = NULL;
RTYPE2HOWTO (&genrel, rel);
return genrel.howto;
}