mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-27 14:00:30 +00:00
* coff-rs6000.c (xcoff_generate_rtinit): Fix typo.
This commit is contained in:
parent
bfac230e83
commit
021d609642
@ -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.
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user