* elf/elf.h (R_SH_NUM): Got accidently dropped.
This commit is contained in:
Ulrich Drepper 2000-06-13 06:34:47 +00:00
parent 48d0c5d847
commit a5c88158b6
2 changed files with 3 additions and 0 deletions

View File

@ -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.

View File

@ -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