]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* gdb/corelow.c (core_open): Use bfd_fopen, not bfd_fdopenr.
authorMark Mitchell <mark@codesourcery.com>
Mon, 13 Jun 2005 18:46:16 +0000 (18:46 +0000)
committerMark Mitchell <mark@codesourcery.com>
Mon, 13 Jun 2005 18:46:16 +0000 (18:46 +0000)
* gdb/exec.c (exec_file_attach): Likewise.
* gdb/solib-frv.c (enable_break2): Likewise.
* gdb/solib-svr4.c (enable_break): Likewise.
* gdb/solib.c (solib_map_sections): Likewise.
* gdb/symfile.c (symfile_bfd_open): Likewise.

ChangeLog.csl

index e1315c10e316eece6be5a1794e860582e62d8dcd..e25bae6dc25ca735290bd3b113027508cc68afea 100644 (file)
@@ -1,3 +1,12 @@
+2005-06-13  Mark Mitchell  <mark@codesourcery.com>
+
+       * gdb/corelow.c (core_open): Use bfd_fopen, not bfd_fdopenr.
+       * gdb/exec.c (exec_file_attach): Likewise.
+       * gdb/solib-frv.c (enable_break2): Likewise.
+       * gdb/solib-svr4.c (enable_break): Likewise.
+       * gdb/solib.c (solib_map_sections): Likewise.
+       * gdb/symfile.c (symfile_bfd_open): Likewise.
+
 2005-06-08  Mark Mitchell  <mark@codesourcery.com>
 
        * bfd/opncls.c (bfd_fopen): Mark returned BFD as cacheable if FD == -1.