diff options
Diffstat (limited to 'docs/users_guide')
-rw-r--r-- | docs/users_guide/7.8.1-notes.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/users_guide/7.8.1-notes.xml b/docs/users_guide/7.8.1-notes.xml index 33e358e3f9..335bb8789e 100644 --- a/docs/users_guide/7.8.1-notes.xml +++ b/docs/users_guide/7.8.1-notes.xml @@ -145,6 +145,13 @@ (between GNU gold and GNU ld) at runtime without problem. </para> </listitem> + <listitem> + <para> + The <literal>-fwarn-dodgy-imports</literal> flag now warns + in the case an <literal>import</literal> statement hides an + entity which is not exported. + </para> + </listitem> </itemizedlist> </sect3> |