Add missing prototypes for bout.c
[deliverable/binutils-gdb.git] / bfd / aoutf1.h
index a62c68d8d0d6a8a2e03c580e5525d75917eddb4f..5dbcdda3db60d1ab41ac418ee7798d7a3ec4f9c8 100644 (file)
@@ -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);
 
This page took 0.0232 seconds and 4 git commands to generate.