Fix simple gas testsuite failures.
[deliverable/binutils-gdb.git] / binutils / readelf.c
index 25ccb6a7dde3e04529c34bfdff44f3804f6dbfca..ac278a4da3844a6963e8e7f41f457d2e0c461cec 100644 (file)
@@ -11833,6 +11833,8 @@ is_24bit_abs_reloc (unsigned int reloc_type)
     case EM_CYGNUS_MN10200:
     case EM_MN10200:
       return reloc_type == 4; /* R_MN10200_24.  */
+    case EM_FT32:
+      return reloc_type == 5; /* R_FT32_20.  */
     default:
       return FALSE;
     }
This page took 0.024338 seconds and 4 git commands to generate.