dslinux/user/rtest Makefile rtest.cxx

amadeus dslinux_amadeus at user.in-berlin.de
Tue Oct 17 22:21:50 CEST 2006


Update of /cvsroot/dslinux/dslinux/user/rtest
In directory antilope:/tmp/cvs-serv17660/user/rtest

Modified Files:
	Makefile rtest.cxx 
Log Message:
-- testing --

Index: rtest.cxx
===================================================================
RCS file: /cvsroot/dslinux/dslinux/user/rtest/rtest.cxx,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- rtest.cxx	15 Oct 2006 11:19:48 -0000	1.4
+++ rtest.cxx	17 Oct 2006 20:21:48 -0000	1.5
@@ -49,8 +49,12 @@
  {
 	test1 *bubi;
 
+	puts("start: before new\n");
+
 	bubi = new test1;
 
+	puts("after new\n");
+
 	puts( bubi->self());
 
 	delete bubi;

Index: Makefile
===================================================================
RCS file: /cvsroot/dslinux/dslinux/user/rtest/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- Makefile	16 Oct 2006 17:33:48 -0000	1.4
+++ Makefile	17 Oct 2006 20:21:48 -0000	1.5
@@ -13,7 +13,7 @@
 # libraries to link with
 # LDLIBS +=
 
-# LDFLAGS += -Wl,-M
+LDFLAGS += -Wl,-M
 
 # declare these targets as phony, so make will not try to look
 # for files named like them:




More information about the dslinux-commit mailing list