Daily bump.
[gcc.git] / libgcc / config / i386 / resms64fx.h
index c5f63d879fef9729b0ef334198c6b4669c1fc3f2..776bc049768e6d3e9601cb4f92eac53162591190 100644 (file)
@@ -1,5 +1,5 @@
 /* Epilogue stub for 64-bit ms/sysv clobbers: restore, leave and return
-   Copyright (C) 2016-2018 Free Software Foundation, Inc.
+   Copyright (C) 2016-2020 Free Software Foundation, Inc.
    Contributed by Daniel Santos <daniel.santos@pobox.com>
 
 This file is part of GCC.
@@ -33,6 +33,9 @@ see the files COPYING3 and COPYING.RUNTIME respectively.  If not, see
  * from the function.  */
 
        .text
+       cfi_startproc()
+       cfi_offset(%rbp, -16)
+       cfi_def_cfa(%rbp, 16)
 MS2SYSV_STUB_BEGIN(resms64fx_17)
        mov     -0x68(%rsi),%r15
 MS2SYSV_STUB_BEGIN(resms64fx_16)
@@ -48,7 +51,9 @@ MS2SYSV_STUB_BEGIN(resms64fx_12)
        SSE_RESTORE
        mov     -0x38(%rsi),%rsi
        leaveq
+       cfi_def_cfa(%rsp, 8)
        ret
+       cfi_endproc()
 MS2SYSV_STUB_END(resms64fx_12)
 MS2SYSV_STUB_END(resms64fx_13)
 MS2SYSV_STUB_END(resms64fx_14)