commit | 8d4973a1c01d4b38871fbc6631e1fdd20e6c9e90 | [log] [tgz] |
---|---|---|
author | Kees Cook <keescook@chromium.org> | Tue Jan 10 16:48:03 2017 -0800 |
committer | Kees Cook <keescook@chromium.org> | Tue Jan 10 16:50:57 2017 -0800 |
tree | 61cf46a09d1cfbb9e8354037196173b0b84ab7f0 | |
parent | 81d873a87114b05dbb74d1fbf0c4322ba4bfdee4 [diff] |
gcc-plugins: add PASS_INFO and build_const_char_string() This updates the GCC plugins gcc-common.h from PaX Team to include more helpers and header files, specifically adds the PASS_INFO() macro to make plugin declarations nicer and a helper for proper const string building. Signed-off-by: Kees Cook <keescook@chromium.org>