• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

GNU Binutils with patches for OS216


Commit MetaInfo

Révision0bf46a113fc86c3206c47175e448584b9e1dd428 (tree)
l'heure2005-06-14 03:46:16
AuteurMark Mitchell <mark@code...>
CommiterMark Mitchell

Message de Log

* 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.

Change Summary

Modification

--- a/ChangeLog.csl
+++ b/ChangeLog.csl
@@ -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+
110 2005-06-08 Mark Mitchell <mark@codesourcery.com>
211
312 * bfd/opncls.c (bfd_fopen): Mark returned BFD as cacheable if FD == -1.