aboutsummaryrefslogtreecommitdiff
path: root/bfd/seclet.c
diff options
context:
space:
mode:
authorSteve Chamberlain <sac@cygnus>1992-05-05 02:28:56 +0000
committerSteve Chamberlain <sac@cygnus>1992-05-05 02:28:56 +0000
commitae6e60b5012eb3225020252802c748966ae36746 (patch)
treec7042683a08b73230b89266c4e66f67c9cf045bd /bfd/seclet.c
parentc58dbabf26596a2918885e4a68ae875b3585d732 (diff)
downloadgdb-ae6e60b5012eb3225020252802c748966ae36746.zip
gdb-ae6e60b5012eb3225020252802c748966ae36746.tar.gz
gdb-ae6e60b5012eb3225020252802c748966ae36746.tar.bz2
Lint
Diffstat (limited to 'bfd/seclet.c')
-rw-r--r--bfd/seclet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/seclet.c b/bfd/seclet.c
index 871b26f..d13d683 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,