From: Julian Seward Date: Tue, 3 Sep 2013 08:39:28 +0000 (+0000) Subject: Rename cg-arch.c to cg_arch.c so as to be consistent with other X-Git-Tag: svn/VALGRIND_3_9_0~164 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d7649ffe98509b2a165d2866bbedc79e5c8bfc2;p=thirdparty%2Fvalgrind.git Rename cg-arch.c to cg_arch.c so as to be consistent with other filenames, including cg_arch.h :) No functional change. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13527 --- diff --git a/cachegrind/Makefile.am b/cachegrind/Makefile.am index ef29961a57..af9f80493a 100644 --- a/cachegrind/Makefile.am +++ b/cachegrind/Makefile.am @@ -43,7 +43,7 @@ endif CACHEGRIND_SOURCES_COMMON = \ cg_main.c \ - cg-arch.c + cg_arch.c cachegrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_SOURCES = \ $(CACHEGRIND_SOURCES_COMMON) diff --git a/cachegrind/cg-arch.c b/cachegrind/cg_arch.c similarity index 100% rename from cachegrind/cg-arch.c rename to cachegrind/cg_arch.c diff --git a/callgrind/Makefile.am b/callgrind/Makefile.am index 343f03470e..2953aa0c58 100644 --- a/callgrind/Makefile.am +++ b/callgrind/Makefile.am @@ -45,7 +45,7 @@ CALLGRIND_SOURCES_COMMON = \ main.c \ sim.c \ threads.c \ - ../cachegrind/cg-arch.c + ../cachegrind/cg_arch.c CALLGRIND_CFLAGS_COMMON = -I$(top_srcdir)/cachegrind