From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27298 invoked by alias); 25 Feb 2006 04:38:30 -0000 Received: (qmail 27290 invoked by uid 22791); 25 Feb 2006 04:38:29 -0000 X-Spam-Check-By: sourceware.org Received: from out4.smtp.messagingengine.com (HELO out4.smtp.messagingengine.com) (66.111.4.28) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 25 Feb 2006 04:38:28 +0000 Received: from frontend1.internal (mysql-sessions.internal [10.202.2.149]) by frontend1.messagingengine.com (Postfix) with ESMTP id A12B7D384FC for ; Fri, 24 Feb 2006 23:38:24 -0500 (EST) Received: from frontend2.messagingengine.com ([10.202.2.151]) by frontend1.internal (MEProxy); Fri, 24 Feb 2006 23:38:24 -0500 Received: from [127.0.0.1] (user-0c6sj7r.cable.mindspring.com [24.110.76.251]) by frontend2.messagingengine.com (Postfix) with ESMTP id 5925E58A05C; Fri, 24 Feb 2006 23:38:23 -0500 (EST) Message-ID: <43FFDE9A.8030409@cwilson.fastmail.fm> Date: Sat, 25 Feb 2006 07:29:00 -0000 From: Charles Wilson User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 CC: gdb-patches@sourceware.org Subject: Re: RFA: ensure binary objects opened in binary mode References: <43F6473F.8030508@cwilson.fastmail.fm> <20060217234141.GA1918@trixie.casa.cgf.cx> <200602181118.k1IBIwNC028708@elgar.sibelius.xs4all.nl> <43FBF706.9030604@cwilson.fastmail.fm> <20060222185032.GA29383@nevyn.them.org> <43FEC572.3090403@cwilson.fastmail.fm> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-02/txt/msg00470.txt.bz2 Eli Zaretskii wrote: >> Date: Fri, 24 Feb 2006 03:36:02 -0500 >> From: Charles Wilson >> 2006-02-24 Charles Wilson >> >> * gdb/defs.h: unconditionally include , and >> ensure that O_BINARY is defined. >> * gdb/solib.c(solib_open): ensure solib files are opened in >> binary mode. >> * gdb/corelow.c: Remove O_BINARY macro definition. >> * gdb/exec.c: Remove O_BINARY macro definition >> * gdb/remote-rdp.c: Remove O_BINARY macro definition >> * gdb/source.c: Remove O_BINARY macro definition >> * gdb/symfile.c: Remove O_BINARY macro definition >> >> Per cgf's earlier message, I can go ahead and check this in myself >> assuming everybody's happy with it at this point? > > I'm certainly happy. Thanks! Committed. -- Chuck