From 297abffd6721a322f719a4dbf9c7a94610cb1e84 Mon Sep 17 00:00:00 2001 From: Anthony Green Date: Thu, 11 Jun 2009 11:27:57 +0000 Subject: Add PC-relative branch instructions to moxie port. --- include/elf/moxie.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/elf/moxie.h') 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 */ -- cgit v1.2.3