artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc70913
)
Sync headers with system header's idea of reality
author
imp
<imp@openbsd.org>
Thu, 12 Dec 1996 17:07:55 +0000
(17:07 +0000)
committer
imp
<imp@openbsd.org>
Thu, 12 Dec 1996 17:07:55 +0000
(17:07 +0000)
gnu/libexec/ld.so/ld.so/mips/link.h
patch
|
blob
|
history
diff --git
a/gnu/libexec/ld.so/ld.so/mips/link.h
b/gnu/libexec/ld.so/ld.so/mips/link.h
index
2ce1048
..
3fe12c0
100644
(file)
--- a/
gnu/libexec/ld.so/ld.so/mips/link.h
+++ b/
gnu/libexec/ld.so/ld.so/mips/link.h
@@
-75,6
+75,7
@@
struct link_map
This is the same format used in SVR4. */
Elf32_Addr l_addr; /* Base address shared object is loaded at. */
+ Elf32_Addr l_offs; /* Offset to something XXX Added for gdb */
char *l_name; /* Absolute file name object was found in. */
Elf32_Dyn *l_ld; /* Dynamic section of the shared object. */
struct link_map *l_next, *l_prev; /* Chain of loaded objects. */