From patchwork Fri Feb 22 20:17:11 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andrew Burgess X-Patchwork-Id: 31562 Received: (qmail 2074 invoked by alias); 22 Feb 2019 20:17:20 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Delivered-To: mailing list gdb-patches@sourceware.org Received: (qmail 1879 invoked by uid 89); 22 Feb 2019 20:17:19 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-26.9 required=5.0 tests=BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, RCVD_IN_DNSWL_NONE, SPF_PASS autolearn=ham version=3.3.2 spammy=ch, gdbarch.sh, UD:gdbarch.sh, gdbarchsh X-HELO: mail-wr1-f54.google.com Received: from mail-wr1-f54.google.com (HELO mail-wr1-f54.google.com) (209.85.221.54) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 22 Feb 2019 20:17:18 +0000 Received: by mail-wr1-f54.google.com with SMTP id r5so3661934wrg.9 for ; Fri, 22 Feb 2019 12:17:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=embecosm.com; s=google; h=from:to:cc:subject:date:message-id; bh=xyX4mSKYjl7uXxVdH/7fyTBNbui3y36hPkrR/+U43H4=; b=VmJIkCjsNrPmabHqSM8M4AJgHXsRYNr7BrKSlv9ARZHBje1WsY6ydviVNR/ozCqm7v t7/0V2t3qnT1rn6K5MRmHMWiUv0LqiF74AMyhxghlf+I2e2Ddk4mkxPJiAXsX1edJX4b W1iswiPKxqx4sQx9xwTpHQ3yljXjFEhNPuJ+e4H2cgUCRke8PFLYb+wk1w9P/Dntvkie p3YBOdS9iMYBfdI2faFxvWz3YES1oAox+sKHpW5yG221tp68V27NfafGDMBT6V9KMLfd FTb2wxH5CZKGmJ03NprqdS0PNYZnLDgr2tTzBp2VsfAQ060pJjnlr99cJ2dCFYNvExHw Qmrg== Return-Path: Received: from localhost ([94.185.164.146]) by smtp.gmail.com with ESMTPSA id h184sm3384912wmf.0.2019.02.22.12.17.15 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 22 Feb 2019 12:17:15 -0800 (PST) From: Andrew Burgess To: gdb-patches@sourceware.org Cc: Joel Brobecker , Andrew Burgess Subject: [PUSHED] gdb: Update copyright year range generated by gdbarch.sh Date: Fri, 22 Feb 2019 20:17:11 +0000 Message-Id: <20190222201711.1699-1-andrew.burgess@embecosm.com> X-IsSubscribed: yes The copyright year that gdbarch.sh places into the generated files gdbarch.{c,h} wasn't updated at the start of the year. After this commit the gdbarch.{c,h} files regenerate as the currently are in the tree. gdb/ChangeLog: * gdbarch.sh: Update the copyright year range that is placed into generated files. --- gdb/ChangeLog | 5 +++++ gdb/gdbarch.sh | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gdb/gdbarch.sh b/gdb/gdbarch.sh index afc4da7cdd1..d53bbcc2ff4 100755 --- a/gdb/gdbarch.sh +++ b/gdb/gdbarch.sh @@ -1227,7 +1227,7 @@ cat <