Add PC-relative branch instructions to moxie port.

This commit is contained in:
Anthony Green
2009-06-11 11:27:58 +00:00
parent 1372b81854
commit f865a31d1e
14 changed files with 165 additions and 31 deletions

View File

@ -26,6 +26,7 @@
START_RELOC_NUMBERS (elf_moxie_reloc_type)
RELOC_NUMBER (R_MOXIE_NONE, 0)
RELOC_NUMBER (R_MOXIE_32, 1)
RELOC_NUMBER (R_MOXIE_PCREL10, 2)
END_RELOC_NUMBERS (R_MOXIE_max)
#endif /* _ELF_MOXIE_H */