|
From: <sv...@va...> - 2010-01-03 23:58:34
|
Author: sewardj
Date: 2010-01-03 23:58:25 +0000 (Sun, 03 Jan 2010)
New Revision: 11004
Log:
Close this branch; is now redundant.
Modified:
branches/ARM/coregrind/m_main.c
Modified: branches/ARM/coregrind/m_main.c
===================================================================
--- branches/ARM/coregrind/m_main.c 2010-01-03 23:46:03 UTC (rev 11003)
+++ branches/ARM/coregrind/m_main.c 2010-01-03 23:58:25 UTC (rev 11004)
@@ -1047,6 +1047,11 @@
xpre, VERSION, xpost
);
+ VG_(printf)("\n\nSupport for ARM-Linux was merged to the trunk\n");
+ VG_(printf)("in Jan 2010. This branch is now closed. Please use\n");
+ VG_(printf)("svn://svn.valgrind.org/valgrind/trunk instead.\n\n");
+ VG_(exit)(0);
+
// Print the command line. At one point we wrapped at 80 chars and
// printed a '\' as a line joiner, but that makes it hard to cut and
// paste the command line (because of the "==pid==" prefixes), so we now
|