summaryrefslogtreecommitdiff
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
commitaef90577dcdc59d201e568224da2591dcfc2284f (patch)
treec1e44c209406d59c93e45b8c304bf8602dd329a3 /bfd/aoutf1.h
parent8c30d8e197adf48b3f40d88952b9264085bdc705 (diff)
downloadgdb-aef90577dcdc59d201e568224da2591dcfc2284f.tar.gz
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 a62c68d8d0d..5dbcdda3db6 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);