aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/i386/crti.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/i386/crti.S')
-rw-r--r--sysdeps/i386/crti.S2
1 files changed, 0 insertions, 2 deletions
diff --git a/sysdeps/i386/crti.S b/sysdeps/i386/crti.S
index 71d19b698c..f9662eeb5a 100644
--- a/sysdeps/i386/crti.S
+++ b/sysdeps/i386/crti.S
@@ -61,7 +61,6 @@
.hidden _init
.type _init, @function
_init:
- _CET_ENDBR
pushl %ebx
/* Maintain 16-byte stack alignment for called functions. */
subl $8, %esp
@@ -82,7 +81,6 @@ _init:
.hidden _fini
.type _fini, @function
_fini:
- _CET_ENDBR
pushl %ebx
subl $8, %esp
LOAD_PIC_REG (bx)