about summary refs log tree commit diff
path: root/elf/dl-load.c
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2023-10-18 14:32:12 +0200
committerFlorian Weimer <fweimer@redhat.com>2023-10-18 14:32:12 +0200
commit6aa8380cf5c17d533285cbd575c3eb33c020800a (patch)
tree7e0be6fc79277174a8cd5dc2b19d04f66058a227 /elf/dl-load.c
parentc84018a05aec80f5ee6f682db0da1130b0196aef (diff)
downloadglibc-6aa8380cf5c17d533285cbd575c3eb33c020800a.tar.gz
glibc-6aa8380cf5c17d533285cbd575c3eb33c020800a.tar.xz
glibc-6aa8380cf5c17d533285cbd575c3eb33c020800a.zip
Revert "elf: Remove unused l_text_end field from struct link_map"
This reverts commit 34b07bdbdd69121d6e7d3ccf51a61cc4fa2c408d.

Reason for revert: Preserve ABI after revert of commit 02a67e102f0.
Diffstat (limited to 'elf/dl-load.c')
-rw-r--r--elf/dl-load.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/dl-load.c b/elf/dl-load.c
index 35c0b579b8..5b0ff41ee1 100644
--- a/elf/dl-load.c
+++ b/elf/dl-load.c
@@ -1253,7 +1253,7 @@ _dl_map_object_from_fd (const char *name, const char *origname, int fd,
 
     /* Now process the load commands and map segments into memory.
        This is responsible for filling in:
-       l_map_start, l_map_end, l_addr, l_contiguous, l_phdr
+       l_map_start, l_map_end, l_addr, l_contiguous, l_text_end, l_phdr
      */
     errstring = _dl_map_segments (l, fd, header, type, loadcmds, nloadcmds,
 				  maplength, has_holes, loader);