PERFORCE change 116021 for review

Oleksandr Tymoshenko gonzo at FreeBSD.org
Sat Mar 17 12:22:59 UTC 2007


http://perforce.freebsd.org/chv.cgi?CH=116021

Change 116021 by gonzo at 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 */


More information about the p4-projects mailing list