From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 101674 invoked by alias); 19 Jun 2015 18:36:35 -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 101662 invoked by uid 89); 19 Jun 2015 18:36:35 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.7 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-oi0-f49.google.com Received: from mail-oi0-f49.google.com (HELO mail-oi0-f49.google.com) (209.85.218.49) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Fri, 19 Jun 2015 18:36:33 +0000 Received: by oiyy130 with SMTP id y130so68903917oiy.0 for ; Fri, 19 Jun 2015 11:36:31 -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:date :message-id:subject:from:to:cc:content-type; bh=nGh0wObLuZYGoDbV6aPylihjhdmePg5HI//JnofmOmU=; b=ameacN7CxPTuhYWpvkNW7JznRzLIASK6ptEJfkAOiBNlIsCPdiXcyHWteKxAsNiGzr zWueirDaNX0eiHJM1rmCByE3kmEevM9J8bsg4Ccphrzal2bjrIwaWeOQLEsxAfseMlv2 jG7kPAxsv9FemWajB4cyvAGl+LTHMXjPW67Vvx9hkMsw2qWkJkc7oVzdltiVxcxk77Hm d62PyplDwYZbmBgIKmk7vXahyCsOkAGLxcc1roLkANFqdcTJvDDgSip9Tv1x8lazyFdM ncHuNeS+HenJnVFIXxukc5967784tJ6L6lEni3jToVJWjbFLRYu1ylhUWq9DBs5iTv5/ S/lA== X-Gm-Message-State: ALoCoQle4Id+rZSspCgRViZaWX6ZCRnZcH1RIIx6ikQzalyqy2ucIBe0kCVKhnyVocsdb3mebp/G MIME-Version: 1.0 X-Received: by 10.202.177.68 with SMTP id a65mr14124719oif.64.1434738991670; Fri, 19 Jun 2015 11:36:31 -0700 (PDT) Received: by 10.182.89.99 with HTTP; Fri, 19 Jun 2015 11:36:31 -0700 (PDT) In-Reply-To: <831thssvb4.fsf@gnu.org> References: <001a11343cf8ecf74c05179253e7@google.com> <831thssvb4.fsf@gnu.org> Date: Fri, 19 Jun 2015 18:36:00 -0000 Message-ID: Subject: Re: [PATCH, doc RFA] remove support for special Sun stabs support From: Doug Evans To: Eli Zaretskii Cc: gdb-patches Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2015-06/txt/msg00409.txt.bz2 On Wed, Jun 3, 2015 at 9:47 AM, Eli Zaretskii wrote: >> Date: Wed, 03 Jun 2015 00:42:04 +0000 >> From: Doug Evans >> >> This patch removes special support in gdb for Sun's version of stabs, >> previously discussed here. >> https://sourceware.org/ml/gdb-patches/2015-05/msg00169.html >> >> Regression tested on amd64-linux (with, without stabs) >> and verified --enable-targets=all builds. >> >> 2015-06-02 Doug Evans >> >> * NEWS: Mention Sun's version of stabs is no longer supported. >> * elfread.c (free_elfinfo): Delete. All uses updated. >> (elfstab_offset_sections): Delete. All uses updated. >> * gdb-stabs.h (stab_section_info): Delete. All uses updated. >> * psympriv.h (partial_symtab) : Delete. >> All uses updated. >> * psymtab.c (start_psymtab_common): Delete arg section_offsets. >> All callers updated. >> >> doc/ >> * stabs.texinfo (ELF Linker Relocation): Mention Sun stabs is no >> longer supported. > > OK for the documentation parts. > > Thanks. Committed. Thanks.