]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* testsuite/abi_check.cc: Remove guards kludge.
authorDavid Edelsohn <edelsohn@gnu.org>
Tue, 26 Nov 2002 16:02:52 +0000 (16:02 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Tue, 26 Nov 2002 16:02:52 +0000 (11:02 -0500)
From-SVN: r59521

libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/abi_check.cc

index 4f36778e3a63545e82cc34dc1e49e9f8b6bb7fda..aecbe9ee5427f1a1b7d0df95270bec11951409e6 100644 (file)
@@ -1,3 +1,7 @@
+2002-11-26  David Edelsohn  <edelsohn@gnu.org>
+
+       * testsuite/abi_check.cc: Remove guards kludge.
+
 2002-11-19  Release Manager
 
        * GCC 3.2.1 Released.
index ca5281175af0b975d7d5ee4740c313dced3887fb..c093cd507a6aa1f12cd50a1d8bff654c1c74e4fd 100644 (file)
@@ -321,7 +321,6 @@ main(int argc, char** argv)
       exit(2);
     }
 
-#ifndef _ARCH_PWR
   // Sort out names.
   // Assuming baseline_names, test_names are both unique w/ no duplicates.
   //
@@ -405,7 +404,6 @@ main(int argc, char** argv)
       // Second, report reason or reasons incompatible.
       check_compatible(base, test, true);
     }
-#endif
 
   return 0;
 }