bfd, sparc: avoid duplicated error messages on invalid relocations.
[deliverable/binutils-gdb.git] / bfd / elfxx-sparc.c
index 81812afc5a41cedfab9ff98d68f26aaf1e082e64..bf143c400f443221877bdeabb7aa9db52c8f05a1 100644 (file)
@@ -658,8 +658,6 @@ _bfd_sparc_elf_info_to_howto (bfd *abfd, arelent *cache_ptr,
 
   if ((cache_ptr->howto = _bfd_sparc_elf_info_to_howto_ptr (abfd, r_type)) == NULL)
     {
-      _bfd_error_handler (_("%pB: unsupported relocation type %#x"),
-                         abfd, r_type);
       bfd_set_error (bfd_error_bad_value);
       return FALSE;
     }
This page took 0.022977 seconds and 4 git commands to generate.