about summary refs log tree commit diff
path: root/include
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2023-10-18 14:30:00 +0200
committerFlorian Weimer <fweimer@redhat.com>2023-10-18 14:30:00 +0200
commitad96b5532570a6782f784b4f2c6aa2a52359144d (patch)
tree842c49437a41d4c039d45413d0e42e25c45ae3c5 /include
parent22955ad85186ee05834e47e665056148ca07699c (diff)
downloadglibc-ad96b5532570a6782f784b4f2c6aa2a52359144d.tar.gz
glibc-ad96b5532570a6782f784b4f2c6aa2a52359144d.tar.xz
glibc-ad96b5532570a6782f784b4f2c6aa2a52359144d.zip
Revert "elf: Remove unused l_text_end field from struct link_map"
This reverts commit 9f0d3bb2e325dc30ae20e347cccbe10fa0b4ce9b.

Reason for revert: Preserve ABI after revert of commit 5d83a52a4.
Diffstat (limited to 'include')
-rw-r--r--include/link.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/link.h b/include/link.h
index 4eb8fe0d96..8176e23da9 100644
--- a/include/link.h
+++ b/include/link.h
@@ -253,6 +253,8 @@ struct link_map
     /* Start and finish of memory map for this object.  l_map_start
        need not be the same as l_addr.  */
     ElfW(Addr) l_map_start, l_map_end;
+    /* End of the executable part of the mapping.  */
+    ElfW(Addr) l_text_end;
 
     /* Linked list of objects in reverse ELF constructor execution
        order.  Head of list is stored in _dl_init_called_list.  */