From b4ff3b9a60a4ec62fb67aa004def4ec2cb8820c7 Mon Sep 17 00:00:00 2001 From: "Gabriel F. T. Gomes" Date: Fri, 5 Oct 2018 17:23:08 -0300 Subject: [PATCH] Replace text for DT_PLTGOT with specific information The text that describes DT_PLTGOT is a verbatim copy of the paragraph that introduces the Dynamic Section. This patch replaces the duplicated text with specific information about DT_PLTGOT. Signed-off-by: Gabriel F. T. Gomes --- specification/ch_4.xml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/specification/ch_4.xml b/specification/ch_4.xml index 3b5a9a6..cceb7d2 100644 --- a/specification/ch_4.xml +++ b/specification/ch_4.xml @@ -771,13 +771,8 @@ PPC_FEATURE2_HTM_NO_SUSPEND 0x00080000 /* TM without suspended state */ DT_PLTGOT - - The dynamic section provides information used by the dynamic linker - to manage dynamically loaded shared objects, including relocation, - initialization, and termination when loaded or unloaded, resolving - dependencies on other shared objects, resolving references to - symbols in the shared object, and supporting debugging. The following - dynamic tags are relevant to this processor-specific ABI: + The d_ptr member of this dynamic tag points to the first byte of + the PLT. DT_JMPREL The d_ptr member of this dynamic tag points to the first byte of the table of relocation entries, which have a one-to-one correspondence -- 2.34.1