From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 90146 invoked by alias); 29 May 2015 17:34:40 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 90133 invoked by uid 89); 29 May 2015 17:34:39 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: mail-ie0-f179.google.com Received: from mail-ie0-f179.google.com (HELO mail-ie0-f179.google.com) (209.85.223.179) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Fri, 29 May 2015 17:34:38 +0000 Received: by iebgx4 with SMTP id gx4so68143304ieb.0 for ; Fri, 29 May 2015 10:34:36 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=MSh3beZF7j2lDATkJyeVXcnGSUY1VwLU0fA9d6fb0kM=; b=eCbnHNPCLCq3+2XzFI0Xy+Sbhj45dulWLyP4kEGq2aknosawmXFtbuziiO1ZlB2WWB 1NKEF9srTty0aAnqG5SpTMuWg4rYTuQAh08//Fc7MfrwXZgjNzfs665Dk5gT5vz0WA8C lrP/SMrnmHRlJj0jo3bkPGkxAIlvvUvm/nZhPPW60yMFG2pVLn8lUPFRv8YX+BJfyg+L 6BV7AN9/GKvicF+nQpSzB1JtNzwWvbeNFKFd6Wwt7JdC4WfdtevMpPWwhDtLiGqB1GmX UhgbmATcJz4mTP/gF84gYEpHGp6kChZgDhtnkQDX4AHY97HHnpMW7qLJzMW/Q8HL1x/N wsQg== X-Gm-Message-State: ALoCoQkiWkVy6xQhR9tGdsZDQJc2xdPulHnp+vMVRv2Jblic4ixugybHua+cEV3Qx8gpQIujsjIr X-Received: by 10.50.143.38 with SMTP id sb6mr5428554igb.44.1432920876500; Fri, 29 May 2015 10:34:36 -0700 (PDT) MIME-Version: 1.0 Received: by 10.65.14.201 with HTTP; Fri, 29 May 2015 10:34:15 -0700 (PDT) In-Reply-To: <55689B25.804@redhat.com> References: <55683A6F.2030600@redhat.com> <55689B25.804@redhat.com> From: Roland McGrath Date: Fri, 29 May 2015 17:34:00 -0000 Message-ID: Subject: Re: [PATCH users/roland/osabi-assert] Do not crash on unrecognized GNU .note.ABI-tag values To: Pedro Alves Cc: GDB Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2015-05/txt/msg00726.txt.bz2 On Fri, May 29, 2015 at 10:00 AM, Pedro Alves wrote: > I've added a new "Fixes in the GDB 7.9 branch" in case there's > another release. Please push to the branch and list under "Done". I can't seem to figure out how to edit the wiki. (I only just created my account there.) The top line says "Immutable page". >> Below is what I've committed to the trunk. >> Can I cherry-pick it to the 7.9 branch too? > > Go ahead. Done.