Update.
authorUlrich Drepper <drepper@redhat.com>
Tue, 13 Jun 2000 06:34:47 +0000 (06:34 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 13 Jun 2000 06:34:47 +0000 (06:34 +0000)
* elf/elf.h (R_SH_NUM): Got accidently dropped.

ChangeLog
elf/elf.h

index 568b900..18d80d3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2000-06-12  Ulrich Drepper  <drepper@redhat.com>
 
+       * elf/elf.h (R_SH_NUM): Got accidently dropped.
+
        * sysdeps/unix/sysv/linux/configure.in: Improve handling of
        minimal kernel versions.  Add information about IA-64 kernel.
 
index 8cf8e91..d94f03b 100644 (file)
--- a/elf/elf.h
+++ b/elf/elf.h
@@ -1907,6 +1907,7 @@ typedef Elf32_Addr Elf32_Conflict;
 #define        R_SH_GOTOFF             166
 #define        R_SH_GOTPC              167
 /* Keep this the last entry.  */
+#define        R_SH_NUM                256
 
 __END_DECLS