diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | elf/elf.h | 1 |
2 files changed, 3 insertions, 0 deletions
@@ -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. @@ -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 |