Age | Commit message (Collapse) | Author | Files | Lines |
|
2012-04-23 Manuel López-Ibáñez <manu@gcc.gnu.org>
contrib/
* compare_tests: Append '/' to make 'find' traverse
symlinked directories.
From-SVN: r186750
|
|
2012-02-15 Quentin Neill <quentin.neill@amd.com>
* compare_tests: Fix trailing paths in dir arguments.
Handle sum1/sum2 temp files with others.
From-SVN: r184284
|
|
From-SVN: r184130
|
|
2011-11-07 Quentin Neill <quentin.neill@amd.com>
* compare_tests: Add ability to compare all .sum
files from two build directories.
From-SVN: r181149
|
|
leading '+' as file names...
Port to hosts whose 'sort' and 'tail' implementations
treat operands with leading '+' as file names, as POSIX
has required since 2001. However, make sure the code still
works on pre-POSIX hosts.
* ltmain.sh: Don't assume "sort +2" is equivalent to
"sort -k 3", since POSIX 1003.1-2001 no longer requires this.
contrib:
* compare_tests: Don't assume "sort +2" is equivalent to
"sort -k 3", since POSIX 1003.1-2001 no longer requires this.
gcc:
* Makefile.in (slowcompare): Port to POSIX 1003.1-2001,
which says you should use "tail -c +N" rather than "tail +Nc".
Fix a bug: the old code incorrectly skipped 15 bytes, not 16.
From-SVN: r115234
|
|
* compare_tests: Handle multilibs better.
Co-Authored-By: Mike Stump <mrs@apple.com>
From-SVN: r114331
|
|
From-SVN: r65255
|
|
From-SVN: r21422
|