* section.c (bfd_set_section_contents): whitespacs
[deliverable/binutils-gdb.git] / bfd / aoutf1.h
index 8f4906ccee4c340887bfbfeec1c5dd00a81c0567..11da04c74d37bd5a624e76a9a7d96ccf6f56be9d 100644 (file)
@@ -141,7 +141,6 @@ DEFUN(NAME(aout,sunos4_write_object_contents),
       (abfd),
       bfd *abfd)
 {
-  bfd_size_type data_pad = 0;
   struct external_exec exec_bytes;
   struct internal_exec *execp = exec_hdr (abfd);
     
@@ -393,7 +392,7 @@ DEFUN(sunos4_core_file_p,(abfd),
   if (core_size > 20000)
     return 0;
 
-  if (bfd_seek (abfd, 0L, false) < 0) return 0;
+  if (bfd_seek (abfd, (file_ptr) 0, SEEK_SET) < 0) return 0;
 
   mergem = (struct mergem *)bfd_zalloc (abfd, core_size + sizeof (struct mergem));
   if (mergem == NULL) {
@@ -574,7 +573,7 @@ DEFUN (sunos4_set_sizes, (abfd),
 }
 
 static CONST struct aout_backend_data sunos4_aout_backend = {
-  0, 1, 0, sunos4_set_sizes,
+  0, 1, 0, sunos4_set_sizes, 0,
 };
 \f
 #define        MY_core_file_failing_command    sunos4_core_file_failing_command
This page took 0.024531 seconds and 4 git commands to generate.