1. 28 2月, 2017 1 次提交
    • A
      gcc-plugins: fix sancov_plugin for gcc-5 · dcc23527
      Arnd Bergmann 提交于
      The name of the local variable was inadvertantly changed from
      sancov_plugin_pass_info to sancov_pass_info:
      
      scripts/gcc-plugins/sancov_plugin.c: In function ‘int plugin_init(plugin_name_args*, plugin_gcc_version*)’:
      scripts/gcc-plugins/sancov_plugin.c:136:67: error: ‘sancov_plugin_pass_info’ was not declared in this scope
      
      This changes the conditional reference to this variable as well.
      
      Fixes: 5a45a4c5 ("gcc-plugins: consolidate on PASS_INFO macro")
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Signed-off-by: NKees Cook <keescook@chromium.org>
      dcc23527
  2. 14 1月, 2017 1 次提交
  3. 14 12月, 2016 1 次提交
  4. 01 11月, 2016 1 次提交
  5. 08 6月, 2016 1 次提交
反馈
建议
客服 返回
顶部