* gdbcore.h: New variable gnutarget.
[deliverable/binutils-gdb.git] / gdb / remote-hms.c
index 22d6c2b121ca85c6510cec71d0c34d5917f66fab..126babc5f1daf0b84a79bc2ce2dd2a51a1dab04c 100644 (file)
@@ -412,7 +412,7 @@ hms_load (args, fromtty)
 
   dcache_flush ();
   inferior_pid = 0;
-  abfd = bfd_openr (args, 0);
+  abfd = bfd_openr (args, gnutarget);
   if (!abfd)
     {
       printf_filtered ("Unable to open file %s\n", args);
This page took 0.023007 seconds and 4 git commands to generate.