mirror of
https://sourceware.org/git/glibc.git
synced 2025-10-26 00:57:39 +03:00
elf: Remove unused l_text_end field from struct link_map
It is a left-over from commit52a01100ad("elf: Remove ad-hoc restrictions on dlopen callers [BZ #22787]"). When backporting commmit6985865bc3("elf: Always call destructors in reverse constructor order (bug 30785)"), we can move the l_init_called_next field to this place, so that the internal GLIBC_PRIVATE ABI does not change. Reviewed-by: Carlos O'Donell <carlos@redhat.com> Tested-by: Carlos O'Donell <carlos@redhat.com>
This commit is contained in:
@@ -253,8 +253,6 @@ 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;
|
||||
|
||||
/* Default array for 'l_scope'. */
|
||||
struct r_scope_elem *l_scope_mem[4];
|
||||
|
||||
Reference in New Issue
Block a user