This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Fix value of R_S390_NUM



Ok to commit?

Andreas

2001-09-20  Andreas Jaeger  <aj@suse.de>

	* elf/elf.h (R_390_NUM): Correct value.

============================================================
Index: elf/elf.h
--- elf/elf.h	2001/09/20 06:37:25	1.101
+++ elf/elf.h	2001/09/20 06:38:34
@@ -2058,7 +2058,7 @@ typedef Elf32_Addr Elf32_Conflict;
 #define R_390_GOTENT    26             /* 32 bit PC rel. to GOT entry >> 1. */
 
 /* Keep this the last entry.  */
-#define R_390_NUM       19
+#define R_390_NUM       27
 
 /* CRIS relocations.  */
 #define R_CRIS_NONE		0

-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]