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:
authorAnthony Green <green@moxielogic.com>2009-06-11 15:27:57 +0400
committerAnthony Green <green@moxielogic.com>2009-06-11 15:27:57 +0400
commit297abffd6721a322f719a4dbf9c7a94610cb1e84 (patch)
tree7d4f4ae9d2986211f3b78e26b17084e3536d7fc0 /include/elf/moxie.h
parent070a99e8aa690bcb7431c43dd84f276fc90462bc (diff)
Add PC-relative branch instructions to moxie port.
Diffstat (limited to 'include/elf/moxie.h')
-rw-r--r--include/elf/moxie.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/elf/moxie.h b/include/elf/moxie.h
index 49781a6c1..62adab800 100644
--- a/include/elf/moxie.h
+++ b/include/elf/moxie.h
@@ -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 */