From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 79727 invoked by alias); 18 Aug 2015 12:15:42 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 79712 invoked by uid 89); 18 Aug 2015 12:15:41 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=AWL,BAYES_05,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=no version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Tue, 18 Aug 2015 12:15:40 +0000 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (Postfix) with ESMTPS id 128AA8C1AD; Tue, 18 Aug 2015 12:15:38 +0000 (UTC) Received: from [127.0.0.1] (ovpn01.gateway.prod.ext.ams2.redhat.com [10.39.146.11]) by int-mx14.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t7ICFb6T003061; Tue, 18 Aug 2015 08:15:37 -0400 Message-ID: <55D321E8.3050502@redhat.com> Date: Tue, 18 Aug 2015 12:16:00 -0000 From: Pedro Alves User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Pierre-Marie de Rodat , =?UTF-8?B?TWFudWVsIEzDs3A=?= =?UTF-8?B?ZXotSWLDocOxZXo=?= , Cary Coutant CC: GCC Patches Subject: Re: [PATCH] Add extensions to dwarf2.def References: <5576BB25.50203@adacore.com> <55CDB9A5.7040305@adacore.com> <55D2ED93.90104@gmail.com> <55D2FCAA.8070005@gmail.com> <55D307F0.1050203@adacore.com> In-Reply-To: <55D307F0.1050203@adacore.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2015-08/txt/msg00983.txt.bz2 On 08/18/2015 11:24 AM, Pierre-Marie de Rodat wrote: > I successfuly created the two wiki pages, thanks to both of you! > > As a side note, for some reason I could no longer login and I had to > re-create my account (same identifier, which worked). I'm not sure, but > I think it's the second time I had to do that (the first time I thought > I did something wrong...). The blurb at the top of glibc's page explains this: https://sourceware.org/glibc/wiki/EditorGroup "As part of this wiki's spam prevention process we keep a community maintained list of allowed editors. Members of this group are allowed to edit the wiki. This is a community maintained list. As a member of EditorGroup you can add other users to this list but by doing so you vouch for them. This process has reduced spam to zero since only those interested humans are willing to ask to be added by other humans who vouch for them. Despite this feature, and our desire to keep the registration process open, the spammers still fill the database with new login entries that slow down MoinMoin. To combat spam login accounts we routinely purge the account database down to the list of users that are on this page. If you find your account was purged, please create it again, and make sure to get yourself added to this list. " Looks like neither GCC's nor GDB's borrowed that longer text yet. Thanks, Pedro Alves