* coff-rs6000.c (xcoff_generate_rtinit): Fix typo.

This commit is contained in:
Alan Modra 2002-06-25 07:40:49 +00:00
parent bfac230e83
commit 021d609642
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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.

View 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;