* gdbcore.h: New variable gnutarget.
[deliverable/binutils-gdb.git] / gdb / corelow.c
index c2ea30c8ec6401b4437d583ad137165bc8b67ebb..dfafe4966c7cac886bde9d593826fec912b2cfd5 100644 (file)
@@ -114,7 +114,7 @@ core_open (filename, from_tty)
   if (scratch_chan < 0)
     perror_with_name (filename);
 
-  temp_bfd = bfd_fdopenr (filename, NULL, scratch_chan);
+  temp_bfd = bfd_fdopenr (filename, gnutarget, scratch_chan);
   if (temp_bfd == NULL)
     {
       perror_with_name (filename);
This page took 0.022866 seconds and 4 git commands to generate.