From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 121781 invoked by alias); 14 Jul 2017 07:05:55 -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 121027 invoked by uid 89); 14 Jul 2017 07:05:48 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_PASS autolearn=ham version=3.3.2 spammy=documents X-HELO: mx1.suse.de Received: from mx2.suse.de (HELO mx1.suse.de) (195.135.220.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 14 Jul 2017 07:05:47 +0000 Received: from relay1.suse.de (charybdis-ext.suse.de [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id DBB05AC22; Fri, 14 Jul 2017 07:05:44 +0000 (UTC) Subject: Re: [PATCH] Remove Pascal language in source code. To: Pedro Alves , Jeff Law , gcc-patches@gcc.gnu.org References: <3a86b000-98ed-c5bb-80e4-3f99d8ce9c9a@palves.net> From: =?UTF-8?Q?Martin_Li=c5=a1ka?= Message-ID: <69caef4a-6b5d-6204-8bc3-062b98754ad3@suse.cz> Date: Fri, 14 Jul 2017 07:05:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <3a86b000-98ed-c5bb-80e4-3f99d8ce9c9a@palves.net> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2017-07/txt/msg00795.txt.bz2 On 07/13/2017 06:06 PM, Pedro Alves wrote: > On 07/13/2017 03:59 PM, Jeff Law wrote: > >> The only concern I'd have here is the bits in dbxout.[ch] might >> effectively be the best documentation of the dbxout format that exists. >> Thus, dropping something like N_SO_PASCAL loses that historical >> documentation. > > FYI, there's a texinfo document in the GDB repo describing the > stabs format, and it documents N_SO_PASCAL: > > https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=blob;f=gdb/doc/stabs.texinfo;h=a7ea808a41b290b7dfc4f44801a540a834ee04db;hb=HEAD#l440 > > A pre-generated html version is live here: > > https://www.sourceware.org/gdb/onlinedocs/stabs.html > https://www.sourceware.org/gdb/onlinedocs/stabs.html#Source-Files > > Thanks, > Pedro Alves > Thank you both. After what was said, I installed the patch as r250197. Martin