From: Ulrich Drepper Date: Tue, 13 Jun 2000 06:34:47 +0000 (+0000) Subject: Update. X-Git-Tag: upstream/2.20~18435 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a5c88158b6170149fa1b98e1704ed9dcab457314;p=platform%2Fupstream%2Flinaro-glibc.git Update. * elf/elf.h (R_SH_NUM): Got accidently dropped. --- diff --git a/ChangeLog b/ChangeLog index 568b900..18d80d3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2000-06-12 Ulrich Drepper + * 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. diff --git a/elf/elf.h b/elf/elf.h index 8cf8e91..d94f03b 100644 --- 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