This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "GNU Mach".
The branch, master has been updated via cf06b7bc08cb25b42e344a1cc4cdb989156c3f36 (commit) from fe2732d6382e46c7986013ae361e789a11bbe88a (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit cf06b7bc08cb25b42e344a1cc4cdb989156c3f36 Author: Samuel Thibault <samuel.thiba...@ens-lyon.org> Date: Fri Sep 6 01:54:30 2019 +0200 compiler-gcc*.h: Keep on the gcc 5 version for now We can introduce other versions if we ever need to (which is unlikely since we plan to get rid of the Linux drivers). * compiler-gcc.h: Include compiler-gcc5.h for all compiler versions starting from gcc 5. * compiler-gcc6.h, compiler-gcc7.h, compiler-gcc8.h, compiler-gcc9.h: Remove. ----------------------------------------------------------------------- Summary of changes: linux/src/include/linux/compiler-gcc.h | 4 ++ linux/src/include/linux/compiler-gcc6.h | 67 --------------------------------- linux/src/include/linux/compiler-gcc7.h | 67 --------------------------------- linux/src/include/linux/compiler-gcc8.h | 67 --------------------------------- linux/src/include/linux/compiler-gcc9.h | 67 --------------------------------- 5 files changed, 4 insertions(+), 268 deletions(-) delete mode 100644 linux/src/include/linux/compiler-gcc6.h delete mode 100644 linux/src/include/linux/compiler-gcc7.h delete mode 100644 linux/src/include/linux/compiler-gcc8.h delete mode 100644 linux/src/include/linux/compiler-gcc9.h hooks/post-receive -- GNU Mach