From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-1.mimecast.com (us-smtp-delivery-1.mimecast.com [205.139.110.120]) by sourceware.org (Postfix) with ESMTP id D8FF8385DC06 for ; Wed, 1 Apr 2020 21:43:23 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org D8FF8385DC06 Received: from mail-wr1-f70.google.com (mail-wr1-f70.google.com [209.85.221.70]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-398-7S3FRK3LNM-585-ysqyNFg-1; Wed, 01 Apr 2020 17:42:48 -0400 X-MC-Unique: 7S3FRK3LNM-585-ysqyNFg-1 Received: by mail-wr1-f70.google.com with SMTP id y1so485656wrp.5 for ; Wed, 01 Apr 2020 14:42:48 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:cc:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=i74qSPscPh4e4w4okRyo7e365DJ+9tMIKQdBNEMDWy4=; b=AqI/YGCPQq29208pLG5MCpJA6GpP7IPHwUWaAqIl390/xCWHh14UG064EHzJRYaxUl OvPCDb7kMUswejY6peB5OkTw5uPsrSu5ITJyCtYoMQhvz+FsYonP/u7ZV6fypb++VB6T GuFEFVZqGYXLb4T1TQyAxUDtnaSigmvem5tIXHJrbpQaIIdoqBvlEUuMw751Rhis4jds gmel5IHOiJ2Pxbfih8gn1v56BR/akWd8DLO/6s3GinHvK+BdmpmwZOjbFTn41O7yQSA7 5W5N4goRN/EVR3gv4cQI4yvvjarph2vR4hrQhzFgJMsSNSJrWXR6GgY1d6+lcVgXsf7v BZfw== X-Gm-Message-State: AGi0PuZkICBo7vg0JkDM57iueicEfcZOhKKePbfd8oeijUIvdEEEvcDV nA7n1TKQN9H9yqTerwU4vIU7ghNiVDxxnCeWpNbXtWpn6230fvNq4UJcPHvQj0GwN9unZrZeIE5 MXWDyPNzC+zrUuM8zPaHN8w== X-Received: by 2002:a5d:548b:: with SMTP id h11mr47962wrv.28.1585777367211; Wed, 01 Apr 2020 14:42:47 -0700 (PDT) X-Google-Smtp-Source: APiQypJUhgNYW7pGF9DHWqTaNDeNCmCALZ6ksYtmbnjVeSZGGbNotehhW7FIvF6NSpQltv8YSbbl1g== X-Received: by 2002:a5d:548b:: with SMTP id h11mr47949wrv.28.1585777367006; Wed, 01 Apr 2020 14:42:47 -0700 (PDT) Received: from ?IPv6:2001:8a0:f909:7b00:56ee:75ff:fe8d:232b? ([2001:8a0:f909:7b00:56ee:75ff:fe8d:232b]) by smtp.gmail.com with ESMTPSA id g127sm4283198wmf.10.2020.04.01.14.42.45 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 01 Apr 2020 14:42:46 -0700 (PDT) Subject: Re: [PATCH 0/7] Add "Windows" OS ABI To: Simon Marchi , gdb-patches@sourceware.org References: <20200316170845.184386-1-simon.marchi@polymtl.ca> Cc: Jon Turney From: Pedro Alves Message-ID: <4c7333df-41ca-8cf3-0569-db95564b698e@redhat.com> Date: Wed, 1 Apr 2020 22:42:45 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1 MIME-Version: 1.0 In-Reply-To: <20200316170845.184386-1-simon.marchi@polymtl.ca> Content-Language: en-US X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-6.8 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Apr 2020 21:43:25 -0000 On 3/16/20 5:08 PM, Simon Marchi via Gdb-patches wrote: > This patchset started out as a single patch to have the OS ABI Cygwin > applied to Windows x86-64 binaries, here: > > https://sourceware.org/legacy-ml/gdb-patches/2020-03/msg00195.html > > with the follow-up here: > > https://sourceware.org/pipermail/gdb-patches/2020-March/000022.html > > Eli pointed out that it doesn't make sense for binaries compilied with > MinGW to have the Cygwin OS ABI, that there should be separate OS ABIs > for Cygwin and non-Cygwin Windows binaries. This already came up in the > following bug report: > > https://sourceware.org/bugzilla/show_bug.cgi?id=21500#add_comment Hurray. Thanks for doing this. Recently, another spot that could use this was added in windows-tdep.c. See: https://sourceware.org/legacy-ml/gdb-patches/2020-01/msg00048.html Look for "bummer". Thanks, Pedro Alves