release-request-5ee66a34-3e58-4de0-ba73-1f49074ee497-for-git_oc-mr1-release-4169335 snap-temp-L20600000081126177

Change-Id: Ib75c6d9db7365848775f25bd5c395fe7573d1e85
diff --git a/binutils-2.25/gold/gold.cc b/binutils-2.25/gold/gold.cc
index 139cf60..f073aa2 100644
--- a/binutils-2.25/gold/gold.cc
+++ b/binutils-2.25/gold/gold.cc
@@ -851,9 +851,7 @@
 
   bool any_postprocessing_sections = layout->any_postprocessing_sections();
 
-  bool need_relocstub_tasks = !parameters->options().relocatable() &&
-      (parameters->options().fix_cortex_a53_843419()
-       || parameters->options().fix_cortex_a53_835769());
+  bool need_relocstub_tasks = true;
 
   // Use a blocker to wait until all the input sections have been
   // written out.