summaryrefslogtreecommitdiff
path: root/elf
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-06-13 06:34:47 +0000
committerUlrich Drepper <drepper@redhat.com>2000-06-13 06:34:47 +0000
commita5c88158b6170149fa1b98e1704ed9dcab457314 (patch)
tree7c3e5ec1a8862a8eebafdefdeaeb118a3737796a /elf
parent48d0c5d847adbb0c300c0b61ba1a3098d3c64bb6 (diff)
Update.
* elf/elf.h (R_SH_NUM): Got accidently dropped.
Diffstat (limited to 'elf')
-rw-r--r--elf/elf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/elf/elf.h b/elf/elf.h
index 8cf8e913be..d94f03b652 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