diff options
author | Swami Reddy M R <MR.Swami.Reddy@nsc.com> | 2008-11-27 11:35:39 +0000 |
---|---|---|
committer | Swami Reddy M R <MR.Swami.Reddy@nsc.com> | 2008-11-27 11:35:39 +0000 |
commit | 8ba027ecb9cd7215d81b77fdf687fe9909601d89 (patch) | |
tree | 0f995e4291b88baddad93e68b5eb5c8441f15b22 /include/elf/cr16.h | |
parent | 14535fc538a0d53515a06ae92a7c816037483ad3 (diff) | |
download | newlib-8ba027ecb9cd7215d81b77fdf687fe9909601d89.zip newlib-8ba027ecb9cd7215d81b77fdf687fe9909601d89.tar.gz newlib-8ba027ecb9cd7215d81b77fdf687fe9909601d89.tar.bz2 |
* 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.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/elf/cr16.h b/include/elf/cr16.h index adb243d..c48c372 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 */ |