From patchwork Sun Nov 6 03:55:45 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Aldy Hernandez X-Patchwork-Id: 123912 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 1FCEDB6F70 for ; Sun, 6 Nov 2011 14:56:14 +1100 (EST) Received: (qmail 14543 invoked by alias); 6 Nov 2011 03:56:11 -0000 Received: (qmail 14525 invoked by uid 22791); 6 Nov 2011 03:56:08 -0000 X-SWARE-Spam-Status: No, hits=-7.1 required=5.0 tests=AWL, BAYES_00, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, SPF_HELO_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 06 Nov 2011 03:55:48 +0000 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id pA63tmX5031010 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sat, 5 Nov 2011 23:55:48 -0400 Received: from austin.quesejoda.com (vpn-11-135.rdu.redhat.com [10.11.11.135]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id pA63tkmd016687; Sat, 5 Nov 2011 23:55:47 -0400 Message-ID: <4EB60541.4090001@redhat.com> Date: Sat, 05 Nov 2011 20:55:45 -0700 From: Aldy Hernandez User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110428 Fedora/3.1.10-1.fc14 Lightning/1.0b3pre Thunderbird/3.1.10 MIME-Version: 1.0 To: Gerald Pfeifer CC: gcc-patches Subject: Re: [patch] 3/n: trans-mem: runtime References: <4EB2D428.8000906@redhat.com> In-Reply-To: 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 On 11/05/11 13:40, Gerald Pfeifer wrote: > On Thu, 3 Nov 2011, Aldy Hernandez wrote: >> --- libitm/method-wbetl.cc (.../trunk) (revision 0) >> +++ libitm/method-wbetl.cc (.../branches/transactional-memory) >> (revision 180773) >> @@ -0,0 +1,628 @@ >> +/* Copyright (C) 2009 Free Software Foundation, Inc. >> + Contributed by Richard Henderson. > > I believe this should become "2009, 2011" or "2009, 2010, 2011" > when it's applied to trunk. > > Gerald I assume the same thing goes for the rest of similar files. Committed to branch. * method-wbetl.cc: Update copyright notice. * aatree.cc: Same. * util.cc: Same. * libitm.h: Same. * memset.cc: Same. * eh_cpp.cc: Same. * barrier.tpl: Same. * useraction.cc: Same. * stmlock.h: Same. * memcpy.cc: Same. * common.h: Same. * config/generic/tls.cc: Same. * config/generic/cacheline.h: Same. * config/generic/cachepage.h: Same. * config/generic/cacheline.cc: Same. * config/generic/unaligned.h: Same. * config/x86/cacheline.h: Same. * config/x86/cacheline.cc: Same. * config/x86/unaligned.h: Same. * config/alpha/cacheline.h: Same. * config/alpha/unaligned.h: Same. * config/alpha/sjlj.S: Same. * config/posix/cachepage.cc: Same. * config/linux/futex.h: Same. * config/linux/alpha/futex_bits.h: Same. Index: method-wbetl.cc =================================================================== --- method-wbetl.cc (revision 181013) +++ method-wbetl.cc (working copy) @@ -1,4 +1,4 @@ -/* Copyright (C) 2009 Free Software Foundation, Inc. +/* Copyright (C) 2009, 2011 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Transactional Memory Library (libitm). Index: aatree.cc =================================================================== --- aatree.cc (revision 181013) +++ aatree.cc (working copy) @@ -1,4 +1,4 @@ -/* Copyright (C) 2009 Free Software Foundation, Inc. +/* Copyright (C) 2009, 2011 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Transactional Memory Library (libitm). Index: util.cc =================================================================== --- util.cc (revision 181013) +++ util.cc (working copy) @@ -1,4 +1,4 @@ -/* Copyright (C) 2009 Free Software Foundation, Inc. +/* Copyright (C) 2009, 2011 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Transactional Memory Library (libitm). Index: libitm.h =================================================================== --- libitm.h (revision 181013) +++ libitm.h (working copy) @@ -1,4 +1,4 @@ -/* Copyright (C) 2008, 2009 Free Software Foundation, Inc. +/* Copyright (C) 2008, 2009, 2011 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Transactional Memory Library (libitm). Index: memset.cc =================================================================== --- memset.cc (revision 181013) +++ memset.cc (working copy) @@ -1,4 +1,4 @@ -/* Copyright (C) 2008, 2009 Free Software Foundation, Inc. +/* Copyright (C) 2008, 2009, 2011 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Transactional Memory Library (libitm). Index: eh_cpp.cc =================================================================== --- eh_cpp.cc (revision 181013) +++ eh_cpp.cc (working copy) @@ -1,4 +1,4 @@ -/* Copyright (C) 2009 Free Software Foundation, Inc. +/* Copyright (C) 2009, 2011 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Transactional Memory Library (libitm). Index: barrier.tpl =================================================================== --- barrier.tpl (revision 181013) +++ barrier.tpl (working copy) @@ -1,5 +1,5 @@ /* -*- c++ -*- */ -/* Copyright (C) 2008, 2009 Free Software Foundation, Inc. +/* Copyright (C) 2008, 2009, 2011 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Transactional Memory Library (libitm). Index: useraction.cc =================================================================== --- useraction.cc (revision 181013) +++ useraction.cc (working copy) @@ -1,4 +1,4 @@ -/* Copyright (C) 2008, 2009 Free Software Foundation, Inc. +/* Copyright (C) 2008, 2009, 2011 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Transactional Memory Library (libitm). Index: stmlock.h =================================================================== --- stmlock.h (revision 181013) +++ stmlock.h (working copy) @@ -1,4 +1,4 @@ -/* Copyright (C) 2009 Free Software Foundation, Inc. +/* Copyright (C) 2009, 2011 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Transactional Memory Library (libitm). Index: config/linux/futex.h =================================================================== --- config/linux/futex.h (revision 181013) +++ config/linux/futex.h (working copy) @@ -1,4 +1,4 @@ -/* Copyright (C) 2008, 2009 Free Software Foundation, Inc. +/* Copyright (C) 2008, 2009, 2011 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Transactional Memory Library (libitm). Index: config/linux/alpha/futex_bits.h =================================================================== --- config/linux/alpha/futex_bits.h (revision 181013) +++ config/linux/alpha/futex_bits.h (working copy) @@ -1,4 +1,4 @@ -/* Copyright (C) 2008, 2009 Free Software Foundation, Inc. +/* Copyright (C) 2008, 2009, 2011 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Transactional Memory Library (libitm). Index: config/posix/cachepage.cc =================================================================== --- config/posix/cachepage.cc (revision 181013) +++ config/posix/cachepage.cc (working copy) @@ -1,4 +1,4 @@ -/* Copyright (C) 2009 Free Software Foundation, Inc. +/* Copyright (C) 2009, 2011 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Transactional Memory Library (libitm). Index: config/alpha/cacheline.h =================================================================== --- config/alpha/cacheline.h (revision 181013) +++ config/alpha/cacheline.h (working copy) @@ -1,4 +1,4 @@ -/* Copyright (C) 2009 Free Software Foundation, Inc. +/* Copyright (C) 2009, 2011 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Transactional Memory Library (libitm). Index: config/alpha/sjlj.S =================================================================== --- config/alpha/sjlj.S (revision 181013) +++ config/alpha/sjlj.S (working copy) @@ -1,4 +1,4 @@ -/* Copyright (C) 2009 Free Software Foundation, Inc. +/* Copyright (C) 2009, 2011 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Transactional Memory Library (libitm). Index: config/alpha/unaligned.h =================================================================== --- config/alpha/unaligned.h (revision 181013) +++ config/alpha/unaligned.h (working copy) @@ -1,4 +1,4 @@ -/* Copyright (C) 2009 Free Software Foundation, Inc. +/* Copyright (C) 2009, 2011 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Transactional Memory Library (libitm). Index: config/x86/cacheline.cc =================================================================== --- config/x86/cacheline.cc (revision 181013) +++ config/x86/cacheline.cc (working copy) @@ -1,4 +1,4 @@ -/* Copyright (C) 2009 Free Software Foundation, Inc. +/* Copyright (C) 2009, 2011 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Transactional Memory Library (libitm). Index: config/x86/cacheline.h =================================================================== --- config/x86/cacheline.h (revision 181013) +++ config/x86/cacheline.h (working copy) @@ -1,4 +1,4 @@ -/* Copyright (C) 2009 Free Software Foundation, Inc. +/* Copyright (C) 2009, 2011 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Transactional Memory Library (libitm). Index: config/x86/unaligned.h =================================================================== --- config/x86/unaligned.h (revision 181013) +++ config/x86/unaligned.h (working copy) @@ -1,4 +1,4 @@ -/* Copyright (C) 2009 Free Software Foundation, Inc. +/* Copyright (C) 2009, 2011 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Transactional Memory Library (libitm). Index: config/generic/cacheline.cc =================================================================== --- config/generic/cacheline.cc (revision 181013) +++ config/generic/cacheline.cc (working copy) @@ -1,4 +1,4 @@ -/* Copyright (C) 2009 Free Software Foundation, Inc. +/* Copyright (C) 2009, 2011 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Transactional Memory Library (libitm). Index: config/generic/cacheline.h =================================================================== --- config/generic/cacheline.h (revision 181013) +++ config/generic/cacheline.h (working copy) @@ -1,4 +1,4 @@ -/* Copyright (C) 2009 Free Software Foundation, Inc. +/* Copyright (C) 2009, 2011 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Transactional Memory Library (libitm). Index: config/generic/cachepage.h =================================================================== --- config/generic/cachepage.h (revision 181013) +++ config/generic/cachepage.h (working copy) @@ -1,4 +1,4 @@ -/* Copyright (C) 2009 Free Software Foundation, Inc. +/* Copyright (C) 2009, 2011 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Transactional Memory Library (libitm). Index: config/generic/tls.cc =================================================================== --- config/generic/tls.cc (revision 181013) +++ config/generic/tls.cc (working copy) @@ -1,4 +1,4 @@ -/* Copyright (C) 2010 Free Software Foundation, Inc. +/* Copyright (C) 2010, 2011 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Transactional Memory Library (libitm). Index: config/generic/unaligned.h =================================================================== --- config/generic/unaligned.h (revision 181013) +++ config/generic/unaligned.h (working copy) @@ -1,4 +1,4 @@ -/* Copyright (C) 2009 Free Software Foundation, Inc. +/* Copyright (C) 2009, 2011 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Transactional Memory Library (libitm). Index: memcpy.cc =================================================================== --- memcpy.cc (revision 181013) +++ memcpy.cc (working copy) @@ -1,4 +1,4 @@ -/* Copyright (C) 2008, 2009 Free Software Foundation, Inc. +/* Copyright (C) 2008, 2009, 2011 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Transactional Memory Library (libitm). Index: common.h =================================================================== --- common.h (revision 181013) +++ common.h (working copy) @@ -1,4 +1,4 @@ -/* Copyright (C) 2008, 2009 Free Software Foundation, Inc. +/* Copyright (C) 2008, 2009, 2011 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Transactional Memory Library (libitm).