diff options
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/gcc.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter08/gcc.xml b/chapter08/gcc.xml index 7a06cf461..65f502dde 100644 --- a/chapter08/gcc.xml +++ b/chapter08/gcc.xml @@ -589,7 +589,8 @@ mv -v /usr/lib/*gdb.py /usr/share/gdb/auto-load/usr/lib</userinput></screen> <term><filename class="libraryfile">libssp</filename></term> <listitem> <para>Contains routines supporting GCC's stack-smashing protection - functionality</para> + functionality. Normally it's unused because glibc also provides + those routines</para> <indexterm zone="ch-system-gcc libssp"> <primary sortas="c-libssp">libssp</primary> </indexterm> |