This is the mail archive of the ecos-patches@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

remove kernel dependency in cxxsupp test


Index: ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/infra/current/ChangeLog,v
retrieving revision 1.34
diff -u -5 -p -r1.34 ChangeLog
--- ChangeLog	11 Apr 2003 18:08:16 -0000	1.34
+++ ChangeLog	25 Apr 2003 19:48:09 -0000
@@ -1,5 +1,10 @@
+2003-04-25  Jonathan Larmour  <jifl at eCosCentric dot com>
+
+	* tests/cxxsupp.cxx: don't include <pkgconf/kernel.h> as it's not
+	needed.
+
 2003-04-10  Nick Garnett  <nickg at balti dot calivar dot com>
 
 	* tests/cxxsupp.cxx: Added this test program to check that basic
 	C++ support is present. It checks that pure virtual functions can
 	be defined, that new and delete are present and functional, and
Index: tests/cxxsupp.cxx
===================================================================
RCS file: /cvs/ecos/ecos/packages/infra/current/tests/cxxsupp.cxx,v
retrieving revision 1.1
diff -u -5 -p -r1.1 cxxsupp.cxx
--- tests/cxxsupp.cxx	10 Apr 2003 18:08:36 -0000	1.1
+++ tests/cxxsupp.cxx	25 Apr 2003 19:48:09 -0000
@@ -46,11 +46,10 @@
 // Description:   Simple test for C++ runtime support.
 //
 //####DESCRIPTIONEND####
 //==========================================================================
 
-#include <pkgconf/kernel.h>
 #include <pkgconf/hal.h>
 #include <pkgconf/isoinfra.h>
 
 #include <cyg/infra/testcase.h>
 #include <cyg/infra/diag.h>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]