From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by sourceware.org (Postfix) with ESMTPS id 2299C3858410 for ; Sat, 22 Jan 2022 14:38:44 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 2299C3858410 Received: from mail-wm1-f70.google.com (mail-wm1-f70.google.com [209.85.128.70]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-589-7K5vPby1PbKBckEUgo5BVA-1; Sat, 22 Jan 2022 09:38:42 -0500 X-MC-Unique: 7K5vPby1PbKBckEUgo5BVA-1 Received: by mail-wm1-f70.google.com with SMTP id a3-20020a05600c348300b0034a0dfc86aaso11326848wmq.6 for ; Sat, 22 Jan 2022 06:38:42 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent:subject :content-language:to:references:from:in-reply-to :content-transfer-encoding; bh=YfLyMQTkzAJgvRaHaJSxrl1fBrWfh0l4oWZlZ07TiIY=; b=fedVAvrAj2yKIEA002aB19u0dJTSkDVwA1WOaTfSmSD5diB9RGQQm+cvn5JWxAIUFy NEeLZVdOt7BjVKm8he7X2Wp3cyWhrRNJTHF20qynQmzHxqnscWxUG2uNrV/qsLvi0Vj7 sKNiWnXSw2K1irKUmUmQJ+xhL/vokWe/ikLUZStupSm6gMgoYXaifftAumK8NMDPRRtt NqFRmwxjroyquiglbSVDwSm107tFaQAybcgv0uw6FQijvzVNtkTzjxsDLP3rPpyCPN7Q dSZhvL3czI6KTLEVKTo2sgoscMyrM4FkGAhiekLebiHBI2g4f3wBGt09UA0cxiifrx/H fMVA== X-Gm-Message-State: AOAM5326PYZuRZ6ECwdkVBtJ9FFaMdXeNJ2FGHNC9GQ36R/FKWrGY5Sw PZ2/BYfNvSiuEgssV8+AaJFSBGGpy1E8TP2rpRyHyyROrNkhcK7Dh8oomPIBOT7w7Gw8/30Iffa KA6wTT4ipC3Et0ZGzLQ== X-Received: by 2002:a05:6000:1866:: with SMTP id d6mr7445218wri.265.1642862320986; Sat, 22 Jan 2022 06:38:40 -0800 (PST) X-Google-Smtp-Source: ABdhPJzE1GiBhshMMh1aK4dThE3xhBM1ViA1MxrirI0sIte1RWerb6OC6rz5C134bvQaJhf0GTvgig== X-Received: by 2002:a05:6000:1866:: with SMTP id d6mr7445211wri.265.1642862320858; Sat, 22 Jan 2022 06:38:40 -0800 (PST) Received: from [192.168.1.6] (adsl-164-239.freeuk.com. [80.168.164.239]) by smtp.gmail.com with ESMTPSA id n15sm6290395wrf.37.2022.01.22.06.38.40 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Sat, 22 Jan 2022 06:38:40 -0800 (PST) Message-ID: <53b7ad50-f859-0ecb-c9e2-afa3071882cc@redhat.com> Date: Sat, 22 Jan 2022 14:38:39 +0000 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.3.0 Subject: Re: [PATCH 2/3] bfd: rename core.texi to corefile.texi To: Mike Frysinger , binutils@sourceware.org References: <20211220071625.29229-1-vapier@gentoo.org> <20211220071625.29229-2-vapier@gentoo.org> From: Nick Clifton In-Reply-To: <20211220071625.29229-2-vapier@gentoo.org> X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Language: en-GB Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-3.4 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, NICE_REPLY_A, RCVD_IN_BARRACUDACENTRAL, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H2, SPF_HELO_NONE, SPF_NONE, TXREP autolearn=no autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: binutils@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Binutils mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Jan 2022 14:38:45 -0000 Hi Mike, > This is a generated file name from a correspondingly named C file. > Rename it to avoid unique build rules since there's no difference > to the generated manual. > --- > bfd/.gitignore | 2 +- > bfd/doc/Makefile.am | 5 +---- > bfd/doc/Makefile.in | 5 +---- > bfd/doc/bfd.texi | 2 +- Approved - please apply (mainline). Cheers Nick