diff options
author | Richard Henderson <rth@twiddle.net> | 2013-10-01 07:45:11 -0700 |
---|---|---|
committer | Richard Henderson <rth@twiddle.net> | 2013-10-01 12:27:02 -0700 |
commit | b8123ef5b178a59bd72540276447077f51af2e93 (patch) | |
tree | 1acae857103bd63d490ea0a0657d04b1864e2b41 /ports/ChangeLog.alpha | |
parent | ad4e70da03353444aad95a4fbbd03cef2b750647 (diff) | |
download | glibc-b8123ef5b178a59bd72540276447077f51af2e93.zip glibc-b8123ef5b178a59bd72540276447077f51af2e93.tar.gz glibc-b8123ef5b178a59bd72540276447077f51af2e93.tar.bz2 |
alpha: Improve conditions under which PTR_MANGLE is defined
After 0b1f8e35640f5b3f7af11764ade3ff060211c309, we now have
a __pointer_chk_guard_local for the static libc.
Diffstat (limited to 'ports/ChangeLog.alpha')
-rw-r--r-- | ports/ChangeLog.alpha | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ports/ChangeLog.alpha b/ports/ChangeLog.alpha index 1b58cb8..218cfad 100644 --- a/ports/ChangeLog.alpha +++ b/ports/ChangeLog.alpha @@ -1,3 +1,8 @@ +2013-10-01 Richard Henderson <rth@redhat.com> + + * sysdeps/unix/alpha/sysdep.h (PTR_MANGLE): Improve conditions under + which it is defined. + 2013-09-20 Andreas Schwab <schwab@linux-m68k.org> * sysdeps/alpha/alphaev67/ffs.S (__ffs): Define as hidden. |