]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Merge branch '3.3-maint'
authorJoel Rosdahl <joel@rosdahl.net>
Wed, 26 Oct 2016 21:34:19 +0000 (23:34 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Wed, 26 Oct 2016 21:34:19 +0000 (23:34 +0200)
* 3.3-maint:
  Prepare for v3.3.3
  Bail out on usage of .incbin` assembler directives
  Rename STATS_UNSUPPORTED to STATS_UNSUPPORTED_OPTION
  Compute width of stats messages instead of hardcoding
  Reformat stats_info array

1  2 
MANUAL.txt
NEWS.txt
ccache.c
test.sh
test/test_argument_processing.c

diff --cc MANUAL.txt
Simple merge
diff --cc NEWS.txt
index c92893deb998236110803dc6b3070b6890a356ab,f24bc20c96726fcaaaa4c4059931cb843ab8cc52..49ac7609f4c9f3a38bf6411e201d883a2824867c
+++ b/NEWS.txt
@@@ -1,18 -1,17 +1,29 @@@
  ccache news
  ===========
  
 +Unreleased 3.4
 +--------------
 +
 +New features and improvements
 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 +
 +- The compiler option form `--sysroot arg` is now handled like the documented
 +  `--sysroot=arg` form.
 +
 +- Added support for caching `.su` files generated by GCC flag `-fstack-usage`.
 +
 +
+ ccache 3.3.3
+ ------------
+ Release date: 2016-10-26
+ Bug fixes
+ ~~~~~~~~~
+ - ccache now detects usage of `.incbin` assembler directives in the source code
+   and avoids caching such compilations.
  ccache 3.3.2
  ------------
  Release date: 2016-09-28
diff --cc ccache.c
Simple merge
diff --cc test.sh
Simple merge
Simple merge