From 542f94662e8235d9917b0783df70bcdf9d729503 Mon Sep 17 00:00:00 2001 From: Jan Kratochvil Date: Sat, 2 Feb 2013 10:29:17 +0100 Subject: Improve link_map.l_addr comment. --- include/link.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/link.h b/include/link.h index 12dcf038d3..230e95d6c8 100644 --- a/include/link.h +++ b/include/link.h @@ -87,7 +87,8 @@ struct link_map /* These first few members are part of the protocol with the debugger. This is the same format used in SVR4. */ - ElfW(Addr) l_addr; /* Base address shared object is loaded at. */ + ElfW(Addr) l_addr; /* Difference between the address in the ELF + file and the addresses in memory. */ char *l_name; /* Absolute file name object was found in. */ ElfW(Dyn) *l_ld; /* Dynamic section of the shared object. */ struct link_map *l_next, *l_prev; /* Chain of loaded objects. */ -- cgit v1.2.3