Fix typo in last change

This commit is contained in:
Michael Meissner 1995-10-06 16:37:31 +00:00
parent 249479faf1
commit 45b5d2f039
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
Fri Oct 6 12:24:47 1995 Michael Meissner <meissner@tiktok.cygnus.com>
* coff-rs6000.c (xcoff_write_archive_contents): Return false, not
NULL.
* config.bfd (powerpc{,le}-{elf,sysv4,eabi,solaris2}): Add NT, and
Mac object file formats.

View File

@ -1033,7 +1033,7 @@ xcoff_write_archive_contents (abfd)
if (stat (bfd_get_filename (sub), &s) != 0)
{
bfd_set_error (bfd_error_system_call);
return NULL;
return false;
}
sprintf (ahdrp->size, "%ld", (long) s.st_size);