From 601908e78e6ba446e63f302706dbea05491e914c Mon Sep 17 00:00:00 2001 From: Packit Service Date: Feb 03 2021 06:34:10 +0000 Subject: Apply patch glibc-rh1855790-3.patch patch_name: glibc-rh1855790-3.patch present_in_specfile: true location_in_specfile: 393 --- diff --git a/sysdeps/i386/i386-mcount.S b/sysdeps/i386/i386-mcount.S index 3db2fcd..8c8eeb8 100644 --- a/sysdeps/i386/i386-mcount.S +++ b/sysdeps/i386/i386-mcount.S @@ -30,6 +30,7 @@ .type C_SYMBOL_NAME(_mcount), @function .align ALIGNARG(4) C_LABEL(_mcount) + _CET_ENDBR /* Save the caller-clobbered registers. */ pushl %eax pushl %ecx @@ -58,6 +59,7 @@ weak_alias (_mcount, mcount) .type C_SYMBOL_NAME(__fentry__), @function .align ALIGNARG(4) C_LABEL(__fentry__) + _CET_ENDBR /* Save the caller-clobbered registers. */ pushl %eax pushl %ecx