diff options
-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 fe8e767d1..93961626c 100644 --- a/chapter08/gcc.xml +++ b/chapter08/gcc.xml @@ -106,7 +106,8 @@ cd build</userinput></screen> </varlistentry> </variablelist> - <note id="pie-ssp-info" xreflabel="note on PIE and SSP"> + <note> + <anchor id="pie-ssp-info" xreflabel="note on PIE and SSP"/> <para> PIE (position-independent executable) is a technique to produce binary programs that can be loaded anywhere in memory. Without PIE, |