aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/Makefile
diff options
context:
space:
mode:
authorBernhard Schommer <bernhardschommer@gmail.com>2016-03-23 14:22:33 +0100
committerBernhard Schommer <bernhardschommer@gmail.com>2016-03-23 14:22:33 +0100
commit4e62a2c4b2c809ea020423e7e328ba96e379d64d (patch)
tree67a9325ae6e04c3ed353e9cd1f9dc19c1fd87405 /runtime/Makefile
parentccd59f7fc19ffe2347724b532d6ce13c8580c2ab (diff)
downloadcompcert-kvx-4e62a2c4b2c809ea020423e7e328ba96e379d64d.tar.gz
compcert-kvx-4e62a2c4b2c809ea020423e7e328ba96e379d64d.zip
Added the _Noreturn keyword.
CompCert now recognizes the C11 _Noreturn function specifier and emits a simple warning for functions declared _Noreturn containing a return statement. Also the stdnoreturn header and additionally the stdalign header are added. Bug 18541
Diffstat (limited to 'runtime/Makefile')
-rw-r--r--runtime/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/Makefile b/runtime/Makefile
index 99eeaa54..e49bf3c7 100644
--- a/runtime/Makefile
+++ b/runtime/Makefile
@@ -7,7 +7,8 @@ OBJS=i64_dtos.o i64_dtou.o i64_sar.o i64_sdiv.o i64_shl.o \
vararg.o
LIB=libcompcert.a
INCLUDES=include/float.h include/stdarg.h include/stdbool.h \
- include/stddef.h include/varargs.h
+ include/stddef.h include/varargs.h include/stdalign.h \
+ include/stdnoreturn.h
VPATH=$(ARCH)