public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [trans-mem] rename libitm/serial.cc to libitm/method-serial.cc
@ 2010-02-23 16:48 Aldy Hernandez
  0 siblings, 0 replies; only message in thread
From: Aldy Hernandez @ 2010-02-23 16:48 UTC (permalink / raw)
  To: gcc-patches, rth

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-02-23 15:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-02-23 16:48 [trans-mem] rename libitm/serial.cc to libitm/method-serial.cc Aldy Hernandez

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).