[uClibc-cvs] uClibc/include elf.h,1.8,1.9

Erik Andersen andersen at uclibc.org
Tue Oct 21 06:49:05 UTC 2003


Update of /var/cvs/uClibc/include
In directory winder:/tmp/cvs-serv21498/include

Modified Files:
	elf.h 
Log Message:
Those crazy binutils folks changed their abi.  Add this so older
apps can cope gracefully.


Index: elf.h
===================================================================
RCS file: /var/cvs/uClibc/include/elf.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- elf.h	20 Oct 2003 06:17:00 -0000	1.8
+++ elf.h	21 Oct 2003 06:49:01 -0000	1.9
@@ -2316,6 +2316,11 @@
 #define R_390_JMP_SLOT		11	/* Create PLT entry.  */
 #define R_390_RELATIVE		12	/* Adjust by program base.  */
 #define R_390_GOTOFF32		13	/* 32 bit offset to GOT.	 */
+
+/* Those crazy binutils folks changed their 
+ * abi.  Add this so older apps can cope. */
+#define R_390_GOTOFF R_390_GOTOFF32
+
 #define R_390_GOTPC		14	/* 32 bit PC relative offset to GOT.  */
 #define R_390_GOT16		15	/* 16 bit GOT offset.  */
 #define R_390_PC16		16	/* PC relative 16 bit.	*/




More information about the uClibc-cvs mailing list