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:
parent
56a7189af0
commit
1f8151cf73
3 changed files with 2015 additions and 1 deletions
|
@ -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
|
||||
|
|
2008
libstdc++-v3/config/abi/i386-unknown-freebsd4.6/baseline_symbols.txt
Normal file
2008
libstdc++-v3/config/abi/i386-unknown-freebsd4.6/baseline_symbols.txt
Normal file
File diff suppressed because it is too large
Load diff
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue