+ * trans-mem.c: Add contributed-by.
authorAldy Hernandez <aldyh@redhat.com>
Tue, 1 Sep 2015 13:52:09 +0000 (13:52 +0000)
committerAldy Hernandez <aldyh@gcc.gnu.org>
Tue, 1 Sep 2015 13:52:09 +0000 (13:52 +0000)
+       * trans-mem.c: Add contributed-by.
+       * trans-mem.h: Same.

From-SVN: r227372

gcc/ChangeLog
gcc/trans-mem.c
gcc/trans-mem.h

index 2bb787f728c322ae165cb4bd5614606e53589a87..925546afa4bb9aa5102bf94a8db496cb9a2f3467 100644 (file)
@@ -1,3 +1,8 @@
+2015-09-01  Aldy Hernandez  <aldyh@redhat.com>
+
+       * trans-mem.c: Add contributed-by.
+       * trans-mem.h: Same.
+
 2015-09-01  Richard Biener  <rguenther@suse.de>
 
        * expr.c (expand_expr_real_1): For expanding TERed defs
index 891e6388cc43824722f8a113ebe9886d8295249a..e7707acce688b9eed07f6aaaa2d71f975b18e29b 100644 (file)
@@ -1,5 +1,7 @@
 /* Passes for transactional memory support.
    Copyright (C) 2008-2015 Free Software Foundation, Inc.
+   Contributed by Richard Henderson <rth@redhat.com>
+   and Aldy Hernandez <aldyh@redhat.com>.
 
    This file is part of GCC.
 
index f19b83cfb322006e3d84b592f18aeb5c7f18810c..585b22ad7b14013934a3d58ee74ab70eb6a60ead 100644 (file)
@@ -1,5 +1,7 @@
 /* Miscellaneous transactional memory support definitions.
    Copyright (C) 2009-2015 Free Software Foundation, Inc.
+   Contributed by Richard Henderson <rth@redhat.com>
+   and Aldy Hernandez <aldyh@redhat.com>.
 
    This file is part of GCC.