diff options
author | aldyh <aldyh@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-03-03 14:41:33 +0000 |
---|---|---|
committer | aldyh <aldyh@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-03-03 14:41:33 +0000 |
commit | 3dd6899a09b169b4900a0abefe32bc3a2c9aafdb (patch) | |
tree | dc537138eacb3531910d3cb657530d6560c3f27f | |
parent | 5df080bf3b8b31e425754f9f6cdee5b3ec1143b4 (diff) | |
download | gcc-3dd6899a09b169b4900a0abefe32bc3a2c9aafdb.tar.gz |
* configure.tgt: Add emacs -*- tags.
* barrier.tpl: Same.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/transactional-memory@157195 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r-- | libitm/ChangeLog | 5 | ||||
-rw-r--r-- | libitm/barrier.tpl | 1 | ||||
-rw-r--r-- | libitm/configure.tgt | 1 |
3 files changed, 7 insertions, 0 deletions
diff --git a/libitm/ChangeLog b/libitm/ChangeLog index 4be0a10497d..eedebc47d12 100644 --- a/libitm/ChangeLog +++ b/libitm/ChangeLog @@ -1,3 +1,8 @@ +2010-03-03 Aldy Hernandez <aldyh@redhat.com> + + * configure.tgt: Add emacs -*- tags. + * barrier.tpl: Same. + 2010-02-23 Aldy Hernandez <aldyh@redhat.com> * Makefile.am: Rename serial.cc to method-serial.cc. diff --git a/libitm/barrier.tpl b/libitm/barrier.tpl index c1b22026c6d..a0a5940cdf3 100644 --- a/libitm/barrier.tpl +++ b/libitm/barrier.tpl @@ -1,3 +1,4 @@ +/* -*- c++ -*- */ /* Copyright (C) 2008, 2009 Free Software Foundation, Inc. Contributed by Richard Henderson <rth@redhat.com>. diff --git a/libitm/configure.tgt b/libitm/configure.tgt index 5293fa96f1e..853c0827c65 100644 --- a/libitm/configure.tgt +++ b/libitm/configure.tgt @@ -1,3 +1,4 @@ +# -*- shell-script -*- # This is the target specific configuration file. This is invoked by the # autoconf generated configure script. Putting it in a separate shell file # lets us skip running autoconf when modifying target specific information. |