]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
1.cc, [...]: Update comment regarding the origin of LOCALEDIR.
authorPhil Edwards <pme@gcc.gnu.org>
Mon, 28 Jul 2003 04:05:30 +0000 (04:05 +0000)
committerPhil Edwards <pme@gcc.gnu.org>
Mon, 28 Jul 2003 04:05:30 +0000 (04:05 +0000)
2003-07-28  Phil Edwards  <pme@gcc.gnu.org>

* testsuite/22_locale/messages/members/char/1.cc,
testsuite/22_locale/messages/members/char/2.cc,
testsuite/22_locale/messages/members/char/3.cc,
testsuite/22_locale/messages_byname/1.cc:  Update comment regarding
the origin of LOCALEDIR.
* testsuite/lib/libstdc++-v3.exp:  New file.

From-SVN: r69877

libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/22_locale/messages/members/char/1.cc
libstdc++-v3/testsuite/22_locale/messages/members/char/2.cc
libstdc++-v3/testsuite/22_locale/messages/members/char/3.cc
libstdc++-v3/testsuite/22_locale/messages_byname/1.cc
libstdc++-v3/testsuite/lib/libstdc++-v3.exp [new file with mode: 0644]

index 304450a1a4b42e368b76331b3f0dacc20b3022c6..cde2b7cb6ba0bf31a4fd5ba43c4905cb6b950610 100644 (file)
@@ -1,3 +1,12 @@
+2003-07-28  Phil Edwards  <pme@gcc.gnu.org>
+
+       * testsuite/22_locale/messages/members/char/1.cc,
+       testsuite/22_locale/messages/members/char/2.cc,
+       testsuite/22_locale/messages/members/char/3.cc,
+       testsuite/22_locale/messages_byname/1.cc:  Update comment regarding
+       the origin of LOCALEDIR.
+       * testsuite/lib/libstdc++-v3.exp:  New file.
+
 2003-07-25  Benjamin Kosnik  <bkoz@redhat.com>
 
        * include/bits/char_traits.h: Update copyright, tweak.
index 8201be5bcd6906711d42d0902bfb867c75ccfd93..5b360b15a21d95193f2a2f83c9b93e9b2f4cd2e5 100644 (file)
@@ -30,7 +30,7 @@ void test01()
   typedef std::messages<char>::string_type string_type;
 
   bool test = true;
-  // This is exported through RUNTESTFLAGS in testsuite/Makefile.am.
+  // This is defined through CXXFLAGS in scripts/testsuite_flags[.in].
   const char* dir = LOCALEDIR;
 
   // basic construction
index 927a55046f693aaca400b9cb1a6ff54865f9cb85..389d3721a1bb667c973fb2988a0f32e709040c71 100644 (file)
@@ -30,7 +30,7 @@ void test02()
   typedef std::messages<char>::string_type string_type;
 
   bool test = true;
-  // This is exported through RUNTESTFLAGS in testsuite/Makefile.am.
+  // This is defined through CXXFLAGS in scripts/testsuite_flags[.in].
   const char* dir = LOCALEDIR;
 
   // basic construction
index 134294958e3392b3b4405fff50e49c992f2d803c..d4abacc99ed220f296106dfe490c189a154710c5 100644 (file)
@@ -30,7 +30,7 @@ void test03()
   typedef std::messages<char>::string_type string_type;
 
   bool test = true;
-  // This is exported through RUNTESTFLAGS in testsuite/Makefile.am.
+  // This is defined through CXXFLAGS in scripts/testsuite_flags[.in].
   const char* dir = LOCALEDIR;
 
   // basic construction
index a3232dd4c95622cfdc90e2b422dd655994e2a654..cc8860bef9dee6de6cc014f0331f9519594ebe91 100644 (file)
@@ -31,7 +31,7 @@ void test01()
 
   bool test = true;
   string str;
-  // This is exported through RUNTESTFLAGS in testsuite/Makefile.am.
+  // This is defined through CXXFLAGS in scripts/testsuite_flags[.in].
   const char* dir = LOCALEDIR;
   locale loc_c = locale::classic();
 
diff --git a/libstdc++-v3/testsuite/lib/libstdc++-v3.exp b/libstdc++-v3/testsuite/lib/libstdc++-v3.exp
new file mode 100644 (file)
index 0000000..bc3467d
--- /dev/null
@@ -0,0 +1,7 @@
+
+# This is the "tool init file" for libstdc++-v3.  There's nothing here.
+# It's simply a placeholder for two reasons.  First, to show where we would
+# put things, in case we ever want to take advantage of the tool init file.
+# Second, to make dejagnu shut up about "WARNING could not find tool init
+# file," which is harmless but tends to scare/confuse people.
+