Commit d5ccd65a authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab

docs: move gcc_plugins.txt to core-api and rename to .rst

The gcc_plugins.txt file is already a ReST file. Move it
to the core-api book while renaming it.
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Acked-by: default avatarKees Cook <keescook@chromium.org>
parent 898bd37a
...@@ -36,6 +36,7 @@ Core utilities ...@@ -36,6 +36,7 @@ Core utilities
memory-hotplug memory-hotplug
protection-keys protection-keys
../RCU/index ../RCU/index
gcc-plugins
Interfaces for kernel debugging Interfaces for kernel debugging
......
...@@ -6655,7 +6655,7 @@ S: Maintained ...@@ -6655,7 +6655,7 @@ S: Maintained
F: scripts/gcc-plugins/ F: scripts/gcc-plugins/
F: scripts/gcc-plugin.sh F: scripts/gcc-plugin.sh
F: scripts/Makefile.gcc-plugins F: scripts/Makefile.gcc-plugins
F: Documentation/gcc-plugins.txt F: Documentation/core-api/gcc-plugins.rst
GASKET DRIVER FRAMEWORK GASKET DRIVER FRAMEWORK
M: Rob Springer <rspringer@google.com> M: Rob Springer <rspringer@google.com>
......
...@@ -23,7 +23,7 @@ config GCC_PLUGINS ...@@ -23,7 +23,7 @@ config GCC_PLUGINS
GCC plugins are loadable modules that provide extra features to the GCC plugins are loadable modules that provide extra features to the
compiler. They are useful for runtime instrumentation and static analysis. compiler. They are useful for runtime instrumentation and static analysis.
See Documentation/gcc-plugins.txt for details. See Documentation/core-api/gcc-plugins.rst for details.
menu "GCC plugins" menu "GCC plugins"
depends on GCC_PLUGINS depends on GCC_PLUGINS
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment