summaryrefslogtreecommitdiff
path: root/gcc/plugin.def
diff options
context:
space:
mode:
authorbstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4>2014-03-18 19:16:52 +0000
committerbstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4>2014-03-18 19:16:52 +0000
commit84bf5802469e5ee14a56e03119ac0a2adc6a941c (patch)
tree7fdd1e0bd7f4ead8ef006a246eaa2176aa0e0ac7 /gcc/plugin.def
parenta0377683ceccbeae8bd9c653420945f711df1c46 (diff)
downloadgcc-84bf5802469e5ee14a56e03119ac0a2adc6a941c.tar.gz
2014-03-18 Basile Starynkevitch <basile@starynkevitch.net>
* plugin.def: Improve comment for PLUGIN_INCLUDE_FILE. * doc/plugins.texi (Plugin callbacks): Mention PLUGIN_INCLUDE_FILE. Italicize plugin event names in description. Explain that PLUGIN_PRAGMAS has no sense for lto1. Explain PLUGIN_INCLUDE_FILE. Remind that no GCC functions should be called after PLUGIN_FINISH. Explain what pragmas with expansion are. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@208660 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/plugin.def')
-rw-r--r--gcc/plugin.def4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/plugin.def b/gcc/plugin.def
index 0151fdc0bcd..df5d383ca93 100644
--- a/gcc/plugin.def
+++ b/gcc/plugin.def
@@ -92,8 +92,8 @@ DEFEVENT (PLUGIN_EARLY_GIMPLE_PASSES_END)
/* Called when a pass is first instantiated. */
DEFEVENT (PLUGIN_NEW_PASS)
-/* Called when a file is #include-d or given thru #line directive.
- Could happen many times. The event data is the included file path,
+/* Called when a file is #include-d or given via the #line directive.
+ this could happen many times. The event data is the included file path,
as a const char* pointer. */
DEFEVENT (PLUGIN_INCLUDE_FILE)