diff options
author | Nick Clifton <nickc@redhat.com> | 2001-08-23 15:30:34 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-08-23 15:30:34 +0000 |
commit | 67a374a5f13325910f77b973959ff20c162d907a (patch) | |
tree | 2359cc21daa8cf6b34004f20afd431ba90b4975f /bfd/aoutf1.h | |
parent | db6751f2e760a6a65ab297b83942951b9aea3b79 (diff) | |
download | gdb-67a374a5f13325910f77b973959ff20c162d907a.zip gdb-67a374a5f13325910f77b973959ff20c162d907a.tar.gz gdb-67a374a5f13325910f77b973959ff20c162d907a.tar.bz2 |
Add missing prototypes for bout.c
Diffstat (limited to 'bfd/aoutf1.h')
-rw-r--r-- | bfd/aoutf1.h | 2 |
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); |