Update of /cvsroot/linux-vax/glibc/elf
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3774
Modified Files:
elf.h
Log Message:
update relocations for VAX/ELF ABI
Index: elf.h
===================================================================
RCS file: /cvsroot/linux-vax/glibc/elf/elf.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- elf.h 12 Sep 2001 23:09:04 -0000 1.2
+++ elf.h 26 Feb 2004 02:19:26 -0000 1.3
@@ -2054,23 +2054,25 @@
#define R_390_NUM 19
/* VAX relocations. */
+/* VAX relocations. */
#define R_VAX_NONE 0
-#define R_VAX_32 1
-#define R_VAX_PC32 2
-#define R_VAX_GOT32 3
-#define R_VAX_PLT32 4
-#define R_VAX_COPY 5
-#define R_VAX_GLOB_DAT 6
-#define R_VAX_JUMP_SLOT 7
-#define R_VAX_RELATIVE 8
-#define R_VAX_GOTOFF 9
-#define R_VAX_GOTPC 10
-#define R_VAX_16 20
-#define R_VAX_PC16 21
-#define R_VAX_8 22
-#define R_VAX_PC8 23
+#define R_VAX_32 1
+#define R_VAX_16 2
+#define R_VAX_8 3
+#define R_VAX_PC32 4
+#define R_VAX_PC16 5
+#define R_VAX_PC8 6
+#define R_VAX_GOT32 7
+#define R_VAX_PLT32 13
+#define R_VAX_COPY 19
+#define R_VAX_GLOB_DAT 20
+#define R_VAX_JMP_SLOT 21
+#define R_VAX_RELATIVE 22
+#define R_VAX_GNU_VTINHERIT 23
+#define R_VAX_GNU_VTENTRY 24
+
+#define R_VAX_NUM 25
-#define R_VAX_NUM 24
/* CRIS relocations. */
#define R_CRIS_NONE 0
#define R_CRIS_8 1
|