Commit 1f8151cf by Loren J. Rittle Committed by Loren J. Rittle

abi_check.cc: Enhance shell portability.

	* testsuite/abi_check.cc: Enhance shell portability.
	* config/abi/i386-unknown-freebsd4.6: Add.
	* config/abi/i386-unknown-freebsd4.6/baseline_symbols.txt: New file.

From-SVN: r56527
parent 56a7189a
2002-08-22 Loren J. Rittle <ljrittle@acm.org>
* testsuite/abi_check.cc: Enhance shell portability.
* config/abi/i386-unknown-freebsd4.6: Add.
* config/abi/i386-unknown-freebsd4.6/baseline_symbols.txt: New file.
2002-08-22 Paolo Carlini <pcarlini@unitus.it>
* docs/html/faq/index.html: Add Loren James Rittle and
......
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -244,7 +244,7 @@ int main(int argc, char** argv)
<< bslash << "n" << quote << ", $4, $8; else if ($4 == "
<< quote << "OBJECT" << quote << ") printf " << quote
<< "%s:%s:%s" << bslash << "n" << quote << ", $4, $3, $8;}' | "
<< "sort >& " << test_file;
<< "sort > " << test_file << " 2>&1";
if (system(cmd.str().c_str()) != 0)
{
cerr << "Unable to generate the list of exported symbols." << endl;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment