mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 13:27:26 +08:00
* coff-rs6000.c (xcoff_generate_rtinit): Fix typo.
This commit is contained in:
@ -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>
|
2002-06-25 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
* aout-adobe.c: Don't compare against "true" or "false.
|
* 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_size += 4;
|
||||||
string_table = (bfd_byte *) bfd_zmalloc (string_table_size);
|
string_table = (bfd_byte *) bfd_zmalloc (string_table_size);
|
||||||
if (string_table_size == NULL)
|
if (string_table == NULL)
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
val = string_table_size;
|
val = string_table_size;
|
||||||
|
Reference in New Issue
Block a user