aboutsummaryrefslogtreecommitdiff
path: root/bfd/aoutf1.h
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2001-08-23 15:30:34 +0000
committerNick Clifton <nickc@redhat.com>2001-08-23 15:30:34 +0000
commit67a374a5f13325910f77b973959ff20c162d907a (patch)
tree2359cc21daa8cf6b34004f20afd431ba90b4975f /bfd/aoutf1.h
parentdb6751f2e760a6a65ab297b83942951b9aea3b79 (diff)
downloadfsf-binutils-gdb-67a374a5f13325910f77b973959ff20c162d907a.zip
fsf-binutils-gdb-67a374a5f13325910f77b973959ff20c162d907a.tar.gz
fsf-binutils-gdb-67a374a5f13325910f77b973959ff20c162d907a.tar.bz2
Add missing prototypes for bout.c
Diffstat (limited to 'bfd/aoutf1.h')
-rw-r--r--bfd/aoutf1.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/aoutf1.h b/bfd/aoutf1.h
index a62c68d..5dbcdda 100644
--- a/bfd/aoutf1.h
+++ b/bfd/aoutf1.h
@@ -259,7 +259,7 @@ sunos_write_object_contents (abfd)
N_SET_FLAGS (*execp, aout_backend_info (abfd)->exec_hdr_flags);
- N_SET_DYNAMIC (*execp, bfd_get_file_flags (abfd) & DYNAMIC);
+ N_SET_DYNAMIC (*execp, (long)(bfd_get_file_flags (abfd) & DYNAMIC));
WRITE_HEADERS (abfd, execp);