aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2013-02-01 00:06:18 +0000
committerJoseph Myers <joseph@codesourcery.com>2013-02-01 00:06:18 +0000
commit3a7ac8a0f596bb73093212cd1109c1413777e1f8 (patch)
tree9c64740adc4772cffb095959028506a98f604eec /ChangeLog
parentf3499f95c8610364264479d42d455a79f15c4c86 (diff)
downloadglibc-3a7ac8a0f596bb73093212cd1109c1413777e1f8.tar
glibc-3a7ac8a0f596bb73093212cd1109c1413777e1f8.tar.gz
glibc-3a7ac8a0f596bb73093212cd1109c1413777e1f8.tar.bz2
glibc-3a7ac8a0f596bb73093212cd1109c1413777e1f8.zip
Remove bp-start.h and INIT_ARGV_and_ENVIRON.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 226606a2db..3f9f1d03ac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,14 @@
2013-01-31 Joseph Myers <joseph@codesourcery.com>
[BZ #13550]
+ * sysdeps/generic/bp-start.h: Remove file.
+ * csu/libc-start.c: Don't include <bp-start.h>.
+ (LIBC_START_MAIN): Set up __environ directly instead of using
+ INIT_ARGV_and_ENVIRON.
+ * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
+ <bp-start.h>.
+
+ [BZ #13550]
* sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
definitions.
(CHECK_FCNTL): Likewise.