projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c58dbab
)
Lint
author
Steve Chamberlain
<sac@cygnus>
Tue, 5 May 1992 02:28:56 +0000
(
02:28
+0000)
committer
Steve Chamberlain
<sac@cygnus>
Tue, 5 May 1992 02:28:56 +0000
(
02:28
+0000)
bfd/seclet.c
patch
|
blob
|
history
diff --git
a/bfd/seclet.c
b/bfd/seclet.c
index 871b26f8c6c40ca71659ca271f5fdb9c7d35687b..d13d683f8938443c4f59c9aa2729044f8b78fcbb 100644
(file)
--- 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,