mirror of git://sourceware.org/git/glibc.git
elf: Remove the unused _etext declaration
Since
commit 53df2ce688
Author: Florian Weimer <fweimer@redhat.com>
Date: Fri Sep 8 13:02:06 2023 +0200
elf: Remove unused l_text_end field from struct link_map
removed the only reference to _etext, also remove the unused _etext
declaration.
Signed-off-by: H.J. Lu <hjl.tools@gmail.com>
This commit is contained in:
parent
f3c82fc1b4
commit
90cf97bb9d
|
|
@ -428,7 +428,6 @@ static ElfW(Addr) _dl_start_final (void *arg,
|
|||
|
||||
/* These are defined magically by the linker. */
|
||||
extern const ElfW(Ehdr) __ehdr_start attribute_hidden;
|
||||
extern char _etext[] attribute_hidden;
|
||||
extern char _end[] attribute_hidden;
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue