From: Steve Chamberlain Date: Tue, 5 May 1992 02:28:56 +0000 (+0000) Subject: Lint X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ae6e60b5012eb3225020252802c748966ae36746;p=binutils-gdb.git Lint --- diff --git a/bfd/seclet.c b/bfd/seclet.c index 871b26f8c6c..d13d683f893 100644 --- a/bfd/seclet.c +++ b/bfd/seclet.c @@ -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,