aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog93
1 files changed, 93 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a1923147f0..e387dd2847 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,99 @@
2013-02-08 Joseph Myers <joseph@codesourcery.com>
[BZ #13550]
+ * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
+ (CHECK_1_NULL_OK): Likewise.
+ * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
+ (__fxstat): Do not use CHECK_1.
+ * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
+ <bp-checks.h>.
+ (___fxstat64): Do not use CHECK_1.
+ * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
+ <bp-checks.h>.
+ (__fxstatat): Do not use CHECK_1.
+ * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
+ <bp-checks.h>.
+ (__fxstatat64): Do not use CHECK_1.
+ * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
+ <bp-checks.h>.
+ (__fxstat): Do not use CHECK_1.
+ * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
+ <bp-checks.h>.
+ (__fxstatat): Do not use CHECK_1.
+ * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
+ <bp-checks.h>.
+ (__getresgid): Do not use CHECK_1.
+ * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
+ <bp-checks.h>.
+ (__getresuid): Do not use CHECK_1.
+ * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
+ <bp-checks.h>.
+ (__lxstat): Do not use CHECK_1.
+ * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
+ <bp-checks.h>.
+ (__old_msgctl): Do not use CHECK_1.
+ (__new_msgctl): Likewise.
+ * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
+ <bp-checks.h>.
+ (__new_setrlimit): Do not use CHECK_1.
+ * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
+ <bp-checks.h>.
+ (__old_shmctl): Do not use CHECK_1.
+ (__new_shmctl): Likewise.
+ * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
+ <bp-checks.h>.
+ (__xstat): Do not use CHECK_1.
+ * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
+ (__lxstat): Do not use CHECK_1.
+ * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
+ <bp-checks.h>.
+ (___lxstat64): Do not use CHECK_1.
+ * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
+ (__old_msgctl): Do not use CHECK_1.
+ (__new_msgctl): Likewise.
+ * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
+ <bp-checks.h>.
+ (__gettimeofday): Do not use CHECK_1.
+ * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
+ (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
+ * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
+ <bp-checks.h>.
+ (__gettimeofday): Do not use CHECK_1.
+ * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
+ (__old_shmctl): Do not use CHECK_1_NULL_OK.
+ (__new_shmctl): Do not use CHECK_1.
+ * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
+ <bp-checks.h>.
+ (do_sigtimedwait): Do not use CHECK_1.
+ * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
+ <bp-checks.h>.
+ (do_sigwaitinfo): Do not use CHECK_1.
+ * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
+ <bp-checks.h>.
+ (msgctl): Do not use CHECK_1.
+ * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
+ <bp-checks.h>.
+ (shmctl): Do not use CHECK_1.
+ * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
+ (ustat): Do not use CHECK_1.
+ * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
+ <bp-checks.h>.
+ (__fxstat): Do not use CHECK_1.
+ * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
+ <bp-checks.h>.
+ (__fxstatat): Do not use CHECK_1.
+ * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
+ <bp-checks.h>.
+ (__lxstat): Do not use CHECK_1.
+ * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
+ <bp-checks.h>.
+ (__xstat): Do not use CHECK_1.
+ * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
+ (__xstat): Do not use CHECK_1.
+ * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
+ (___xstat64): Do not use CHECK_1.
+
+ [BZ #13550]
* sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
definitions.
(CHECK_BOUNDS_HIGH): Likewise.