Date: Sat, 17 Mar 2007 12:22:58 GMT From: Oleksandr Tymoshenko <gonzo@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 116021 for review Message-ID: <200703171222.l2HCMw5p023127@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=116021 Change 116021 by gonzo@gonzo_jeeves on 2007/03/17 12:22:28 o Add MIPS specific fields to Struct_Obj_Entry. Obtained from: NetBSD Affected files ... .. //depot/projects/mips2/src/libexec/rtld-elf/rtld.h#2 edit Differences ... ==== //depot/projects/mips2/src/libexec/rtld-elf/rtld.h#2 (text+ko) ==== @@ -178,6 +178,11 @@ const Elf_Sym *symtab; /* Symbol table */ const char *strtab; /* String table */ unsigned long strsize; /* Size in bytes of string table */ +#ifdef __mips__ + Elf_Word local_gotno; /* Number of local GOT entries */ + Elf_Word symtabno; /* Number of dynamic symbols */ + Elf_Word gotsym; /* First dynamic symbol in GOT */ +#endif const Elf_Verneed *verneed; /* Required versions. */ Elf_Word verneednum; /* Number of entries in verneed table */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200703171222.l2HCMw5p023127>