about summary refs log tree commit diff
path: root/sysdeps/i386/link-defines.sym
diff options
context:
space:
mode:
authorFangrui Song <maskray@google.com>2021-10-10 22:32:12 -0700
committerFangrui Song <maskray@google.com>2021-10-10 22:32:12 -0700
commite3d3fb2f6a622a8ca29079ebbc3a3794830a24f7 (patch)
treea4d1f28d109f210bf787df1393e443a42ebdc12c /sysdeps/i386/link-defines.sym
parent5d26d12f4ab59c67399c4d5ddcad91704fb737f9 (diff)
downloadglibc-e3d3fb2f6a622a8ca29079ebbc3a3794830a24f7.tar.gz
glibc-e3d3fb2f6a622a8ca29079ebbc3a3794830a24f7.tar.xz
glibc-e3d3fb2f6a622a8ca29079ebbc3a3794830a24f7.zip
elf: Remove Intel MPX support (lazy PLT, ld.so profile, and LD_AUDIT) maskray/x86-mpx
Intel MPX failed to gain wide adoption and has been deprecated for a
while. GCC 9.1 removed Intel MPX support. Linux kernel removed MPX in
2019.

This patch removes the support code from the dynamic loader.
Diffstat (limited to 'sysdeps/i386/link-defines.sym')
-rw-r--r--sysdeps/i386/link-defines.sym2
1 files changed, 0 insertions, 2 deletions
diff --git a/sysdeps/i386/link-defines.sym b/sysdeps/i386/link-defines.sym
index 0995adb37f..a63dcb9218 100644
--- a/sysdeps/i386/link-defines.sym
+++ b/sysdeps/i386/link-defines.sym
@@ -16,5 +16,3 @@ LRV_EAX_OFFSET		offsetof (struct La_i86_retval, lrv_eax)
 LRV_EDX_OFFSET		offsetof (struct La_i86_retval, lrv_edx)
 LRV_ST0_OFFSET		offsetof (struct La_i86_retval, lrv_st0)
 LRV_ST1_OFFSET		offsetof (struct La_i86_retval, lrv_st1)
-LRV_BND0_OFFSET		offsetof (struct La_i86_retval, lrv_bnd0)
-LRV_BND1_OFFSET		offsetof (struct La_i86_retval, lrv_bnd1)