forked from Imagelibrary/binutils-gdb
* gdbcore.h: New variable gnutarget.
* core.c: Add commands to set and show it. * Callers to bfd_*open*: Pass gnutarget instead of NULL as target. * environ.c (set_in_environ): For GNUTARGET, use set_gnutarget not putenv. * symtab.c (decode_line_1): Give error on unmatched single quote.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user