Lint
authorSteve Chamberlain <sac@cygnus>
Tue, 5 May 1992 02:28:56 +0000 (02:28 +0000)
committerSteve Chamberlain <sac@cygnus>
Tue, 5 May 1992 02:28:56 +0000 (02:28 +0000)
bfd/seclet.c

index 871b26f8c6c40ca71659ca271f5fdb9c7d35687b..d13d683f8938443c4f59c9aa2729044f8b78fcbb 100644 (file)
@@ -60,7 +60,7 @@ DEFUN(rel,(abfd, seclet, output_section),
 
   if (output_section->flags & SEC_HAS_CONTENTS )
   {
-    bfd_byte *data = alloca(seclet->size);
+    bfd_byte *data = (bfd_byte *)alloca(seclet->size);
     data = bfd_get_relocated_section_contents(abfd, seclet, data);
     if(bfd_set_section_contents(abfd,
                                output_section,