diff options
author | 1996-12-12 17:07:55 +0000 | |
---|---|---|
committer | 1996-12-12 17:07:55 +0000 | |
commit | 04588325ef82b4387d880452e7101945a96d67cb (patch) | |
tree | c5521675cbb907977427de52240207fa17490783 | |
parent | *** empty log message *** (diff) | |
download | wireguard-openbsd-04588325ef82b4387d880452e7101945a96d67cb.tar.xz wireguard-openbsd-04588325ef82b4387d880452e7101945a96d67cb.zip |
Sync headers with system header's idea of reality
-rw-r--r-- | gnu/libexec/ld.so/ld.so/mips/link.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/libexec/ld.so/ld.so/mips/link.h b/gnu/libexec/ld.so/ld.so/mips/link.h index 2ce104856ee..3fe12c05fb0 100644 --- 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. */ |