* gdbcore.h: New variable gnutarget.
[deliverable/binutils-gdb.git] / gdb / remote-udi.c
index b796e90003b85b87205847dfa684dacff9eb4518..0dc5d953262aaa385ad1b90b29a33fc57b6a5557 100644 (file)
@@ -1038,7 +1038,7 @@ download(load_arg_string, from_tty)
        }
     }
 
-  pbfd = bfd_openr (filename, 0);
+  pbfd = bfd_openr (filename, gnutarget);
 
   if (!pbfd) 
     perror_with_name (filename);
This page took 0.023333 seconds and 4 git commands to generate.