* coffcode.h (coff_rtype_to_howto): Initialise genrel.howto.
authorNick Clifton <nickc@redhat.com>
Thu, 19 Apr 2007 13:36:41 +0000 (13:36 +0000)
committerNick Clifton <nickc@redhat.com>
Thu, 19 Apr 2007 13:36:41 +0000 (13:36 +0000)
bfd/ChangeLog
bfd/coffcode.h

index 29ce21bb670c688b63eef94742f1c589c9ff4bc3..8d8645ec3ab643e617b215152b7473427e48cb5c 100644 (file)
@@ -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.
index d86247e246a78c3354335fced97f90613060a998..98d1c0886bf4aa02e2ff09ecd56e5de1c15e71be 100644 (file)
@@ -4950,6 +4950,7 @@ coff_rtype_to_howto (bfd *abfd ATTRIBUTE_UNUSED,
 {
   arelent genrel;
 
+  genrel.howto = NULL;
   RTYPE2HOWTO (&genrel, rel);
   return genrel.howto;
 }
This page took 0.031801 seconds and 4 git commands to generate.