FT32: Correct 32-bit reloc for BFD_RELOC_32
[deliverable/binutils-gdb.git] / bfd / elf32-ft32.c
index 9c5f7345af584860cc115c26eb0b47bddcf93728..f46031ed7902e9e68b830f4e4d23b9ac3c073310 100644 (file)
@@ -160,7 +160,7 @@ struct ft32_reloc_map
 static const struct ft32_reloc_map ft32_reloc_map [] =
 {
   { BFD_RELOC_NONE,            R_FT32_NONE },
-  { BFD_RELOC_32,              R_FT32_20 },
+  { BFD_RELOC_32,              R_FT32_32 },
   { BFD_RELOC_16,              R_FT32_16 },
   { BFD_RELOC_8,               R_FT32_8 },
   { BFD_RELOC_FT32_10,           R_FT32_10 },
This page took 0.022788 seconds and 4 git commands to generate.