diff options
Diffstat (limited to 'binutils/readelf.c')
-rw-r--r-- | binutils/readelf.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/binutils/readelf.c b/binutils/readelf.c index f74d484de8f..9af5d42e8b5 100644 --- a/binutils/readelf.c +++ b/binutils/readelf.c @@ -12453,6 +12453,8 @@ is_16bit_abs_reloc (unsigned int reloc_type) case EM_CYGNUS_D10V: case EM_D10V: return reloc_type == 3; /* R_D10V_16. */ + case EM_FT32: + return reloc_type == 2; /* R_FT32_16. */ case EM_H8S: case EM_H8_300: case EM_H8_300H: |