gdb/testsuite/
[binutils-gdb.git] / gold / i386.cc
index 822cc7c341238e844b2ed25c847d3ddd2f98515d..1776383249f58ba2f90f371a74e3b26aa8d7b54c 100644 (file)
@@ -2788,7 +2788,6 @@ bool
 Target_i386::do_is_call_to_non_split(const Symbol* sym, unsigned int) const
 {
   return (sym->type() == elfcpp::STT_FUNC
-         && !this->is_defined_by_abi(sym)
          && !is_prefix_of("__i686.get_pc_thunk.", sym->name()));
 }