Automatic date update in version.in
[deliverable/binutils-gdb.git] / bfd / elf32-ft32.c
index b981a3431bd836baa57934b97814674c6d93a973..7c4e1aeb51d600d0206a8770347266528aa97b1c 100644 (file)
@@ -300,7 +300,7 @@ ft32_info_to_howto_rela (bfd *abfd,
   unsigned int r_type;
 
   r_type = ELF32_R_TYPE (dst->r_info);
-  if (r_type < (unsigned int) R_FT32_max)
+  if (r_type >= (unsigned int) R_FT32_max)
     {
       /* xgettext:c-format */
       _bfd_error_handler (_("%pB: unsupported relocation type %#x"),
This page took 0.022986 seconds and 4 git commands to generate.