diff options
author | Mark Mitchell <mark@codesourcery.com> | 2005-06-13 18:46:16 +0000 |
---|---|---|
committer | Mark Mitchell <mark@codesourcery.com> | 2005-06-13 18:46:16 +0000 |
commit | 032d572215d85567a3a61675b1872118601c6a0a (patch) | |
tree | a6481abccc2a14fad35de55f9e06842d87bddfa5 | |
parent | 0dd0874db554b1d9af4145326f630eff7de17afb (diff) | |
download | newlib-032d572215d85567a3a61675b1872118601c6a0a.zip newlib-032d572215d85567a3a61675b1872118601c6a0a.tar.gz newlib-032d572215d85567a3a61675b1872118601c6a0a.tar.bz2 |
* 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.
-rw-r--r-- | ChangeLog.csl | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog.csl b/ChangeLog.csl index e1315c1..e25bae6 100644 --- a/ChangeLog.csl +++ b/ChangeLog.csl @@ -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. |