From patchwork Thu Mar 1 22:57:57 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Oleg Endo X-Patchwork-Id: 144121 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by ozlabs.org (Postfix) with SMTP id BE0BBB6EF3 for ; Fri, 2 Mar 2012 09:58:37 +1100 (EST) Comment: DKIM? See http://www.dkim.org DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=gcc.gnu.org; s=default; x=1331247519; h=Comment: DomainKey-Signature:Received:Received:Received:Received:Received: Subject:From:To:Content-Type:Date:Message-ID:Mime-Version: Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Archive: List-Post:List-Help:Sender:Delivered-To; bh=dqYROQoracMF4m7IzvVQ ii/NQrg=; b=rm+vctHErAr1TUfMviX1P3wudLiBj2y9LFxDKG1dSHCa2bz9XWcv IDcF1tWTDcveLpjZXDJzCmS2C7aga1fZ0qjCPX07v/gBxM+s14Za6P/fGTiV9hJC MCyJhCTGH5c2xojXXtxzZGQnYAnIh87dYoqfdWeE6i7wdwVljs1SWww= Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=gcc.gnu.org; h=Received:Received:X-SWARE-Spam-Status:X-Spam-Check-By:Received:Received:Received:Subject:From:To:Content-Type:Date:Message-ID:Mime-Version:X-IsSubscribed:Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Archive:List-Post:List-Help:Sender:Delivered-To; b=lPM3wQGRCUtM+8hl5aAHdEzTucCqqGFDJ78+6gV4C6azImxFX0tP6PfgPAj0m1 z+TK/HZ2HRNrZUQXn98Ok5BDqboYfLrQMZ4Ggi9ReOZVGK6CPbh1/7aGoUU2ShpF vkNZQCeYMVcQI37fr0ebq8YYNmUZCJPAkhHKMACToy+O4=; Received: (qmail 15013 invoked by alias); 1 Mar 2012 22:58:33 -0000 Received: (qmail 14999 invoked by uid 22791); 1 Mar 2012 22:58:32 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL, BAYES_00, RCVD_IN_DNSWL_NONE, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY X-Spam-Check-By: sourceware.org Received: from mailout05.t-online.de (HELO mailout05.t-online.de) (194.25.134.82) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 01 Mar 2012 22:58:17 +0000 Received: from fwd05.aul.t-online.de (fwd05.aul.t-online.de ) by mailout05.t-online.de with smtp id 1S3Ewx-00047e-Mh; Thu, 01 Mar 2012 23:58:15 +0100 Received: from [192.168.0.104] (JT47eBZrQhoVw2aO6ppcnOb8QKiP74kREHRq3l-KkExYMkhqGmwzBqmRWP9qyTegFi@[87.157.60.227]) by fwd05.t-online.de with esmtp id 1S3Ewu-0zv1nM0; Thu, 1 Mar 2012 23:58:12 +0100 Subject: [patch committed SH] Update copyright years From: Oleg Endo To: gcc-patches Date: Thu, 01 Mar 2012 23:57:57 +0100 Message-ID: <1330642677.2929.218.camel@yam-132-YW-E178-FTW> Mime-Version: 1.0 X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Committed the attached patch as rev 184764 to update copyright years in several SH target source files. Cheers, Oleg 2012-03-01 Oleg Endo * config/sh/sh-protos.h: Update copyright notice dates. * config/sh/sh.h: Likewise. * config/sh/sh.md: Likewise. * config/sh/constraints.md: Likewise. * config/sh/predicates.md: Likewise. Index: gcc/config/sh/predicates.md =================================================================== --- gcc/config/sh/predicates.md (revision 184762) +++ gcc/config/sh/predicates.md (working copy) @@ -1,5 +1,5 @@ ;; Predicate definitions for Renesas / SuperH SH. -;; Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 +;; Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2012 ;; Free Software Foundation, Inc. ;; ;; This file is part of GCC. Index: gcc/config/sh/sh-protos.h =================================================================== --- gcc/config/sh/sh-protos.h (revision 184763) +++ gcc/config/sh/sh-protos.h (working copy) @@ -1,6 +1,6 @@ /* Definitions of target machine for GNU compiler for Renesas / SuperH SH. Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2003, - 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 + 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. Contributed by Steve Chamberlain (sac@cygnus.com). Improved by Jim Wilson (wilson@cygnus.com). Index: gcc/config/sh/sh.h =================================================================== --- gcc/config/sh/sh.h (revision 184762) +++ gcc/config/sh/sh.h (working copy) @@ -1,6 +1,6 @@ /* Definitions of target machine for GNU compiler for Renesas / SuperH SH. Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, - 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 + 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. Contributed by Steve Chamberlain (sac@cygnus.com). Improved by Jim Wilson (wilson@cygnus.com). Index: gcc/config/sh/constraints.md =================================================================== --- gcc/config/sh/constraints.md (revision 184762) +++ gcc/config/sh/constraints.md (working copy) @@ -1,5 +1,5 @@ ;; Constraint definitions for Renesas / SuperH SH. -;; Copyright (C) 2007, 2008, 2011 Free Software Foundation, Inc. +;; Copyright (C) 2007, 2008, 2011, 2012 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; Index: gcc/config/sh/sh.md =================================================================== --- gcc/config/sh/sh.md (revision 184762) +++ gcc/config/sh/sh.md (working copy) @@ -1,6 +1,6 @@ ;;- Machine description for Renesas / SuperH SH. ;; Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -;; 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 +;; 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012 ;; Free Software Foundation, Inc. ;; Contributed by Steve Chamberlain (sac@cygnus.com). ;; Improved by Jim Wilson (wilson@cygnus.com).