From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 81658 invoked by alias); 3 Jun 2015 14:47:51 -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 81633 invoked by uid 89); 3 Jun 2015 14:47:50 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_SOFTFAIL autolearn=no version=3.3.2 X-HELO: mtaout24.012.net.il Received: from mtaout24.012.net.il (HELO mtaout24.012.net.il) (80.179.55.180) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 03 Jun 2015 14:47:47 +0000 Received: from conversion-daemon.mtaout24.012.net.il by mtaout24.012.net.il (HyperSendmail v2007.08) id <0NPD00G00HYA0F00@mtaout24.012.net.il> for gdb-patches@sourceware.org; Wed, 03 Jun 2015 17:39:13 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout24.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NPD004J2I1DKG80@mtaout24.012.net.il>; Wed, 03 Jun 2015 17:39:13 +0300 (IDT) Date: Wed, 03 Jun 2015 14:47:00 -0000 From: Eli Zaretskii Subject: Re: [PATCH, doc RFA] remove support for special Sun stabs support In-reply-to: <001a11343cf8ecf74c05179253e7@google.com> To: Doug Evans Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <831thssvb4.fsf@gnu.org> References: <001a11343cf8ecf74c05179253e7@google.com> X-IsSubscribed: yes X-SW-Source: 2015-06/txt/msg00041.txt.bz2 > 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.