]> sourceware.org Git - glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Thu, 24 Oct 2002 23:33:28 +0000 (23:33 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 24 Oct 2002 23:33:28 +0000 (23:33 +0000)
* elf/elf.h (R_X86_64_GOTTPOFF): Renamed from r_x86_64_GOTTPOFF.

ChangeLog
elf/elf.h

index c698f207c7545662f83868b7404c840d16da7122..0b03081ad8b4adbb96e44de5ea16ba55855a60af 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2002-10-24  Ulrich Drepper  <drepper@redhat.com>
 
+       * elf/elf.h (R_X86_64_GOTTPOFF): Renamed from r_x86_64_GOTTPOFF.
+
        * elf/elf.h: Define ELF_NOTE_OS_FREEBSD and NT_TASKSTRUCT.
 
 2002-10-24  Jakub Jelinek  <jakub@redhat.com>
index 1390adcfcc72003149b7b0ddfceeb443ef8a773f..0f325f3c7e83db809c258ab1f8aea439c565d03b 100644 (file)
--- a/elf/elf.h
+++ b/elf/elf.h
@@ -2310,7 +2310,7 @@ typedef Elf32_Addr Elf32_Conflict;
 #define R_X86_64_TLSLD         20      /* 32 bit signed PC relative offset
                                           to two GOT entries for LD symbol */
 #define R_X86_64_DTPOFF32      21      /* Offset in TLS block */
-#define r_x86_64_GOTTPOFF      22      /* 32 bit signed PC relative offset
+#define R_X86_64_GOTTPOFF      22      /* 32 bit signed PC relative offset
                                           to GOT entry for IE symbol */
 #define R_X86_64_TPOFF32       23      /* Offset in initial TLS block */
 
This page took 0.044079 seconds and 5 git commands to generate.