* aix386-core.c: Remove use of PTR and PARAMS macros.
[deliverable/binutils-gdb.git] / bfd / cofflink.c
index 6ec5cffc0e43fc8d8713316f46fdf4da1d593d88..dd3e4b12ee4840227bbfa1dd498310ad42befc9b 100644 (file)
@@ -1162,7 +1162,7 @@ _bfd_coff_final_link (bfd *abfd,
              
              memset (&incount, 0, sizeof (incount));
              incount.r_vaddr = o->reloc_count + 1;
-             bfd_coff_swap_reloc_out (abfd, (PTR) &incount, (PTR) excount);
+             bfd_coff_swap_reloc_out (abfd, &incount, excount);
              if (bfd_bwrite (excount, relsz, abfd) != relsz)
                /* We'll leak, but it's an error anyway. */
                goto error_return;
This page took 0.022759 seconds and 4 git commands to generate.