link_elf.h: cleanup struct link_map definition, remove mips-specific field

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Konstantin Belousov 2022-01-06 06:14:17 +02:00
parent 470b98e61d
commit 408334df5e

View File

@ -58,9 +58,6 @@
typedef struct link_map {
caddr_t l_base; /* Base Address of library */
#ifdef __mips__
caddr_t l_xxx; /* unused */
#endif
const char *l_name; /* Absolute Path to Library */
const void *l_ld; /* Pointer to .dynamic in memory */
struct link_map *l_next, *l_prev; /* linked list of of mapped libs */