summaryrefslogtreecommitdiff
path: root/contrib/compare_tests
Commit message (Collapse)AuthorAgeFilesLines
* Port to hosts whose 'sort' and 'tail' implementationsmrs2006-07-061-2/+8
| | | | | | | | | | | | | | | | | | | 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115234 138bc75d-0d04-0410-961f-82ee72b054a4
* * compare_tests: Handle multilibs better.mrs2006-06-021-2/+2
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114331 138bc75d-0d04-0410-961f-82ee72b054a4
* * compare_tests: Fix exit status and be more flexible with spacing.mrs2003-04-041-16/+23
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@65255 138bc75d-0d04-0410-961f-82ee72b054a4
* * compare_tests: New script.law1998-07-271-0/+98
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21422 138bc75d-0d04-0410-961f-82ee72b054a4