diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2013-12-20 21:39:51 +0100 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2013-12-20 21:39:51 +0100 |
commit | 05c204a91c8129929b76a1f59db56c89e93a0eef (patch) | |
tree | a8258ddf1ce325d65c007c64cad663f129fb4798 /open_issues/glibc | |
parent | f51f65f9ac1edcc9d5e9950fa535911194906c5e (diff) |
open_issues/glibc: f57644d0bdfc1ebe2201a677a33af27e09a5bab6 (2013-12-20; 64a17f1adde4715bb6607f64decd73b2df9e6852 (2013-12-19))
plus 6a97b62a5b4f18aea849d6f4d8de58d1469d2521 reverted,
`id:"87zjnvn688.fsf@kepler.schwinge.homeip.net"`,
`id:"87ioujn0eq.fsf@kepler.schwinge.homeip.net"`,
1226676cd6f6f4451e6e6b75b8fbd9a35c949e8e reverted,
56798c444bc584c118b69a3506c4050b34edc35f reverted,
`id:"878uvfmwvs.fsf@kepler.schwinge.homeip.net"`
Diffstat (limited to 'open_issues/glibc')
-rw-r--r-- | open_issues/glibc/0.4.mdwn | 3 | ||||
-rw-r--r-- | open_issues/glibc/t/tls.mdwn | 9 |
2 files changed, 12 insertions, 0 deletions
diff --git a/open_issues/glibc/0.4.mdwn b/open_issues/glibc/0.4.mdwn index f864469d..8991d4c0 100644 --- a/open_issues/glibc/0.4.mdwn +++ b/open_issues/glibc/0.4.mdwn @@ -12,6 +12,9 @@ License|/fdl]]."]]"""]] Things to consider doing when bumping the glibc SONAME. +There are some comments in the sources, for example `hurd/geteuids.c`: `XXX +Remove this alias when we bump the libc soname.` + # IRC, freenode, #hurd, 2012-12-14 diff --git a/open_issues/glibc/t/tls.mdwn b/open_issues/glibc/t/tls.mdwn index a92a21fb..eba2b88b 100644 --- a/open_issues/glibc/t/tls.mdwn +++ b/open_issues/glibc/t/tls.mdwn @@ -70,3 +70,12 @@ After commit a9538892adfbb9f092e0bb14ff3a1703973968af, it's much better. <youpi> have you had a look at the tls.pdf from Uli ? <youpi> all the gory details are there :) + +Commit c61b4d41c9647a54a329aa021341c0eb032b793e, [[sourceware_PR 15754]], adds +`sysdeps/i386/stackguard-macros.h:POINTER_CHK_GUARD`, which is not correct for +us (at the moment), but it also shouldn't cause any harm, as this file is only +used in `elf/tst-ptrguard1.c` and `elf/tst-stackguard1.c`, which now will fail +to build for us, as we don't have a `pointer_guard` member in +`sysdeps/mach/hurd/tls.h:tcbhead_t`. + +We don't define `THREAD_SET_POINTER_GUARD`. |