From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 130096 invoked by alias); 13 Jul 2017 16:07:08 -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 129257 invoked by uid 89); 13 Jul 2017 16:07:07 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=Hx-languages-length:757, sk:wwwsou, sk:www.sou, documents X-HELO: mail-wr0-f175.google.com Received: from mail-wr0-f175.google.com (HELO mail-wr0-f175.google.com) (209.85.128.175) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 13 Jul 2017 16:07:04 +0000 Received: by mail-wr0-f175.google.com with SMTP id 77so55640042wrb.1 for ; Thu, 13 Jul 2017 09:07:04 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=EacmhBz5LYCxobRpzf/eEC1YSRMWpq8g97dCarE1s/0=; b=Jx8lYdxjFSiBJo4Vr7inhUCoAyqhIpHMY9WzPQd2qUCMO9wdC4P+jREfdcr86UsZ2s WSuq4vm/ZebIHboIPuyyXn+7BbGsMbcN6biEBUneIrJM07l4aUbDC8e0ZAk0LhJbHoAB IJoDgttKbJmz9xjHB3GXRo1kCB4xLVdB3YJJBIc4HKOp6QA44DeXGq5IX2slgJkreOaA IHZF22w+jSdG7LYp9NS+tmnURZndPJDso9qWs9M60bc4mq8Cc6N2yAiQSsMf8elUPJ6j 5xuQJ/pe3DoIoywvcr9NQbuWLlROUtGKR0MzRRY0QZ0I2sCSm3nTZ5Fsx7XhNzBqWIT0 E/RQ== X-Gm-Message-State: AIVw111kvXYAq+ongF69TvQGAPElTfgh0hEYr+CVV8YzaB2vapbBo/p9 08yfsNtfXDNSBs2feoA= X-Received: by 10.223.172.86 with SMTP id v80mr2457832wrc.112.1499962021992; Thu, 13 Jul 2017 09:07:01 -0700 (PDT) Received: from [192.168.0.101] ([37.189.166.198]) by smtp.gmail.com with ESMTPSA id 199sm6446807wmu.0.2017.07.13.09.06.59 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 13 Jul 2017 09:07:00 -0700 (PDT) Subject: Re: [PATCH] Remove Pascal language in source code. To: Jeff Law , =?UTF-8?Q?Martin_Li=c5=a1ka?= , gcc-patches@gcc.gnu.org References: From: Pedro Alves Message-ID: <3a86b000-98ed-c5bb-80e4-3f99d8ce9c9a@palves.net> Date: Thu, 13 Jul 2017 16:07:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2017-07/txt/msg00746.txt.bz2 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