Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSwami Reddy M R <MR.Swami.Reddy@nsc.com>2008-11-27 14:35:39 +0300
committerSwami Reddy M R <MR.Swami.Reddy@nsc.com>2008-11-27 14:35:39 +0300
commit8ba027ecb9cd7215d81b77fdf687fe9909601d89 (patch)
tree0f995e4291b88baddad93e68b5eb5c8441f15b22 /include/elf/cr16.h
parent14535fc538a0d53515a06ae92a7c816037483ad3 (diff)
* cr16.h (R_CR16_GOT_REGREL20, R_CR16_GOTC_REGREL20 and
R_CR16_GLOB_DAT): New relocations.
Diffstat (limited to 'include/elf/cr16.h')
-rw-r--r--include/elf/cr16.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/elf/cr16.h b/include/elf/cr16.h
index adb243dc9..c48c372a0 100644
--- a/include/elf/cr16.h
+++ b/include/elf/cr16.h
@@ -54,6 +54,9 @@ START_RELOC_NUMBERS(elf_cr16_reloc_type)
RELOC_NUMBER (R_CR16_SWITCH8, 26)
RELOC_NUMBER (R_CR16_SWITCH16, 27)
RELOC_NUMBER (R_CR16_SWITCH32, 28)
+ RELOC_NUMBER (R_CR16_GOT_REGREL20, 29)
+ RELOC_NUMBER (R_CR16_GOTC_REGREL20, 30)
+ RELOC_NUMBER (R_CR16_GLOB_DAT, 31)
END_RELOC_NUMBERS(R_CR16_MAX)
#endif /* _ELF_CR16_H */