diff options
author | Joseph Myers <joseph@codesourcery.com> | 2013-02-17 21:57:26 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2013-02-17 21:57:26 +0000 |
commit | 2969121014b150036551c93a09da7686ffcac817 (patch) | |
tree | 84709b44f2b9dcbbd8259a213bd0a598bb49490c /sysdeps/unix/x86_64 | |
parent | f238fd190bbfc57f5678ca5c5975b92bfb21e040 (diff) | |
download | glibc-2969121014b150036551c93a09da7686ffcac817.zip glibc-2969121014b150036551c93a09da7686ffcac817.tar.gz glibc-2969121014b150036551c93a09da7686ffcac817.tar.bz2 |
Remove bounded-pointers handling from x86_64 assembly sources.
Diffstat (limited to 'sysdeps/unix/x86_64')
-rw-r--r-- | sysdeps/unix/x86_64/sysdep.S | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sysdeps/unix/x86_64/sysdep.S b/sysdeps/unix/x86_64/sysdep.S index 7f2daa6..4ac535e 100644 --- a/sysdeps/unix/x86_64/sysdep.S +++ b/sysdeps/unix/x86_64/sysdep.S @@ -18,8 +18,6 @@ #include <sysdep.h> #define _ERRNO_H #include <bits/errno.h> -#include <bp-asm.h> -#include <bp-sym.h> #include <tls.h> #ifdef IS_IN_rtld |