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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115234 138bc75d-0d04-0410-961f-82ee72b054a4
Showing
- ChangeLog 9 additions, 0 deletionsChangeLog
- contrib/ChangeLog 9 additions, 0 deletionscontrib/ChangeLog
- contrib/compare_tests 8 additions, 2 deletionscontrib/compare_tests
- gcc/ChangeLog 10 additions, 0 deletionsgcc/ChangeLog
- gcc/Makefile.in 7 additions, 2 deletionsgcc/Makefile.in
- ltmain.sh 7 additions, 1 deletionltmain.sh
Loading
Please register or sign in to comment