Merge branch 'master' of git://git.denx.de/u-boot-socfpga
[oweals/u-boot.git] / arch / arm / lib / div64.S
index a42a0f0a18876893fa89de4748f359ac7e657501..5bfb41dff54eda16d88f98d266ee52556e9dd131 100644 (file)
@@ -47,6 +47,7 @@
 
 ENTRY(__do_div64)
 UNWIND(.fnstart)
+.pushsection .text.__do_div64, "ax"
 
        @ Test for easy paths first.
        subs    ip, r4, #1
@@ -192,6 +193,7 @@ UNWIND(.fnstart)
        moveq   yh, xh
        moveq   xh, #0
        reteq   lr
+.popsection
 UNWIND(.fnend)
 
 UNWIND(.fnstart)