]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - sysdeps/i386/fpu/s_nearbyint.S
(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.
[thirdparty/glibc.git] / sysdeps / i386 / fpu / s_nearbyint.S
index 52909139a9b64a48ece8317ccb81e9f5564331b7..d8bb382d9e66d0177342cd6b79106856141e9a42 100644 (file)
@@ -9,9 +9,7 @@
 ENTRY(__nearbyint)
        fldl    4(%esp)
        pushl   %eax
-       cfi_adjust_cfa_offset (4)
        pushl   %ecx
-       cfi_adjust_cfa_offset (4)
        fnstcw  (%esp)
        movl    (%esp), %eax
        orl     $0x20, %eax
@@ -21,9 +19,7 @@ ENTRY(__nearbyint)
        fclex
        fldcw   (%esp)
        popl    %ecx
-       cfi_adjust_cfa_offset (-4)
        popl    %eax
-       cfi_adjust_cfa_offset (-4)
        ret
 END (__nearbyint)
 weak_alias (__nearbyint, nearbyint)