Various CR16 fixes
This commit is contained in:
parent
4413ec01b5
commit
5716854549
|
@ -1,3 +1,7 @@
|
|||
2007-10-01 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
|
||||
|
||||
* cr16.h: Updated with new relocaction macros.
|
||||
|
||||
2007-09-17 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
PR binutils/3281
|
||||
|
|
|
@ -51,6 +51,9 @@ START_RELOC_NUMBERS(elf_cr16_reloc_type)
|
|||
RELOC_NUMBER (R_CR16_DISP16, 23)
|
||||
RELOC_NUMBER (R_CR16_DISP24, 24)
|
||||
RELOC_NUMBER (R_CR16_DISP24a, 25)
|
||||
RELOC_NUMBER (R_CR16_SWITCH8, 26)
|
||||
RELOC_NUMBER (R_CR16_SWITCH16, 27)
|
||||
RELOC_NUMBER (R_CR16_SWITCH32, 28)
|
||||
END_RELOC_NUMBERS(R_CR16_MAX)
|
||||
|
||||
#endif /* _ELF_CR16_H */
|
||||
|
|
Loading…
Reference in New Issue