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 [216.205.24.124]) by sourceware.org (Postfix) with ESMTP id B37A9396B40A for ; Tue, 4 May 2021 22:16:33 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org B37A9396B40A Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-333-BnBAmFIyNi-MzzreU81x9g-1; Tue, 04 May 2021 18:16:30 -0400 X-MC-Unique: BnBAmFIyNi-MzzreU81x9g-1 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 7BE8F9126B; Tue, 4 May 2021 22:16:28 +0000 (UTC) Received: from localhost (unknown [10.33.36.164]) by smtp.corp.redhat.com (Postfix) with ESMTP id EC346608BA; Tue, 4 May 2021 22:16:27 +0000 (UTC) Date: Tue, 4 May 2021 23:16:27 +0100 From: Jonathan Wakely To: =?iso-8859-1?Q?Fran=E7ois?= Dumont Cc: Alexandre Oliva , gcc-patches@gcc.gnu.org, libstdc++@gcc.gnu.org, Olivier Hainque , Corentin Gay Subject: Re: ctype support for libstdc++ on VxWorks Message-ID: <20210504221627.GL3008@redhat.com> References: <65124798-6f0e-48e2-fe11-0c2405733d89@gmail.com> MIME-Version: 1.0 In-Reply-To: <65124798-6f0e-48e2-fe11-0c2405733d89@gmail.com> X-Clacks-Overhead: GNU Terry Pratchett X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Disposition: inline Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-8.3 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H4, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=unavailable autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 May 2021 22:16:34 -0000 On 04/05/21 21:53 +0200, François Dumont via Libstdc++ wrote: >On 04/05/21 4:52 am, Alexandre Oliva wrote: >>This patch adds ctype and locale support to libstdc++ on vxworks7. >>We've been using this for a while internally. It was tested with >>various vx7r2 targets. Ok to install? >> >> >>From: Corentin Gay >> >>+ >>+// Copyright (C) 2001-2021 Free Software Foundation, Inc. >>+// > >Just a detail but for a new file this Copyright specification looks wrong It's derived from an existing file, with a few modifications relevant to vxworks. As a derived work, I think it should retain the copyright of the original file.