* coff-rs6000.c (xcoff_generate_rtinit): Fix typo.
authorAlan Modra <amodra@gmail.com>
Tue, 25 Jun 2002 07:40:49 +0000 (07:40 +0000)
committerAlan Modra <amodra@gmail.com>
Tue, 25 Jun 2002 07:40:49 +0000 (07:40 +0000)
bfd/ChangeLog
bfd/coff-rs6000.c

index daf5ca3..cf5d913 100644 (file)
@@ -1,5 +1,9 @@
 2002-06-25  Alan Modra  <amodra@bigpond.net.au>
 
+       * coff-rs6000.c (xcoff_generate_rtinit): Fix typo.
+
+2002-06-25  Alan Modra  <amodra@bigpond.net.au>
+
        * aout-adobe.c: Don't compare against "true" or "false.
        * aout-target.h: Likewise.
        * aoutx.h: Likewise.
index a18aa5e..025372d 100644 (file)
@@ -3752,7 +3752,7 @@ xcoff_generate_rtinit  (abfd, init, fini, rtld)
     {
       string_table_size += 4;
       string_table = (bfd_byte *) bfd_zmalloc (string_table_size);
-      if (string_table_size == NULL)
+      if (string_table == NULL)
        return false;
 
       val = string_table_size;