btrace: remove leftover comment
[deliverable/binutils-gdb.git] / bfd / aoutf1.h
index 86fb25d1888184dc120e9d70500fb237ddaa2a49..d3a0e1dc3f5f558f68936c9606ac3bdb2dd21a50 100644 (file)
@@ -75,8 +75,9 @@
 #define MY_bfd_merge_private_bfd_data sunos_merge_private_bfd_data
 
 static bfd_boolean
-sunos_merge_private_bfd_data (bfd *ibfd, bfd *obfd)
+sunos_merge_private_bfd_data (bfd *ibfd, struct bfd_link_info *info)
 {
+  bfd *obfd = info->output_bfd;
   if (bfd_get_flavour (ibfd) != bfd_target_aout_flavour
       || bfd_get_flavour (obfd) != bfd_target_aout_flavour)
     return TRUE;
This page took 0.02402 seconds and 4 git commands to generate.