diff --git a/SPECS/binutils.spec b/SPECS/binutils.spec
index b8b8bab..77b96f2 100644
--- a/SPECS/binutils.spec
+++ b/SPECS/binutils.spec
@@ -478,6 +478,8 @@ Patch76: binutils-s390-alignment-hints.patch
 # Lifetime: Fixed in 2.32
 Patch77: binutils-x86-gas-scaled-8-bit-displacements.patch
 
+Patch9999: binutils-special-sections-in-groups.patch
+
 #----------------------------------------------------------------------------
 
 Provides: bundled(libiberty)
@@ -680,6 +682,10 @@ using libelf instead of BFD.
 %patch76 -p1
 %patch77 -p1
 
+%ifarch %{arm}
+%patch9999 -p1
+%endif 
+
 # We cannot run autotools as there is an exact requirement of autoconf-2.59.
 # FIXME - this is no longer true.  Maybe try reinstating autotool use ?