Skip to content

Commit

Permalink
docs: move gcc_plugins.txt to core-api and rename to .rst
Browse files Browse the repository at this point in the history
The gcc_plugins.txt file is already a ReST file. Move it
to the core-api book while renaming it.

Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Acked-by: Kees Cook <keescook@chromium.org>
  • Loading branch information
Mauro Carvalho Chehab committed Jul 15, 2019
1 parent 898bd37 commit d5ccd65
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
File renamed without changes.
1 change: 1 addition & 0 deletions Documentation/core-api/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ Core utilities
memory-hotplug
protection-keys
../RCU/index
gcc-plugins


Interfaces for kernel debugging
Expand Down
2 changes: 1 addition & 1 deletion MAINTAINERS
Original file line number Diff line number Diff line change
Expand Up @@ -6655,7 +6655,7 @@ S: Maintained
F: scripts/gcc-plugins/
F: scripts/gcc-plugin.sh
F: scripts/Makefile.gcc-plugins
F: Documentation/gcc-plugins.txt
F: Documentation/core-api/gcc-plugins.rst

GASKET DRIVER FRAMEWORK
M: Rob Springer <rspringer@google.com>
Expand Down
2 changes: 1 addition & 1 deletion scripts/gcc-plugins/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ config GCC_PLUGINS
GCC plugins are loadable modules that provide extra features to the
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"
depends on GCC_PLUGINS
Expand Down

0 comments on commit d5ccd65

Please sign in to comment.