From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28017 invoked by alias); 6 Aug 2002 04:45:12 -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 28010 invoked from network); 6 Aug 2002 04:45:10 -0000 Received: from unknown (HELO is.elta.co.il) (199.203.121.2) by sources.redhat.com with SMTP; 6 Aug 2002 04:45:10 -0000 Received: from is (is [199.203.121.2]) by is.elta.co.il (8.9.3/8.8.8) with SMTP id HAA05622; Tue, 6 Aug 2002 07:42:47 +0300 (IDT) Date: Mon, 05 Aug 2002 21:45:00 -0000 From: Eli Zaretskii X-Sender: eliz@is To: Michael Snyder cc: gdb-patches@sources.redhat.com Subject: Re: [RFA] cli/cli-dump.c: Write dump always in binary mode on Cygwin In-Reply-To: <3D4F0170.65B5B543@redhat.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2002-08/txt/msg00118.txt.bz2 On Mon, 5 Aug 2002, Michael Snyder wrote: > do we actually know of any environments > where the #if is strictly necessary? Since GDB requires ISO C, and "wb" is part of the ISO C spec, I think we can drop the #if. (Dependance on O_BINARY being defined is not very clean anyway, IMHO, since O_BINARY does not belong to `fopen'.)