PERFORCE change 132532 for review

Oleksandr Tymoshenko gonzo at FreeBSD.org
Fri Jan 4 14:29:21 PST 2008


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

Change 132532 by gonzo at gonzo_jeeves on 2008/01/04 22:29:00

	o Add R_TYPE macro to make rtld-elf buildable again.

Affected files ...

.. //depot/projects/mips2-jnpr/src/sys/mips/include/elf.h#4 edit

Differences ...

==== //depot/projects/mips2-jnpr/src/sys/mips/include/elf.h#4 (text+ko) ====

@@ -147,6 +147,8 @@
 #define	R_MIPS_CALLHI16 30	/* upper 16 bit GOT entry for function */
 #define	R_MIPS_CALLLO16 31	/* lower 16 bit GOT entry for function */
 
+#define R_TYPE(name)		__CONCAT(R_MIPS_,name)
+
 /* Define "machine" characteristics */
 #define	ELF_TARG_CLASS	ELFCLASS32
 #define	ELF_TARG_DATA	ELFDATA2MSB


More information about the p4-projects mailing list