GNU Binutils with patches for OS216
Révision | 0bf46a113fc86c3206c47175e448584b9e1dd428 (tree) |
---|---|
l'heure | 2005-06-14 03:46:16 |
Auteur | Mark Mitchell <mark@code...> |
Commiter | Mark Mitchell |
* 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.
@@ -1,3 +1,12 @@ | ||
1 | +2005-06-13 Mark Mitchell <mark@codesourcery.com> | |
2 | + | |
3 | + * gdb/corelow.c (core_open): Use bfd_fopen, not bfd_fdopenr. | |
4 | + * gdb/exec.c (exec_file_attach): Likewise. | |
5 | + * gdb/solib-frv.c (enable_break2): Likewise. | |
6 | + * gdb/solib-svr4.c (enable_break): Likewise. | |
7 | + * gdb/solib.c (solib_map_sections): Likewise. | |
8 | + * gdb/symfile.c (symfile_bfd_open): Likewise. | |
9 | + | |
1 | 10 | 2005-06-08 Mark Mitchell <mark@codesourcery.com> |
2 | 11 | |
3 | 12 | * bfd/opncls.c (bfd_fopen): Mark returned BFD as cacheable if FD == -1. |