Don't update target_dcache if it is not initialized
[deliverable/binutils-gdb.git] / bfd / pc532-mach.c
index b4720066d57e3d7ecb4351e9c749ac2c5d5a6b0c..925233313d136b979c423ce905fe38b7ee5a50f2 100644 (file)
 #define MY_exec_header_not_counted 1
 
 reloc_howto_type *ns32kaout_bfd_reloc_type_lookup
-  PARAMS ((bfd *abfd, bfd_reloc_code_real_type code));
-
-static bfd_boolean MY(write_object_contents)
-  PARAMS ((bfd *abfd));
+  (bfd *abfd, bfd_reloc_code_real_type code);
 
 static bfd_boolean
-MY(write_object_contents) (abfd)
-     bfd *abfd;
+MY(write_object_contents) (bfd *abfd)
 {
   struct external_exec exec_bytes;
   struct internal_exec *execp = exec_hdr (abfd);
This page took 0.028503 seconds and 4 git commands to generate.