diff options
author | Joseph Myers <joseph@codesourcery.com> | 2013-01-31 22:57:06 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2013-01-31 22:57:06 +0000 |
commit | c2d549290d24aeae30a328a6b4061f60f095dea2 (patch) | |
tree | a44c7c7eb4f8acd4d69c01c6b757039fa0ecee6e /sysdeps/unix/sysv/linux/i386 | |
parent | 8cf28c5ebe7b02e769a3f3082fd390e6d8c11542 (diff) | |
download | glibc-c2d549290d24aeae30a328a6b4061f60f095dea2.tar.gz glibc-c2d549290d24aeae30a328a6b4061f60f095dea2.tar.xz glibc-c2d549290d24aeae30a328a6b4061f60f095dea2.zip |
Remove bp-thunks code.
Diffstat (limited to 'sysdeps/unix/sysv/linux/i386')
-rw-r--r-- | sysdeps/unix/sysv/linux/i386/bp-thunks.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sysdeps/unix/sysv/linux/i386/bp-thunks.h b/sysdeps/unix/sysv/linux/i386/bp-thunks.h deleted file mode 100644 index 59a42ddefe..0000000000 --- a/sysdeps/unix/sysv/linux/i386/bp-thunks.h +++ /dev/null @@ -1,4 +0,0 @@ -#ifndef __ASSEMBLER__ -# include <sysdeps/generic/bp-thunks.h> -# include <sys/vm86.h> -#endif |