public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Aldy Hernandez <aldyh@redhat.com>
To: gcc-patches@gcc.gnu.org, rth@redhat.com
Subject: [trans-mem] rename libitm/serial.cc to libitm/method-serial.cc
Date: Tue, 23 Feb 2010 16:48:00 -0000	[thread overview]
Message-ID: <20100223155906.GA10104@redhat.com> (raw)

I'm renaming serial.cc to method-serial.cc to be consistent with the
other dispatch variants.

Committed as semi obvious.

	* Makefile.am: Rename serial.cc to method-serial.cc.
	* libitm_i.h (struct gtm_transaction): Update comment on
	serialirr_mode.
	* Makefile.in: Regenerate with automake 1.11.1.
	* testsuite/Makefile.in: Same.
	* aclocal.m4: Regenerate with aclocal 1.11.1.
	* method-serial.cc: Rename from serial.cc.

Index: Makefile.am
===================================================================
--- Makefile.am	(revision 156783)
+++ Makefile.am	(working copy)
@@ -39,8 +39,8 @@ libitm_la_LDFLAGS = $(libitm_version_inf
 libitm_la_SOURCES = \
 	aatree.cc alloc.cc alloc_c.cc alloc_cpp.cc barrier.cc beginend.cc \
 	clone.cc cacheline.cc cachepage.cc eh_cpp.cc local.cc memcpy.cc \
-	memset.cc query.cc retry.cc rwlock.cc serial.cc useraction.cc util.cc \
-	sjlj.S method-readonly.cc method-wbetl.cc
+	memset.cc query.cc retry.cc rwlock.cc useraction.cc util.cc \
+	sjlj.S method-serial.cc method-readonly.cc method-wbetl.cc
 
 if ARCH_X86
 libitm_la_SOURCES += x86_sse.cc x86_avx.cc

Index: libitm_i.h
===================================================================
--- libitm_i.h	(revision 156955)
+++ libitm_i.h	(working copy)
@@ -244,7 +244,7 @@ struct gtm_transaction
   // In retry.cc
   void decide_retry_strategy (gtm_restart_reason);
 
-  // In serial.cc
+  // In method-serial.cc
   void serialirr_mode ();
 
   // In useraction.cc

                 reply	other threads:[~2010-02-23 15:59 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100223155906.GA10104@redhat.com \
    --to=aldyh@redhat.com \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=rth@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).