diff options
author | Steve Chamberlain <sac@cygnus> | 1992-05-05 02:28:56 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1992-05-05 02:28:56 +0000 |
commit | ae6e60b5012eb3225020252802c748966ae36746 (patch) | |
tree | c7042683a08b73230b89266c4e66f67c9cf045bd /bfd/seclet.c | |
parent | c58dbabf26596a2918885e4a68ae875b3585d732 (diff) | |
download | gdb-ae6e60b5012eb3225020252802c748966ae36746.zip gdb-ae6e60b5012eb3225020252802c748966ae36746.tar.gz gdb-ae6e60b5012eb3225020252802c748966ae36746.tar.bz2 |
Lint
Diffstat (limited to 'bfd/seclet.c')
-rw-r--r-- | bfd/seclet.c | 2 |
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, |