From c10a327376830278cc8cc2bf642c588f9273a065 Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Sun, 11 Sep 2022 13:55:57 +0800 Subject: gcc: fix link to PIE & SSP note DocBook does not handle xref to note properly (#pie-ssp-info not generated). --- chapter08/gcc.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'chapter08') 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 - + + PIE (position-independent executable) is a technique to produce binary programs that can be loaded anywhere in memory. Without PIE, -- cgit v1.2.3-54-g00ecf