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
This commit is contained in:
Loren J. Rittle 2002-08-23 01:50:15 +00:00 committed by Loren J. Rittle
parent 56a7189af0
commit 1f8151cf73
3 changed files with 2015 additions and 1 deletions

View file

@ -1,3 +1,9 @@
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

File diff suppressed because it is too large Load diff

View file

@ -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;