summaryrefslogtreecommitdiff
path: root/include/llvm/Support/ELFRelocs/AVR.def
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/Support/ELFRelocs/AVR.def')
-rw-r--r--include/llvm/Support/ELFRelocs/AVR.def40
1 files changed, 0 insertions, 40 deletions
diff --git a/include/llvm/Support/ELFRelocs/AVR.def b/include/llvm/Support/ELFRelocs/AVR.def
deleted file mode 100644
index 5692d6cb9aa07..0000000000000
--- a/include/llvm/Support/ELFRelocs/AVR.def
+++ /dev/null
@@ -1,40 +0,0 @@
-
-#ifndef ELF_RELOC
-#error "ELF_RELOC must be defined"
-#endif
-
-ELF_RELOC(R_AVR_NONE, 0)
-ELF_RELOC(R_AVR_32, 1)
-ELF_RELOC(R_AVR_7_PCREL, 2)
-ELF_RELOC(R_AVR_13_PCREL, 3)
-ELF_RELOC(R_AVR_16, 4)
-ELF_RELOC(R_AVR_16_PM, 5)
-ELF_RELOC(R_AVR_LO8_LDI, 6)
-ELF_RELOC(R_AVR_HI8_LDI, 7)
-ELF_RELOC(R_AVR_HH8_LDI, 8)
-ELF_RELOC(R_AVR_LO8_LDI_NEG, 9)
-ELF_RELOC(R_AVR_HI8_LDI_NEG, 10)
-ELF_RELOC(R_AVR_HH8_LDI_NEG, 11)
-ELF_RELOC(R_AVR_LO8_LDI_PM, 12)
-ELF_RELOC(R_AVR_HI8_LDI_PM, 13)
-ELF_RELOC(R_AVR_HH8_LDI_PM, 14)
-ELF_RELOC(R_AVR_LO8_LDI_PM_NEG, 15)
-ELF_RELOC(R_AVR_HI8_LDI_PM_NEG, 16)
-ELF_RELOC(R_AVR_HH8_LDI_PM_NEG, 17)
-ELF_RELOC(R_AVR_CALL, 18)
-ELF_RELOC(R_AVR_LDI, 19)
-ELF_RELOC(R_AVR_6, 20)
-ELF_RELOC(R_AVR_6_ADIW, 21)
-ELF_RELOC(R_AVR_MS8_LDI, 22)
-ELF_RELOC(R_AVR_MS8_LDI_NEG, 23)
-ELF_RELOC(R_AVR_LO8_LDI_GS, 24)
-ELF_RELOC(R_AVR_HI8_LDI_GS, 25)
-ELF_RELOC(R_AVR_8, 26)
-ELF_RELOC(R_AVR_8_LO8, 27)
-ELF_RELOC(R_AVR_8_HI8, 28)
-ELF_RELOC(R_AVR_8_HLO8, 29)
-ELF_RELOC(R_AVR_SYM_DIFF, 30)
-ELF_RELOC(R_AVR_16_LDST, 31)
-ELF_RELOC(R_AVR_LDS_STS_16, 33)
-ELF_RELOC(R_AVR_PORT6, 34)
-ELF_RELOC(R_AVR_PORT5, 35)