From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16195 invoked by alias); 13 Jun 2005 03:21:19 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 16187 invoked by uid 22791); 13 Jun 2005 03:21:16 -0000 Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Mon, 13 Jun 2005 03:21:16 +0000 Received: from drow by nevyn.them.org with local (Exim 4.50) id 1DhfVi-0006VP-CP; Sun, 12 Jun 2005 23:21:14 -0400 Date: Mon, 13 Jun 2005 03:21:00 -0000 From: Daniel Jacobowitz To: Mark Mitchell Cc: gdb-patches@sources.redhat.com Subject: Re: PATCH: Avoid accidentally opening files for write Message-ID: <20050613032114.GH9288@nevyn.them.org> Mail-Followup-To: Mark Mitchell , gdb-patches@sources.redhat.com References: <200506070717.j577HNq4006430@sethra.codesourcery.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200506070717.j577HNq4006430@sethra.codesourcery.com> User-Agent: Mutt/1.5.8i X-SW-Source: 2005-06/txt/msg00143.txt.bz2 On Tue, Jun 07, 2005 at 12:17:23AM -0700, Mark Mitchell wrote: > 2005-06-06 Mark Mitchell > > * corelow.c (core_open): Use bfd_fopen, not bfd_fdopenr. > * exec.c (exec_file_attach): Likewise. > * solib-frv.c (enable_break2): Likewise. > * solib-svr4.c (enable_break): Likewise. > * solib.c (solib_map_sections): Likewise. > * symfile.c (symfile_bfd_open): Likewise. The GDB portions of this patch are OK, now that the bfd side has been hammered out. Thanks. -- Daniel Jacobowitz CodeSourcery, LLC