diff options
author | Dave Korn <dave.korn.cygwin@gmail.com> | 2011-01-26 03:46:07 +0000 |
---|---|---|
committer | Dave Korn <davek@gcc.gnu.org> | 2011-01-26 03:46:07 +0000 |
commit | a7150b3d881e4386649de951cf314d9e9a86fc20 (patch) | |
tree | 45ccc8362e3f95be7a4a5cf0e91eb236a4c4279c /contrib/ChangeLog | |
parent | 214dab66074a734f637c8d2766aa5d215aac46e3 (diff) | |
download | gcc-a7150b3d881e4386649de951cf314d9e9a86fc20.tar.gz |
patch_tester.sh (nopristinecache): New shell var, set according to presence or absence of new -nopristinecache option.
* patch_tester.sh (nopristinecache): New shell var, set according
to presence or absence of new -nopristinecache option.
(usage): Document new option.
(bootntest_pristine): Implement it.
From-SVN: r169273
Diffstat (limited to 'contrib/ChangeLog')
-rw-r--r-- | contrib/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/contrib/ChangeLog b/contrib/ChangeLog index 1737cc8d264..1a11db70186 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,10 @@ +2011-01-26 Dave Korn <dave.korn.cygwin@gmail.com> + + * patch_tester.sh (nopristinecache): New shell var, set according + to presence or absence of new -nopristinecache option. + (usage): Document new option. + (bootntest_pristine): Implement it. + 2010-11-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> * make_sunver.pl: Use elfdump -s to extract symbols if possible, |